mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Uniform output string.
This commit is contained in:
parent
ae1f28d7b0
commit
39d7404961
@ -48,7 +48,7 @@ type Option func(crd *apiextensionsv1.CustomResourceDefinition)
|
|||||||
func CreateMultiVersionTestCRD(f *framework.Framework, group string, opts ...Option) (*TestCrd, error) {
|
func CreateMultiVersionTestCRD(f *framework.Framework, group string, opts ...Option) (*TestCrd, error) {
|
||||||
suffix := framework.RandomSuffix()
|
suffix := framework.RandomSuffix()
|
||||||
name := fmt.Sprintf("e2e-test-%s-%s-crd", f.BaseName, suffix)
|
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{}
|
testcrd := &TestCrd{}
|
||||||
|
|
||||||
// Creating a custom resource definition for use by assorted tests.
|
// Creating a custom resource definition for use by assorted tests.
|
||||||
|
Loading…
Reference in New Issue
Block a user