introduced shortnames to match upstream crds

This commit is contained in:
konstantin.kiess 2020-01-29 09:05:04 +01:00
parent 5edf23fcc0
commit 804e17fd3f
2 changed files with 5 additions and 1 deletions

View file

@ -11,6 +11,8 @@ spec:
listKind: GatewayList
plural: gateways
singular: gateway
shortNames:
- gw
scope: Namespaced
version: v1alpha1
version: "v1alpha1"
{{- end }}

View file

@ -11,6 +11,8 @@ spec:
listKind: SensorList
plural: sensors
singular: sensor
shortNames:
- sn
scope: Namespaced
version: v1alpha1
{{- end }}