Conventions: add the "ips" arg
authorCasey Callendrello <casey.callendrello@coreos.com>
Tue, 22 Aug 2017 16:10:07 +0000 (18:10 +0200)
committerCasey Callendrello <casey.callendrello@coreos.com>
Tue, 22 Aug 2017 16:10:07 +0000 (18:10 +0200)
CONVENTIONS.md

index 76a8762..910140f 100644 (file)
@@ -89,6 +89,7 @@ For example:
 | Area  | Purpose| Spec and Example | Runtime implementations | Plugin Implementations |
 | ----- | ------ | ------------     | ----------------------- | ---------------------- |
 | labels | Pass`key=value` labels to plugins | <pre>"labels" : [<br />  { "key" : "app", "value" : "myapp" },<br />  { "key" : "env", "value" : "prod" }<br />] </pre> | none | none |
+| ips   | Request static IPs | <pre>"ips": ["10.2.2.42", "2001:db8::5"]</pre> | none | host-local |
 
 ## CNI_ARGS
 CNI_ARGS formed part of the original CNI spec and have been present since the initial release.