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 a45a07d commit 34ed120Copy full SHA for 34ed120
test/e2e/data/infrastructure-docker/main/clusterclass-quick-start.yaml
@@ -74,6 +74,12 @@ spec:
74
default: kindest
75
- name: etcdImageTag
76
required: true
77
+ # This metadata has just been added to verify that we can set metadata.
78
+ metadata:
79
+ labels:
80
+ testLabelKey: testLabelValue
81
+ annotations:
82
+ testAnnotationKey: testAnnotationValue
83
schema:
84
openAPIV3Schema:
85
type: string
0 commit comments