Merge pull request #1108 from ScorpioCPH/minor-fix-format

Automatic merge from submit-queue. .

Minor fix format

@vishh @RenaudWasTaken PTAL :-)
This commit is contained in:
Kubernetes Submit Queue 2017-09-20 19:16:38 -07:00 committed by GitHub
commit ba5113e6a7
1 changed files with 4 additions and 4 deletions

View File

@ -486,10 +486,10 @@ Currently we require exact version match between Kubelet and Device Plugin.
API version is expected to be increased only upon incompatible API changes.
Follow protobuf guidelines on versionning:
* Do not change ordering
* Do not remove fields or change types
* Add optional fields
* Introducing new fields with proper default values
* Do not change ordering
* Do not remove fields or change types
* Add optional fields
* Introducing new fields with proper default values
* Freeze the package name to `apis/device-plugin/v1alpha1`
* Have kubelet and the Device Plugin negotiate versions if we do break the API