Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + func CheckDeploymentRevisionAndImage(c clientset.Interface, ns, deploymentName, revision, image string) error + func CreateDeployment(client clientset.Interface, replicas int32, podLabels map[string]string, ...) (*appsv1.Deployment, error) + func GetPodsForDeployment(client clientset.Interface, deployment *appsv1.Deployment) (*v1.PodList, error) + func NewDeployment(deploymentName string, replicas int32, podLabels map[string]string, ...) *appsv1.Deployment + func UpdateDeploymentWithRetries(c clientset.Interface, namespace, name string, ...) (*appsv1.Deployment, error) + func WaitForDeploymentComplete(c clientset.Interface, d *appsv1.Deployment) error + func WaitForDeploymentCompleteAndCheckRolling(c clientset.Interface, d *appsv1.Deployment) error + func WaitForDeploymentOldRSsNum(c clientset.Interface, ns, deploymentName string, desiredRSNum int) error + func WaitForDeploymentRevision(c clientset.Interface, d *appsv1.Deployment, targetRevision string) error + func WaitForDeploymentRevisionAndImage(c clientset.Interface, ns, deploymentName string, revision, image string) error + func WaitForDeploymentRollbackCleared(c clientset.Interface, ns, deploymentName string) error + func WaitForDeploymentUpdatedReplicasGTE(c clientset.Interface, ns, deploymentName string, minUpdatedReplicas int32, ...) error + func WaitForDeploymentWithCondition(c clientset.Interface, ns, deploymentName, reason string, ...) error + func WaitForObservedDeployment(c clientset.Interface, ns, deploymentName string, desiredGeneration int64) error + func WatchRecreateDeployment(c clientset.Interface, d *appsv1.Deployment) error