summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPenghao Cen <cenph@caicloud.io>2017-09-21 09:35:38 +0800
committerPenghao Cen <cenph@caicloud.io>2017-09-21 09:35:38 +0800
commite1429b6333d9a84dcbc4ae1bbee0e653b35beb15 (patch)
tree1e3266b502aa3ffffe91dcec5d43366b177c4b73
parente0e5c23e6231efe54a1ce203eae0e2f210ef0307 (diff)
Minor fix format
-rw-r--r--contributors/design-proposals/resource-management/device-plugin.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/contributors/design-proposals/resource-management/device-plugin.md b/contributors/design-proposals/resource-management/device-plugin.md
index 6ca73ebe..6c203369 100644
--- a/contributors/design-proposals/resource-management/device-plugin.md
+++ b/contributors/design-proposals/resource-management/device-plugin.md
@@ -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