mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Merge pull request #41505 from perotinus/fixnsdeletione2etest
Automatic merge from submit-queue (batch tested with PRs 41505, 41484, 41544, 41514, 41022) [Federation] Fixes the newly-added test for replicaset deletion upon namespace deletion. See #41278 for the original test. **Release note**: ```release-note NONE ```
This commit is contained in:
commit
fd788f12b2
@ -102,7 +102,7 @@ var _ = framework.KubeDescribe("Federation namespace [Feature:Federation]", func
|
||||
It("deletes replicasets in the namespace when the namespace is deleted", func() {
|
||||
fedframework.SkipUnlessFederated(f.ClientSet)
|
||||
|
||||
nsName := createNamespace(f.FederationClientset.Core().Namespaces())
|
||||
nsName = createNamespace(f.FederationClientset.Core().Namespaces())
|
||||
rsName := v1.SimpleNameGenerator.GenerateName(replicaSetNamePrefix)
|
||||
replicaCount := int32(2)
|
||||
rs := &v1beta1.ReplicaSet{
|
||||
|
Loading…
Reference in New Issue
Block a user