mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
kubectl
This commit is contained in:
@@ -438,7 +438,7 @@ func TestDeploymentStop(t *testing.T) {
|
||||
Replicas: 0,
|
||||
},
|
||||
}
|
||||
template := deploymentutil.GetNewReplicaSetTemplate(&deployment)
|
||||
template := deploymentutil.GetNewReplicaSetTemplateInternal(&deployment)
|
||||
tests := []struct {
|
||||
Name string
|
||||
Objs []runtime.Object
|
||||
@@ -675,7 +675,7 @@ func TestDeploymentNotFoundError(t *testing.T) {
|
||||
Replicas: 0,
|
||||
},
|
||||
}
|
||||
template := deploymentutil.GetNewReplicaSetTemplate(deployment)
|
||||
template := deploymentutil.GetNewReplicaSetTemplateInternal(deployment)
|
||||
|
||||
fake := fake.NewSimpleClientset(
|
||||
deployment,
|
||||
|
||||
Reference in New Issue
Block a user