@@ -101,9 +101,9 @@ label keys, the applied set may differ depending on the Kubernetes
101
101
version -- it's best to assume the behavior is undefined and
102
102
conflicts should be avoided. For more information, including usage
103
103
and the valid values, see:
104
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
104
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
105
105
An object containing a list of "key": value pairs.
106
- Example : { "name": "wrench", "mass": "1.3kg", "count": "3" }.` ,
106
+ For example : { "name": "wrench", "mass": "1.3kg", "count": "3" }.` ,
107
107
Elem : & schema.Schema {Type : schema .TypeString },
108
108
},
109
109
"node_configs" : {
@@ -122,7 +122,7 @@ label keys, the applied set may differ depending on the Kubernetes
122
122
version -- it's best to assume the behavior is undefined and
123
123
conflicts should be avoided. For more information, including usage
124
124
and the valid values, see:
125
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
125
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
126
126
An object containing a list of "key": value pairs.
127
127
Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.` ,
128
128
Elem : & schema.Schema {Type : schema .TypeString },
@@ -391,9 +391,9 @@ label keys, the applied set may differ depending on the Kubernetes
391
391
version -- it's best to assume the behavior is undefined and
392
392
conflicts should be avoided. For more information, including usage
393
393
and the valid values, see:
394
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
394
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
395
395
An object containing a list of "key": value pairs.
396
- Example : { "name": "wrench", "mass": "1.3kg", "count": "3" }.` ,
396
+ For example : { "name": "wrench", "mass": "1.3kg", "count": "3" }.` ,
397
397
Elem : & schema.Schema {Type : schema .TypeString },
398
398
},
399
399
"node_configs" : {
@@ -412,9 +412,9 @@ label keys, the applied set may differ depending on the Kubernetes
412
412
version -- it's best to assume the behavior is undefined and
413
413
conflicts should be avoided. For more information, including usage
414
414
and the valid values, see:
415
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
415
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
416
416
An object containing a list of "key": value pairs.
417
- Example : { "name": "wrench", "mass": "1.3kg", "count": "3" }.` ,
417
+ For example : { "name": "wrench", "mass": "1.3kg", "count": "3" }.` ,
418
418
Elem : & schema.Schema {Type : schema .TypeString },
419
419
},
420
420
"node_ip" : {
@@ -549,9 +549,9 @@ label keys, the applied set may differ depending on the Kubernetes
549
549
version -- it's best to assume the behavior is undefined and
550
550
conflicts should be avoided. For more information, including usage
551
551
and the valid values, see:
552
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
552
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
553
553
An object containing a list of "key": value pairs.
554
- Example : { "name": "wrench", "mass": "1.3kg", "count": "3" }.` ,
554
+ For example : { "name": "wrench", "mass": "1.3kg", "count": "3" }.` ,
555
555
Elem : & schema.Schema {Type : schema .TypeString },
556
556
},
557
557
"node_configs" : {
@@ -570,9 +570,9 @@ label keys, the applied set may differ depending on the Kubernetes
570
570
version -- it's best to assume the behavior is undefined and
571
571
conflicts should be avoided. For more information, including usage
572
572
and the valid values, see:
573
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
573
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
574
574
An object containing a list of "key": value pairs.
575
- Example : { "name": "wrench", "mass": "1.3kg", "count": "3" }.` ,
575
+ For example : { "name": "wrench", "mass": "1.3kg", "count": "3" }.` ,
576
576
Elem : & schema.Schema {Type : schema .TypeString },
577
577
},
578
578
"node_ip" : {
@@ -930,15 +930,15 @@ bare metal machines.`,
930
930
Type : schema .TypeString ,
931
931
Required : true ,
932
932
Description : `Specifies the address of your proxy server.
933
- Examples : http://domain
933
+ For example : http://domain
934
934
WARNING: Do not provide credentials in the format
935
- http://(username:password@)domain these will be rejected by the server.` ,
935
+ of http://(username:password@)domain these will be rejected by the server.` ,
936
936
},
937
937
"no_proxy" : {
938
938
Type : schema .TypeList ,
939
939
Optional : true ,
940
940
Description : `A list of IPs, hostnames, and domains that should skip the proxy.
941
- Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].` ,
941
+ For example ["127.0.0.1", "example.com", ".corp", "localhost"].` ,
942
942
Elem : & schema.Schema {
943
943
Type : schema .TypeString ,
944
944
},
0 commit comments