mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #102417 from m14815/commit-21.5.5
Uniform output string.
This commit is contained in:
commit
e6136c0303
@ -48,7 +48,7 @@ type Option func(crd *apiextensionsv1.CustomResourceDefinition)
|
||||
func CreateMultiVersionTestCRD(f *framework.Framework, group string, opts ...Option) (*TestCrd, error) {
|
||||
suffix := framework.RandomSuffix()
|
||||
name := fmt.Sprintf("e2e-test-%s-%s-crd", f.BaseName, suffix)
|
||||
kind := fmt.Sprintf("E2e-test-%s-%s-crd", f.BaseName, suffix)
|
||||
kind := fmt.Sprintf("e2e-test-%s-%s-crd", f.BaseName, suffix)
|
||||
testcrd := &TestCrd{}
|
||||
|
||||
// Creating a custom resource definition for use by assorted tests.
|
||||
|
Loading…
Reference in New Issue
Block a user