We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ab4d2 commit 478570aCopy full SHA for 478570a
test/e2e/ccm_helpers.go
@@ -169,13 +169,13 @@ func WaitForNutanixCCMToBeReadyInWorkloadCluster(
169
)
170
}
171
172
- WaitForDaemonSetsAvailable(ctx, WaitForDaemonSetsAvailableInput{
+ WaitForDeploymentsAvailable(ctx, framework.WaitForDeploymentsAvailableInput{
173
Getter: workloadClusterClient,
174
- DaemonSet: &appsv1.DaemonSet{
+ Deployment: &appsv1.Deployment{
175
ObjectMeta: metav1.ObjectMeta{
176
Name: "nutanix-cloud-controller-manager",
177
Namespace: metav1.NamespaceSystem,
178
},
179
180
- }, input.DaemonSetIntervals...)
+ }, input.DeploymentIntervals...)
181
0 commit comments