Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

BundleDeployment Healthcheck #725

Closed

Commits on Sep 6, 2023

  1. Add new condition and Reasons

    Signed-off-by: Joaquim Moreno Prusi <[email protected]>
    jmprusi committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    4b7c756 View commit details
    Browse the repository at this point in the history
  2. Generic healtcheck

    Adds a "generic" healthcheck function.
    
    It returns true if all resources are healthy with nil error.
    It returns false if any of the resources are not healthy, the error contains the GVK + resource name, and the error message of
    each unhealthy resource.
    
    The current list of supported resources is:
    - Deployments
    - StatefulSets
    - DaemonSets
    - ReplicaSets
    - Pods
    - APIServices
    - CustomResourceDefinitions
    
    If the resource is not supported, it is assumed to be healthy.
    
    wip
    
    wip
    
    Signed-off-by: Joaquim Moreno Prusi <[email protected]>
    jmprusi committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    caa3fd9 View commit details
    Browse the repository at this point in the history
  3. wip

    Signed-off-by: Joaquim Moreno Prusi <[email protected]>
    jmprusi committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    b44839a View commit details
    Browse the repository at this point in the history