Invalid json syntax (#11) (#12)

* Invalid json syntax (#11)

* More of invalid json syntax (#11)
This commit is contained in:
Antons Kranga 2018-08-06 08:08:55 +03:00 committed by Alexander Matyushentsev
parent 15163ef585
commit 4696111a14
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
"kind": "Sensor",
"listKind": "SensorList",
"plural": "sensors",
"singular": "sensor",
"singular": "sensor"
},
"scope": "Namespaced",
"version": "v1alpha1"

View file

@ -11,7 +11,7 @@
"kind": "Sensor",
"listKind": "SensorList",
"plural": "sensors",
"singular": "sensor",
"singular": "sensor"
},
"scope": "Namespaced",
"version": "v1alpha1"