introduced shortnames to match upstream crds
This commit is contained in:
parent
b42b1f0c0f
commit
32b5fa5db5
2 changed files with 5 additions and 1 deletions
|
@ -11,6 +11,8 @@ spec:
|
||||||
listKind: GatewayList
|
listKind: GatewayList
|
||||||
plural: gateways
|
plural: gateways
|
||||||
singular: gateway
|
singular: gateway
|
||||||
|
shortNames:
|
||||||
|
- gw
|
||||||
scope: Namespaced
|
scope: Namespaced
|
||||||
version: v1alpha1
|
version: "v1alpha1"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -11,6 +11,8 @@ spec:
|
||||||
listKind: SensorList
|
listKind: SensorList
|
||||||
plural: sensors
|
plural: sensors
|
||||||
singular: sensor
|
singular: sensor
|
||||||
|
shortNames:
|
||||||
|
- sn
|
||||||
scope: Namespaced
|
scope: Namespaced
|
||||||
version: v1alpha1
|
version: v1alpha1
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue