...
1label: Config Connector GKEHubFeature
2markdownDescription: Creates yaml for a GKEHubFeature resource
3insertText: |
4 apiVersion: gkehub.cnrm.cloud.google.com/v1beta1
5 kind: GKEHubFeature
6 metadata:
7 labels:
8 \${1:label-one}: \${2:value-one}
9 name: \${3:gkehubfeature-name}
10 spec:
11 projectRef:
12 name: \${4:gkehubfeature-dep-mcifeature}
13 location: \${5:global}
14 resourceID: \${6:multiclusteringress}
15 spec:
16 multiclusteringress:
17 configMembershipRef:
18 name: \${7:gkehubfeature-dep-mcifeature}
View as plain text