add anytoken authenticator

This commit is contained in:
deads2k
2016-09-23 12:35:31 -04:00
parent d187997c94
commit 5080a575ad
10 changed files with 140 additions and 4 deletions

View File

@@ -9148,7 +9148,7 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
"v1.Node": {
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
Description: "Node is a worker node in Kubernetes, formerly known as minion. Each node will have a unique identifier in the cache (i.e. in etcd).",
Description: "Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).",
Properties: map[string]spec.Schema{
"metadata": {
SchemaProps: spec.SchemaProps{