Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetAllReplicaSets (0.27 sec)

  1. operator/pkg/helmreconciler/wait.go

    			currentDeployment, err := cs.AppsV1().Deployments(o.Namespace).Get(context.TODO(), o.Name, metav1.GetOptions{})
    			if err != nil {
    				return false, nil, nil, err
    			}
    			_, _, newReplicaSet, err := kctldeployment.GetAllReplicaSets(currentDeployment, cs.AppsV1())
    			if err != nil || newReplicaSet == nil {
    				return false, nil, nil, err
    			}
    			newDeployment := deployment{
    				newReplicaSet,
    				currentDeployment,
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 08 03:13:12 UTC 2023
    - 13.1K bytes
    - Viewed (0)
Back to top