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