Documentation ¶
Index ¶
Constants ¶
View Source
const ( // GroupName is the K8s API Group GroupName = appsv1.GroupName // Version is the K8s API Version // Unfortunately this isn't a constant in the upstream repo Version = "v1" )
View Source
const (
// DeploymentKind for Deployment
DeploymentKind = "Deployment"
)
Variables ¶
This section is empty.
Functions ¶
func DeploymentHealth ¶
func DeploymentHealth(obj unstructured.Unstructured) (health.Status, error)
DeploymentHealth checks the health of a Deployment
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.