2015-02-05 04:19:00 +00:00
{
"swaggerVersion" : "1.2" ,
"apiVersion" : "v1beta1" ,
2015-03-13 06:23:41 +00:00
"basePath" : "https://127.0.0.1:6443" ,
2015-02-05 04:19:00 +00:00
"resourcePath" : "/api/v1beta1" ,
"apis" : [
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta1/bindings" ,
2015-02-05 04:19:00 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Binding" ,
2015-03-17 06:32:37 +00:00
"method" : "POST" ,
"summary" : "create a Binding" ,
"nickname" : "createBinding" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
{
"type" : "v1beta1.Binding" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Binding"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
}
]
} ,
2015-04-22 20:19:38 +00:00
{
"path" : "/api/v1beta1/componentStatuses" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
"type" : "v1beta1.ComponentStatusList" ,
"method" : "GET" ,
"summary" : "list objects of kind ComponentStatus" ,
"nickname" : "listComponentStatus" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "boolean" ,
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.ComponentStatusList"
}
] ,
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta1/componentStatuses/{name}" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
"type" : "v1beta1.ComponentStatus" ,
"method" : "GET" ,
"summary" : "read the specified ComponentStatus" ,
"nickname" : "readComponentStatus" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the ComponentStatus" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.ComponentStatus"
}
] ,
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
2015-03-17 06:32:37 +00:00
{
"path" : "/api/v1beta1/endpoints" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta1.EndpointsList" ,
"method" : "GET" ,
2015-04-07 14:50:21 +00:00
"summary" : "list or watch objects of kind Endpoints" ,
2015-03-17 06:32:37 +00:00
"nickname" : "listEndpoints" ,
2015-03-11 16:48:03 +00:00
"parameters" : [
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-03-11 16:48:03 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-03-11 16:48:03 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.EndpointsList"
}
] ,
2015-03-11 16:48:03 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-03-11 16:48:03 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-11 23:14:14 +00:00
} ,
2015-03-11 16:48:03 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Endpoints" ,
2015-03-13 06:23:41 +00:00
"method" : "POST" ,
2015-03-17 06:32:37 +00:00
"summary" : "create a Endpoints" ,
"nickname" : "createEndpoints" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
{
"type" : "v1beta1.Endpoints" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Endpoints"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
}
]
} ,
{
"path" : "/api/v1beta1/watch/endpoints" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-17 06:32:37 +00:00
"method" : "GET" ,
2015-03-30 21:01:46 +00:00
"summary" : "watch individual changes to a list of Endpoints" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchEndpointslist" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta1/endpoints/{name}" ,
2015-02-24 04:35:16 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-03-13 06:23:41 +00:00
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta1.Endpoints" ,
2015-03-13 06:23:41 +00:00
"method" : "GET" ,
2015-03-17 06:32:37 +00:00
"summary" : "read the specified Endpoints" ,
"nickname" : "readEndpoints" ,
2015-03-13 06:23:41 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Endpoints" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Endpoints"
}
] ,
2015-03-13 06:23:41 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Endpoints" ,
2015-03-13 06:23:41 +00:00
"method" : "PUT" ,
2015-03-17 06:32:37 +00:00
"summary" : "replace the specified Endpoints" ,
"nickname" : "replaceEndpoints" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Endpoints" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
2015-02-05 04:19:00 +00:00
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
} ,
{
2015-03-17 06:32:37 +00:00
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "v1beta1.Endpoints" ,
2015-03-13 06:23:41 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Endpoints"
}
] ,
2015-03-13 06:23:41 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Endpoints" ,
2015-03-13 06:23:41 +00:00
"method" : "PATCH" ,
2015-03-17 06:32:37 +00:00
"summary" : "partially update the specified Endpoints" ,
"nickname" : "patchEndpoints" ,
2015-03-13 06:23:41 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Endpoints" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
2015-03-17 06:32:37 +00:00
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-12 21:30:00 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
2015-02-24 04:35:16 +00:00
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "string"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-11 23:14:14 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
2015-04-03 23:12:11 +00:00
"application/json-patch+json" ,
"application/merge-patch+json" ,
"application/strategic-merge-patch+json"
2015-02-05 04:19:00 +00:00
]
2015-03-25 18:24:08 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Status" ,
2015-03-25 18:24:08 +00:00
"method" : "DELETE" ,
"summary" : "delete a Endpoints" ,
"nickname" : "deleteEndpoints" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Endpoints" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.DeleteOptions" ,
2015-03-25 18:24:08 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Status"
}
] ,
2015-03-25 18:24:08 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
}
]
} ,
{
"path" : "/api/v1beta1/watch/endpoints/{name}" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-03-13 06:23:41 +00:00
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-17 06:32:37 +00:00
"method" : "GET" ,
2015-03-30 21:01:46 +00:00
"summary" : "watch changes to an object of kind Endpoints" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchEndpoints" ,
2015-03-13 06:23:41 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Endpoints" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-03-13 06:23:41 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-11 23:14:14 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta1/events" ,
2015-03-11 23:14:14 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta1.EventList" ,
2015-03-11 23:14:14 +00:00
"method" : "GET" ,
2015-04-07 14:50:21 +00:00
"summary" : "list or watch objects of kind Event" ,
2015-03-17 06:32:37 +00:00
"nickname" : "listEvent" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
2015-02-05 04:19:00 +00:00
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.EventList"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-11 23:14:14 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Event" ,
2015-03-11 23:14:14 +00:00
"method" : "POST" ,
2015-03-17 06:32:37 +00:00
"summary" : "create a Event" ,
"nickname" : "createEvent" ,
2015-03-11 23:14:14 +00:00
"parameters" : [
{
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
2015-03-11 23:14:14 +00:00
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta1.Event" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Event"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-11 16:48:03 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta1/watch/events" ,
2015-03-11 16:48:03 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-11 16:48:03 +00:00
"method" : "GET" ,
2015-03-30 21:01:46 +00:00
"summary" : "watch individual changes to a list of Event" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchEventlist" ,
2015-03-11 23:14:14 +00:00
"parameters" : [
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-03-11 23:14:14 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-03-11 23:14:14 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-03-11 23:14:14 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta1/events/{name}" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-03-11 23:14:14 +00:00
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta1.Event" ,
2015-03-13 06:23:41 +00:00
"method" : "GET" ,
2015-03-17 06:32:37 +00:00
"summary" : "read the specified Event" ,
"nickname" : "readEvent" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-03-12 21:30:00 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Event" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Event"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-02-24 04:35:16 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Event" ,
2015-03-17 06:32:37 +00:00
"method" : "PUT" ,
"summary" : "replace the specified Event" ,
"nickname" : "replaceEvent" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-02-24 04:35:16 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Event" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "v1beta1.Event" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Event"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-12 21:30:00 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Event" ,
2015-03-17 06:32:37 +00:00
"method" : "PATCH" ,
"summary" : "partially update the specified Event" ,
"nickname" : "patchEvent" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
2015-03-11 23:14:14 +00:00
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Event" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
2015-03-11 23:14:14 +00:00
"required" : true ,
2015-02-05 04:19:00 +00:00
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "string"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
2015-04-03 23:12:11 +00:00
"application/json-patch+json" ,
"application/merge-patch+json" ,
"application/strategic-merge-patch+json"
2015-02-05 04:19:00 +00:00
]
2015-03-13 06:23:41 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Status" ,
2015-03-17 06:32:37 +00:00
"method" : "DELETE" ,
"summary" : "delete a Event" ,
"nickname" : "deleteEvent" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Event" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
2015-02-05 04:19:00 +00:00
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Status"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
}
]
} ,
{
"path" : "/api/v1beta1/watch/events/{name}" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-17 06:32:37 +00:00
"method" : "GET" ,
2015-03-30 21:01:46 +00:00
"summary" : "watch changes to an object of kind Event" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchEvent" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Event" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-12 21:30:00 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta1/limitRanges" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta1.LimitRangeList" ,
2015-03-12 21:30:00 +00:00
"method" : "GET" ,
2015-04-07 14:50:21 +00:00
"summary" : "list or watch objects of kind LimitRange" ,
2015-03-17 06:32:37 +00:00
"nickname" : "listLimitRange" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-03-11 16:48:03 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-03-11 16:48:03 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.LimitRangeList"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-02-24 04:35:16 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.LimitRange" ,
2015-03-13 06:23:41 +00:00
"method" : "POST" ,
2015-03-17 06:32:37 +00:00
"summary" : "create a LimitRange" ,
"nickname" : "createLimitRange" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-03-11 16:48:03 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta1.LimitRange" ,
2015-02-24 04:35:16 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.LimitRange"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-02-24 04:35:16 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta1/watch/limitRanges" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-03-11 16:48:03 +00:00
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-13 06:23:41 +00:00
"method" : "GET" ,
2015-03-30 21:01:46 +00:00
"summary" : "watch individual changes to a list of LimitRange" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchLimitRangelist" ,
2015-03-11 16:48:03 +00:00
"parameters" : [
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-03-11 16:48:03 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-03-11 16:48:03 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-03-11 16:48:03 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta1/limitRanges/{name}" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta1.LimitRange" ,
"method" : "GET" ,
"summary" : "read the specified LimitRange" ,
"nickname" : "readLimitRange" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the LimitRange" ,
"required" : true ,
"allowMultiple" : false
} ,
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
2015-02-24 04:35:16 +00:00
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
2015-02-05 04:19:00 +00:00
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.LimitRange"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-02-24 04:35:16 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.LimitRange" ,
2015-03-17 06:32:37 +00:00
"method" : "PUT" ,
"summary" : "replace the specified LimitRange" ,
"nickname" : "replaceLimitRange" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
2015-03-11 23:14:14 +00:00
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the LimitRange" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-12 21:30:00 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
{
"type" : "v1beta1.LimitRange" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.LimitRange"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-13 06:23:41 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-12 21:30:00 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.LimitRange" ,
2015-03-17 06:32:37 +00:00
"method" : "PATCH" ,
"summary" : "partially update the specified LimitRange" ,
"nickname" : "patchLimitRange" ,
2015-03-11 16:48:03 +00:00
"parameters" : [
{
2015-03-11 23:14:14 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the LimitRange" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-11 23:14:14 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-03-11 16:48:03 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "string"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-13 06:23:41 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
2015-04-03 23:12:11 +00:00
"application/json-patch+json" ,
"application/merge-patch+json" ,
"application/strategic-merge-patch+json"
2015-02-05 04:19:00 +00:00
]
2015-03-12 21:30:00 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Status" ,
2015-03-17 06:32:37 +00:00
"method" : "DELETE" ,
"summary" : "delete a LimitRange" ,
"nickname" : "deleteLimitRange" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-03-12 21:30:00 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the LimitRange" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Status"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-13 06:23:41 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta1/watch/limitRanges/{name}" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-13 06:23:41 +00:00
"method" : "GET" ,
2015-03-30 21:01:46 +00:00
"summary" : "watch changes to an object of kind LimitRange" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchLimitRange" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-03-12 21:30:00 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the LimitRange" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-13 06:23:41 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-11 16:48:03 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta1/minions" ,
2015-03-11 23:14:14 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-03-13 06:23:41 +00:00
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta1.MinionList" ,
2015-03-13 06:23:41 +00:00
"method" : "GET" ,
2015-04-07 14:50:21 +00:00
"summary" : "list or watch objects of kind Node" ,
2015-03-17 06:32:37 +00:00
"nickname" : "listNode" ,
2015-03-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.MinionList"
}
] ,
2015-03-13 06:23:41 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
2015-03-11 23:14:14 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Minion" ,
2015-03-13 06:23:41 +00:00
"method" : "POST" ,
2015-03-17 06:32:37 +00:00
"summary" : "create a Node" ,
"nickname" : "createNode" ,
2015-03-13 06:23:41 +00:00
"parameters" : [
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta1.Minion" ,
2015-03-13 06:23:41 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Minion"
}
] ,
2015-03-13 06:23:41 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta1/watch/minions" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-11 23:14:14 +00:00
"method" : "GET" ,
2015-03-30 21:01:46 +00:00
"summary" : "watch individual changes to a list of Node" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchNodelist" ,
2015-03-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-03-17 06:32:37 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta1/minions/{name}" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
"type" : "v1beta1.Minion" ,
"method" : "GET" ,
"summary" : "read the specified Node" ,
"nickname" : "readNode" ,
2015-03-11 23:14:14 +00:00
"parameters" : [
2015-03-12 21:30:00 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Node" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-11 23:14:14 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Minion"
}
] ,
2015-03-11 23:14:14 +00:00
"produces" : [
2015-03-13 06:23:41 +00:00
"application/json"
2015-03-11 23:14:14 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-12 21:30:00 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Minion" ,
2015-03-12 21:30:00 +00:00
"method" : "PUT" ,
2015-03-17 06:32:37 +00:00
"summary" : "replace the specified Node" ,
"nickname" : "replaceNode" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Node" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta1.Minion" ,
2015-03-13 06:23:41 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
2015-02-05 04:19:00 +00:00
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Minion"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-13 06:23:41 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-11 16:48:03 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Minion" ,
2015-03-13 06:23:41 +00:00
"method" : "PATCH" ,
2015-03-17 06:32:37 +00:00
"summary" : "partially update the specified Node" ,
"nickname" : "patchNode" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Node" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "string"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-13 06:23:41 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
2015-04-03 23:12:11 +00:00
"application/json-patch+json" ,
"application/merge-patch+json" ,
"application/strategic-merge-patch+json"
2015-02-05 04:19:00 +00:00
]
2015-02-24 04:35:16 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Status" ,
2015-03-12 21:30:00 +00:00
"method" : "DELETE" ,
2015-03-17 06:32:37 +00:00
"summary" : "delete a Node" ,
"nickname" : "deleteNode" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Node" ,
"required" : true ,
"allowMultiple" : false
2015-03-25 18:24:08 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.DeleteOptions" ,
2015-03-25 18:24:08 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Status"
}
] ,
2015-03-17 06:32:37 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta1/watch/minions/{name}" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-17 06:32:37 +00:00
"method" : "GET" ,
2015-03-30 21:01:46 +00:00
"summary" : "watch changes to an object of kind Node" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchNode" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Node" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-13 06:23:41 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-11 23:14:14 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta1/redirect/minions/{name}" ,
2015-03-11 23:14:14 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-11 23:14:14 +00:00
"method" : "GET" ,
2015-03-17 06:32:37 +00:00
"summary" : "redirect GET request to Node" ,
"nickname" : "redirectNode" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Node" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"*/*"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta1/proxy/minions/{name}/{path:*}" ,
2015-02-05 04:19:00 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-02-05 04:19:00 +00:00
"method" : "GET" ,
2015-03-17 06:32:37 +00:00
"summary" : "proxy GET requests to Node" ,
"nickname" : "proxyGETNode" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Node" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-27 20:36:03 +00:00
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
2015-03-11 16:48:03 +00:00
}
] ,
"produces" : [
2015-03-13 06:23:41 +00:00
"*/*"
2015-03-11 16:48:03 +00:00
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-11 23:14:14 +00:00
"method" : "PUT" ,
2015-03-17 06:32:37 +00:00
"summary" : "proxy PUT requests to Node" ,
"nickname" : "proxyPUTNode" ,
2015-03-11 16:48:03 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Node" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-27 20:36:03 +00:00
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
2015-03-11 16:48:03 +00:00
}
] ,
"produces" : [
2015-03-13 06:23:41 +00:00
"*/*"
2015-03-11 16:48:03 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-11 23:14:14 +00:00
} ,
2015-03-11 16:48:03 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"method" : "POST" ,
2015-03-17 06:32:37 +00:00
"summary" : "proxy POST requests to Node" ,
"nickname" : "proxyPOSTNode" ,
2015-03-11 16:48:03 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Node" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-27 20:36:03 +00:00
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
2015-03-11 16:48:03 +00:00
}
] ,
"produces" : [
2015-03-13 06:23:41 +00:00
"*/*"
2015-03-11 16:48:03 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-11 23:14:14 +00:00
} ,
2015-03-11 16:48:03 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-11 23:14:14 +00:00
"method" : "DELETE" ,
2015-03-17 06:32:37 +00:00
"summary" : "proxy DELETE requests to Node" ,
"nickname" : "proxyDELETENode" ,
2015-03-11 16:48:03 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Node" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-27 20:36:03 +00:00
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
"produces" : [
2015-03-13 06:23:41 +00:00
"*/*"
2015-03-11 16:48:03 +00:00
] ,
"consumes" : [
2015-02-05 04:19:00 +00:00
"*/*"
2015-03-11 16:48:03 +00:00
]
2015-05-09 05:01:43 +00:00
} ,
{
"type" : "string" ,
"method" : "HEAD" ,
"summary" : "proxy HEAD requests to Node" ,
"nickname" : "proxyHEADNode" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Node" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "string" ,
"method" : "TRACE" ,
"summary" : "proxy TRACE requests to Node" ,
"nickname" : "proxyTRACENode" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Node" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
2015-03-11 16:48:03 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta1/proxy/minions/{name}" ,
2015-03-11 16:48:03 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-11 23:14:14 +00:00
"method" : "GET" ,
2015-03-17 06:32:37 +00:00
"summary" : "proxy GET requests to Node" ,
"nickname" : "proxyGETNode" ,
2015-03-11 16:48:03 +00:00
"parameters" : [
{
"type" : "string" ,
2015-03-11 23:14:14 +00:00
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Node" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
"produces" : [
2015-03-17 06:32:37 +00:00
"*/*"
2015-03-11 16:48:03 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-12 21:30:00 +00:00
} ,
2015-03-11 16:48:03 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-12 21:30:00 +00:00
"method" : "PUT" ,
2015-03-17 06:32:37 +00:00
"summary" : "proxy PUT requests to Node" ,
"nickname" : "proxyPUTNode" ,
2015-03-11 16:48:03 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Node" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
"produces" : [
2015-03-17 06:32:37 +00:00
"*/*"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-12 21:30:00 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"method" : "POST" ,
"summary" : "proxy POST requests to Node" ,
"nickname" : "proxyPOSTNode" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Node" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
"produces" : [
2015-03-17 06:32:37 +00:00
"*/*"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-12 21:30:00 +00:00
"method" : "DELETE" ,
2015-03-17 06:32:37 +00:00
"summary" : "proxy DELETE requests to Node" ,
"nickname" : "proxyDELETENode" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Node" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
2015-05-09 05:01:43 +00:00
} ,
{
"type" : "string" ,
"method" : "HEAD" ,
"summary" : "proxy HEAD requests to Node" ,
"nickname" : "proxyHEADNode" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Node" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "string" ,
"method" : "TRACE" ,
"summary" : "proxy TRACE requests to Node" ,
"nickname" : "proxyTRACENode" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Node" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
}
]
} ,
2015-04-11 15:20:22 +00:00
{
"path" : "/api/v1beta1/minions/{name}/status" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
"type" : "v1beta1.Minion" ,
"method" : "PUT" ,
"summary" : "replace the specified Node" ,
"nickname" : "replaceNode" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Node" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "v1beta1.Minion" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Minion"
}
] ,
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
2015-03-17 06:32:37 +00:00
{
"path" : "/api/v1beta1/namespaces" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
"type" : "v1beta1.NamespaceList" ,
"method" : "GET" ,
2015-04-07 14:50:21 +00:00
"summary" : "list or watch objects of kind Namespace" ,
2015-03-17 06:32:37 +00:00
"nickname" : "listNamespace" ,
2015-03-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.NamespaceList"
}
] ,
2015-03-17 06:32:37 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Namespace" ,
2015-03-17 06:32:37 +00:00
"method" : "POST" ,
"summary" : "create a Namespace" ,
"nickname" : "createNamespace" ,
"parameters" : [
2015-02-24 04:35:16 +00:00
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta1.Namespace" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
2015-02-24 04:35:16 +00:00
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Namespace"
}
] ,
2015-02-24 04:35:16 +00:00
"produces" : [
2015-03-11 16:48:03 +00:00
"application/json"
] ,
"consumes" : [
2015-02-24 04:35:16 +00:00
"*/*"
2015-03-11 16:48:03 +00:00
]
2015-03-12 21:30:00 +00:00
}
]
} ,
2015-03-17 06:32:37 +00:00
{
"path" : "/api/v1beta1/watch/namespaces" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-17 06:32:37 +00:00
"method" : "GET" ,
2015-03-30 21:01:46 +00:00
"summary" : "watch individual changes to a list of Namespace" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchNamespacelist" ,
2015-03-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-03-17 06:32:37 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
2015-03-12 21:30:00 +00:00
{
2015-03-13 06:23:41 +00:00
"path" : "/api/v1beta1/namespaces/{name}" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-03-11 16:48:03 +00:00
{
2015-03-13 06:23:41 +00:00
"type" : "v1beta1.Namespace" ,
2015-03-12 21:30:00 +00:00
"method" : "GET" ,
2015-03-13 06:23:41 +00:00
"summary" : "read the specified Namespace" ,
"nickname" : "readNamespace" ,
2015-03-11 16:48:03 +00:00
"parameters" : [
{
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Namespace" ,
"required" : true ,
2015-03-11 16:48:03 +00:00
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Namespace"
}
] ,
2015-03-11 16:48:03 +00:00
"produces" : [
"application/json"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
} ,
2015-02-24 04:35:16 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Namespace" ,
2015-03-13 06:23:41 +00:00
"method" : "PUT" ,
"summary" : "replace the specified Namespace" ,
"nickname" : "replaceNamespace" ,
2015-03-11 16:48:03 +00:00
"parameters" : [
{
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Namespace" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "v1beta1.Namespace" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
2015-03-11 16:48:03 +00:00
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Namespace"
}
] ,
2015-03-11 16:48:03 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
} ,
2015-03-11 16:48:03 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Namespace" ,
2015-03-13 06:23:41 +00:00
"method" : "PATCH" ,
"summary" : "partially update the specified Namespace" ,
"nickname" : "patchNamespace" ,
2015-03-11 16:48:03 +00:00
"parameters" : [
2015-03-12 21:30:00 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-13 06:23:41 +00:00
"description" : "name of the Namespace" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-03-11 16:48:03 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
2015-03-11 16:48:03 +00:00
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "string"
}
] ,
2015-03-11 16:48:03 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
2015-04-03 23:12:11 +00:00
"application/json-patch+json" ,
"application/merge-patch+json" ,
"application/strategic-merge-patch+json"
2015-03-11 16:48:03 +00:00
]
2015-03-13 06:23:41 +00:00
} ,
2015-03-11 16:48:03 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Status" ,
2015-03-13 06:23:41 +00:00
"method" : "DELETE" ,
"summary" : "delete a Namespace" ,
"nickname" : "deleteNamespace" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
{
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Namespace" ,
"required" : true ,
2015-02-24 04:35:16 +00:00
"allowMultiple" : false
2015-03-25 18:24:08 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.DeleteOptions" ,
2015-03-25 18:24:08 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-03-11 23:14:14 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Status"
}
] ,
2015-03-11 23:14:14 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta1/watch/namespaces/{name}" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-03-11 23:14:14 +00:00
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-17 06:32:37 +00:00
"method" : "GET" ,
2015-03-30 21:01:46 +00:00
"summary" : "watch changes to an object of kind Namespace" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchNamespace" ,
2015-03-11 23:14:14 +00:00
"parameters" : [
2015-03-13 06:23:41 +00:00
{
2015-03-17 06:32:37 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Namespace" ,
2015-03-11 23:14:14 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-02-24 04:35:16 +00:00
"produces" : [
2015-03-11 16:48:03 +00:00
"application/json"
] ,
"consumes" : [
2015-02-24 04:35:16 +00:00
"*/*"
2015-03-11 16:48:03 +00:00
]
}
]
} ,
2015-03-25 18:24:08 +00:00
{
"path" : "/api/v1beta1/namespaces/{name}/finalize" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Namespace" ,
2015-03-25 18:24:08 +00:00
"method" : "PUT" ,
"summary" : "replace the specified Namespace" ,
"nickname" : "replaceNamespace" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Namespace" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "v1beta1.Namespace" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Namespace"
}
] ,
2015-03-25 18:24:08 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta1/namespaces/{name}/status" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Namespace" ,
2015-03-25 18:24:08 +00:00
"method" : "PUT" ,
"summary" : "replace the specified Namespace" ,
"nickname" : "replaceNamespace" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Namespace" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "v1beta1.Namespace" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Namespace"
}
] ,
2015-03-25 18:24:08 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-30 21:01:46 +00:00
}
]
} ,
{
"path" : "/api/v1beta1/nodes" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
"type" : "v1beta1.MinionList" ,
"method" : "GET" ,
2015-04-07 14:50:21 +00:00
"summary" : "list or watch objects of kind Node" ,
2015-03-30 21:01:46 +00:00
"nickname" : "listNode" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.MinionList"
}
] ,
2015-03-30 21:01:46 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Minion" ,
2015-03-13 06:23:41 +00:00
"method" : "POST" ,
"summary" : "create a Node" ,
"nickname" : "createNode" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
{
2015-03-13 06:23:41 +00:00
"type" : "v1beta1.Minion" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Minion"
}
] ,
2015-02-24 04:35:16 +00:00
"produces" : [
2015-03-11 16:48:03 +00:00
"application/json"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta1/watch/nodes" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-13 06:23:41 +00:00
"method" : "GET" ,
2015-03-30 21:01:46 +00:00
"summary" : "watch individual changes to a list of Node" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchNodelist" ,
2015-03-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-02-24 04:35:16 +00:00
"produces" : [
2015-03-11 16:48:03 +00:00
"application/json"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta1/nodes/{name}" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-24 04:35:16 +00:00
{
2015-03-13 06:23:41 +00:00
"type" : "v1beta1.Minion" ,
"method" : "GET" ,
2015-03-17 06:32:37 +00:00
"summary" : "read the specified Node" ,
"nickname" : "readNode" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-13 06:23:41 +00:00
"description" : "name of the Node" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Minion"
}
] ,
2015-03-13 06:23:41 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
} ,
2015-03-13 06:23:41 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Minion" ,
2015-03-17 06:32:37 +00:00
"method" : "PUT" ,
"summary" : "replace the specified Node" ,
"nickname" : "replaceNode" ,
2015-03-13 06:23:41 +00:00
"parameters" : [
2015-03-11 16:48:03 +00:00
{
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Node" ,
"required" : true ,
2015-03-11 16:48:03 +00:00
"allowMultiple" : false
} ,
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta1.Minion" ,
2015-03-11 16:48:03 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Minion"
}
] ,
2015-02-24 04:35:16 +00:00
"produces" : [
2015-03-11 16:48:03 +00:00
"application/json"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
} ,
2015-02-24 04:35:16 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Minion" ,
2015-03-17 06:32:37 +00:00
"method" : "PATCH" ,
"summary" : "partially update the specified Node" ,
"nickname" : "patchNode" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Node" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
2015-02-05 04:19:00 +00:00
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "string"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-02-24 04:35:16 +00:00
"application/json"
] ,
"consumes" : [
2015-04-03 23:12:11 +00:00
"application/json-patch+json" ,
"application/merge-patch+json" ,
"application/strategic-merge-patch+json"
2015-02-24 04:35:16 +00:00
]
2015-03-17 06:32:37 +00:00
} ,
2015-02-24 04:35:16 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Status" ,
2015-03-17 06:32:37 +00:00
"method" : "DELETE" ,
"summary" : "delete a Node" ,
"nickname" : "deleteNode" ,
2015-03-11 16:48:03 +00:00
"parameters" : [
{
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Node" ,
"required" : true ,
2015-03-11 16:48:03 +00:00
"allowMultiple" : false
2015-03-25 18:24:08 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.DeleteOptions" ,
2015-03-25 18:24:08 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-03-11 16:48:03 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Status"
}
] ,
2015-02-24 04:35:16 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-11 23:14:14 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta1/watch/nodes/{name}" ,
2015-03-11 23:14:14 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-24 04:35:16 +00:00
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-11 23:14:14 +00:00
"method" : "GET" ,
2015-03-30 21:01:46 +00:00
"summary" : "watch changes to an object of kind Node" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchNode" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
{
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Node" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-02-24 04:35:16 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
}
]
} ,
{
"path" : "/api/v1beta1/redirect/nodes/{name}" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-03-11 23:14:14 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"method" : "GET" ,
"summary" : "redirect GET request to Node" ,
"nickname" : "redirectNode" ,
2015-03-11 23:14:14 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Node" ,
2015-03-11 23:14:14 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
"produces" : [
2015-03-13 06:23:41 +00:00
"*/*"
2015-03-11 23:14:14 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
}
]
} ,
{
"path" : "/api/v1beta1/proxy/nodes/{name}/{path:*}" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-24 04:35:16 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"method" : "GET" ,
"summary" : "proxy GET requests to Node" ,
"nickname" : "proxyGETNode" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Node" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-27 20:36:03 +00:00
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
}
] ,
"produces" : [
2015-03-13 06:23:41 +00:00
"*/*"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"method" : "PUT" ,
"summary" : "proxy PUT requests to Node" ,
"nickname" : "proxyPUTNode" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Node" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-27 20:36:03 +00:00
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
}
] ,
"produces" : [
2015-03-13 06:23:41 +00:00
"*/*"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
} ,
2015-03-11 23:14:14 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"method" : "POST" ,
"summary" : "proxy POST requests to Node" ,
"nickname" : "proxyPOSTNode" ,
2015-03-11 23:14:14 +00:00
"parameters" : [
{
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Node" ,
"required" : true ,
2015-03-11 23:14:14 +00:00
"allowMultiple" : false
2015-03-27 20:36:03 +00:00
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
2015-03-11 23:14:14 +00:00
}
] ,
"produces" : [
2015-03-17 06:32:37 +00:00
"*/*"
2015-03-11 23:14:14 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
} ,
2015-02-24 04:35:16 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"method" : "DELETE" ,
"summary" : "proxy DELETE requests to Node" ,
"nickname" : "proxyDELETENode" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
{
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Node" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-27 20:36:03 +00:00
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
}
] ,
"produces" : [
2015-03-17 06:32:37 +00:00
"*/*"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
"*/*"
]
2015-05-09 05:01:43 +00:00
} ,
{
"type" : "string" ,
"method" : "HEAD" ,
"summary" : "proxy HEAD requests to Node" ,
"nickname" : "proxyHEADNode" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Node" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "string" ,
"method" : "TRACE" ,
"summary" : "proxy TRACE requests to Node" ,
"nickname" : "proxyTRACENode" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Node" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
2015-02-24 04:35:16 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta1/proxy/nodes/{name}" ,
2015-02-24 04:35:16 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-02-24 04:35:16 +00:00
"method" : "GET" ,
2015-03-17 06:32:37 +00:00
"summary" : "proxy GET requests to Node" ,
"nickname" : "proxyGETNode" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
{
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"paramType" : "path" ,
"name" : "name" ,
2015-03-12 21:30:00 +00:00
"description" : "name of the Node" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
2015-02-24 04:35:16 +00:00
"allowMultiple" : false
}
] ,
"produces" : [
2015-03-17 06:32:37 +00:00
"*/*"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
} ,
2015-02-24 04:35:16 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"method" : "PUT" ,
2015-03-17 06:32:37 +00:00
"summary" : "proxy PUT requests to Node" ,
"nickname" : "proxyPUTNode" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
{
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"paramType" : "path" ,
"name" : "name" ,
2015-03-13 06:23:41 +00:00
"description" : "name of the Node" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
2015-02-24 04:35:16 +00:00
"allowMultiple" : false
}
] ,
"produces" : [
2015-03-17 06:32:37 +00:00
"*/*"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-11 16:48:03 +00:00
} ,
2015-02-24 04:35:16 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"method" : "POST" ,
"summary" : "proxy POST requests to Node" ,
"nickname" : "proxyPOSTNode" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
{
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"paramType" : "path" ,
2015-03-13 06:23:41 +00:00
"name" : "name" ,
"description" : "name of the Node" ,
"required" : true ,
2015-03-12 21:30:00 +00:00
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
}
] ,
"produces" : [
2015-03-17 06:32:37 +00:00
"*/*"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-11 16:48:03 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"method" : "DELETE" ,
2015-03-17 06:32:37 +00:00
"summary" : "proxy DELETE requests to Node" ,
"nickname" : "proxyDELETENode" ,
2015-03-11 16:48:03 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-13 06:23:41 +00:00
"description" : "name of the Node" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
"produces" : [
2015-03-17 06:32:37 +00:00
"*/*"
2015-03-11 16:48:03 +00:00
] ,
"consumes" : [
"*/*"
]
2015-05-09 05:01:43 +00:00
} ,
{
"type" : "string" ,
"method" : "HEAD" ,
"summary" : "proxy HEAD requests to Node" ,
"nickname" : "proxyHEADNode" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Node" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "string" ,
"method" : "TRACE" ,
"summary" : "proxy TRACE requests to Node" ,
"nickname" : "proxyTRACENode" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Node" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
2015-02-24 04:35:16 +00:00
}
]
} ,
2015-04-11 15:20:22 +00:00
{
"path" : "/api/v1beta1/nodes/{name}/status" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
"type" : "v1beta1.Minion" ,
"method" : "PUT" ,
"summary" : "replace the specified Node" ,
"nickname" : "replaceNode" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Node" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "v1beta1.Minion" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Minion"
}
] ,
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
2015-02-24 04:35:16 +00:00
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/persistentVolumeClaims" ,
2015-02-24 04:35:16 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.PersistentVolumeClaimList" ,
2015-02-24 04:35:16 +00:00
"method" : "GET" ,
2015-04-07 14:50:21 +00:00
"summary" : "list or watch objects of kind PersistentVolumeClaim" ,
2015-04-03 23:12:11 +00:00
"nickname" : "listPersistentVolumeClaim" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-02-24 04:35:16 +00:00
{
"type" : "string" ,
2015-03-12 21:30:00 +00:00
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
2015-02-24 04:35:16 +00:00
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.PersistentVolumeClaimList"
}
] ,
2015-02-24 04:35:16 +00:00
"produces" : [
2015-03-12 21:30:00 +00:00
"application/json"
] ,
"consumes" : [
2015-03-11 23:14:14 +00:00
"*/*"
2015-03-12 21:30:00 +00:00
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.PersistentVolumeClaim" ,
2015-03-12 21:30:00 +00:00
"method" : "POST" ,
2015-04-03 23:12:11 +00:00
"summary" : "create a PersistentVolumeClaim" ,
"nickname" : "createPersistentVolumeClaim" ,
2015-03-12 21:30:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.PersistentVolumeClaim" ,
2015-03-12 21:30:00 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.PersistentVolumeClaim"
}
] ,
2015-03-12 21:30:00 +00:00
"produces" : [
"application/json"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/watch/persistentVolumeClaims" ,
2015-02-24 04:35:16 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-11 23:14:14 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "watch individual changes to a list of PersistentVolumeClaim" ,
"nickname" : "watchPersistentVolumeClaimlist" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-03-11 23:14:14 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-02-24 04:35:16 +00:00
"produces" : [
2015-03-12 21:30:00 +00:00
"application/json"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/persistentVolumeClaims/{name}" ,
2015-03-17 06:32:37 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-03-11 16:48:03 +00:00
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.PersistentVolumeClaim" ,
2015-03-17 06:32:37 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "read the specified PersistentVolumeClaim" ,
"nickname" : "readPersistentVolumeClaim" ,
2015-03-11 16:48:03 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the PersistentVolumeClaim" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-11 23:14:14 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-11 16:48:03 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.PersistentVolumeClaim"
}
] ,
2015-03-11 16:48:03 +00:00
"produces" : [
2015-03-12 21:30:00 +00:00
"application/json"
2015-03-11 16:48:03 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-11 23:14:14 +00:00
} ,
2015-02-24 04:35:16 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.PersistentVolumeClaim" ,
2015-03-17 06:32:37 +00:00
"method" : "PUT" ,
2015-04-03 23:12:11 +00:00
"summary" : "replace the specified PersistentVolumeClaim" ,
"nickname" : "replacePersistentVolumeClaim" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the PersistentVolumeClaim" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-11 23:14:14 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-12 21:30:00 +00:00
} ,
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.PersistentVolumeClaim" ,
2015-03-12 21:30:00 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.PersistentVolumeClaim"
}
] ,
2015-02-24 04:35:16 +00:00
"produces" : [
2015-03-12 21:30:00 +00:00
"application/json"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.PersistentVolumeClaim" ,
2015-03-17 06:32:37 +00:00
"method" : "PATCH" ,
2015-04-03 23:12:11 +00:00
"summary" : "partially update the specified PersistentVolumeClaim" ,
"nickname" : "patchPersistentVolumeClaim" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the PersistentVolumeClaim" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-11 23:14:14 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
2015-02-24 04:35:16 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-12 21:30:00 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "string"
}
] ,
2015-02-24 04:35:16 +00:00
"produces" : [
2015-03-12 21:30:00 +00:00
"application/json"
] ,
"consumes" : [
2015-04-03 23:12:11 +00:00
"application/json-patch+json" ,
"application/merge-patch+json" ,
"application/strategic-merge-patch+json"
2015-03-12 21:30:00 +00:00
]
2015-03-17 06:32:37 +00:00
} ,
2015-02-24 04:35:16 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Status" ,
2015-03-17 06:32:37 +00:00
"method" : "DELETE" ,
2015-04-03 23:12:11 +00:00
"summary" : "delete a PersistentVolumeClaim" ,
"nickname" : "deletePersistentVolumeClaim" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
2015-03-11 16:48:03 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the PersistentVolumeClaim" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-02-24 04:35:16 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-25 18:24:08 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.DeleteOptions" ,
2015-03-25 18:24:08 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Status"
}
] ,
2015-02-24 04:35:16 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-12 21:30:00 +00:00
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/watch/persistentVolumeClaims/{name}" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-12 21:30:00 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "watch changes to an object of kind PersistentVolumeClaim" ,
"nickname" : "watchPersistentVolumeClaim" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-03-11 16:48:03 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the PersistentVolumeClaim" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta1/persistentVolumeClaims/{name}/status" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
"type" : "v1beta1.PersistentVolumeClaim" ,
"method" : "PUT" ,
"summary" : "replace the specified PersistentVolumeClaim" ,
"nickname" : "replacePersistentVolumeClaim" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the PersistentVolumeClaim" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "v1beta1.PersistentVolumeClaim" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.PersistentVolumeClaim"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-02-24 04:35:16 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-12 21:30:00 +00:00
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/persistentVolumes" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.PersistentVolumeList" ,
2015-03-12 21:30:00 +00:00
"method" : "GET" ,
2015-04-07 14:50:21 +00:00
"summary" : "list or watch objects of kind PersistentVolume" ,
2015-04-03 23:12:11 +00:00
"nickname" : "listPersistentVolume" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
2015-03-17 06:32:37 +00:00
"allowMultiple" : false
} ,
2015-02-24 04:35:16 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
2015-04-03 23:12:11 +00:00
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "boolean" ,
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
2015-02-24 04:35:16 +00:00
"required" : false ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.PersistentVolumeList"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-04-03 23:12:11 +00:00
"application/json"
] ,
"consumes" : [
2015-03-17 06:32:37 +00:00
"*/*"
2015-04-03 23:12:11 +00:00
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.PersistentVolume" ,
2015-04-03 23:12:11 +00:00
"method" : "POST" ,
"summary" : "create a PersistentVolume" ,
"nickname" : "createPersistentVolume" ,
"parameters" : [
{
"type" : "v1beta1.PersistentVolume" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.PersistentVolume"
}
] ,
2015-04-03 23:12:11 +00:00
"produces" : [
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-12 21:30:00 +00:00
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/watch/persistentVolumes" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-12 21:30:00 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "watch individual changes to a list of PersistentVolume" ,
"nickname" : "watchPersistentVolumelist" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-03-11 16:48:03 +00:00
{
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
2015-03-11 16:48:03 +00:00
"allowMultiple" : false
} ,
2015-03-27 20:36:03 +00:00
{
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
2015-03-27 20:36:03 +00:00
"allowMultiple" : false
} ,
2015-02-05 04:19:00 +00:00
{
2015-02-24 04:35:16 +00:00
"type" : "string" ,
"paramType" : "query" ,
2015-04-03 23:12:11 +00:00
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "boolean" ,
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
2015-02-24 04:35:16 +00:00
"required" : false ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-04-03 23:12:11 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-04-03 23:12:11 +00:00
}
]
} ,
{
"path" : "/api/v1beta1/persistentVolumes/{name}" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-03-13 06:23:41 +00:00
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.PersistentVolume" ,
"method" : "GET" ,
"summary" : "read the specified PersistentVolume" ,
"nickname" : "readPersistentVolume" ,
2015-03-13 06:23:41 +00:00
"parameters" : [
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the PersistentVolume" ,
2015-03-17 06:32:37 +00:00
"required" : true ,
"allowMultiple" : false
2015-04-03 23:12:11 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.PersistentVolume"
}
] ,
2015-04-03 23:12:11 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.PersistentVolume" ,
2015-04-03 23:12:11 +00:00
"method" : "PUT" ,
"summary" : "replace the specified PersistentVolume" ,
"nickname" : "replacePersistentVolume" ,
"parameters" : [
2015-03-27 20:36:03 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-04-03 23:12:11 +00:00
"name" : "name" ,
"description" : "name of the PersistentVolume" ,
2015-03-27 20:36:03 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-03-13 06:23:41 +00:00
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.PersistentVolume" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
2015-03-13 06:23:41 +00:00
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.PersistentVolume"
}
] ,
2015-03-13 06:23:41 +00:00
"produces" : [
2015-04-03 23:12:11 +00:00
"application/json"
2015-03-13 06:23:41 +00:00
] ,
"consumes" : [
"*/*"
]
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.PersistentVolume" ,
2015-04-03 23:12:11 +00:00
"method" : "PATCH" ,
"summary" : "partially update the specified PersistentVolume" ,
"nickname" : "patchPersistentVolume" ,
2015-03-13 06:23:41 +00:00
"parameters" : [
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the PersistentVolume" ,
2015-03-17 06:32:37 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-03-27 20:36:03 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
2015-03-27 20:36:03 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "string"
}
] ,
2015-03-13 06:23:41 +00:00
"produces" : [
2015-04-03 23:12:11 +00:00
"application/json"
2015-03-13 06:23:41 +00:00
] ,
"consumes" : [
2015-04-03 23:12:11 +00:00
"application/json-patch+json" ,
"application/merge-patch+json" ,
"application/strategic-merge-patch+json"
2015-03-13 06:23:41 +00:00
]
2015-03-17 06:32:37 +00:00
} ,
2015-03-13 06:23:41 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Status" ,
2015-03-17 06:32:37 +00:00
"method" : "DELETE" ,
2015-04-03 23:12:11 +00:00
"summary" : "delete a PersistentVolume" ,
"nickname" : "deletePersistentVolume" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
2015-03-11 23:14:14 +00:00
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the PersistentVolume" ,
2015-03-11 23:14:14 +00:00
"required" : true ,
2015-02-05 04:19:00 +00:00
"allowMultiple" : false
2015-03-12 21:30:00 +00:00
} ,
2015-03-27 20:36:03 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.DeleteOptions" ,
2015-04-03 23:12:11 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
2015-03-27 20:36:03 +00:00
"required" : true ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Status"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-04-03 23:12:11 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/watch/persistentVolumes/{name}" ,
2015-03-17 06:32:37 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-17 06:32:37 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "watch changes to an object of kind PersistentVolume" ,
"nickname" : "watchPersistentVolume" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the PersistentVolume" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
2015-03-12 21:30:00 +00:00
"type" : "string" ,
"paramType" : "query" ,
2015-04-03 23:12:11 +00:00
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "boolean" ,
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
2015-03-12 21:30:00 +00:00
"required" : false ,
2015-02-05 04:19:00 +00:00
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-04-03 23:12:11 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-04-03 23:12:11 +00:00
}
]
} ,
{
"path" : "/api/v1beta1/persistentVolumes/{name}/status" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.PersistentVolume" ,
2015-03-17 06:32:37 +00:00
"method" : "PUT" ,
2015-04-03 23:12:11 +00:00
"summary" : "replace the specified PersistentVolume" ,
"nickname" : "replacePersistentVolume" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the PersistentVolume" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-03-11 23:14:14 +00:00
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.PersistentVolume" ,
2015-03-17 06:32:37 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-03-11 23:14:14 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.PersistentVolume"
}
] ,
2015-03-11 23:14:14 +00:00
"produces" : [
2015-03-13 06:23:41 +00:00
"application/json"
2015-03-11 23:14:14 +00:00
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/pods" ,
2015-03-11 23:14:14 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.PodList" ,
2015-03-11 23:14:14 +00:00
"method" : "GET" ,
2015-04-07 14:50:21 +00:00
"summary" : "list or watch objects of kind Pod" ,
2015-04-03 23:12:11 +00:00
"nickname" : "listPod" ,
2015-03-13 06:23:41 +00:00
"parameters" : [
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-03-13 06:23:41 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.PodList"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-11 23:14:14 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Pod" ,
2015-03-17 06:32:37 +00:00
"method" : "POST" ,
2015-04-03 23:12:11 +00:00
"summary" : "create a Pod" ,
"nickname" : "createPod" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-03-13 06:23:41 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.Pod" ,
2015-03-13 06:23:41 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
2015-03-11 16:48:03 +00:00
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Pod"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/watch/pods" ,
2015-03-17 06:32:37 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-03-11 23:14:14 +00:00
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-17 06:32:37 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "watch individual changes to a list of Pod" ,
"nickname" : "watchPodlist" ,
2015-03-12 21:30:00 +00:00
"parameters" : [
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-03-12 21:30:00 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-03-12 21:30:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-03-11 23:14:14 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/pods/{name}" ,
2015-03-17 06:32:37 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-03-11 23:14:14 +00:00
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.Pod" ,
2015-03-17 06:32:37 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "read the specified Pod" ,
"nickname" : "readPod" ,
2015-03-11 23:14:14 +00:00
"parameters" : [
2015-03-13 06:23:41 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the Pod" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-03-11 23:14:14 +00:00
{
2015-03-12 21:30:00 +00:00
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-11 23:14:14 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Pod"
}
] ,
2015-03-11 23:14:14 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Pod" ,
2015-03-17 06:32:37 +00:00
"method" : "PUT" ,
2015-04-03 23:12:11 +00:00
"summary" : "replace the specified Pod" ,
"nickname" : "replacePod" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the Pod" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.Pod" ,
2015-03-17 06:32:37 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Pod"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Pod" ,
2015-03-17 06:32:37 +00:00
"method" : "PATCH" ,
2015-04-03 23:12:11 +00:00
"summary" : "partially update the specified Pod" ,
"nickname" : "patchPod" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the Pod" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-03-11 16:48:03 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "string"
}
] ,
2015-03-11 16:48:03 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-03-11 16:48:03 +00:00
] ,
"consumes" : [
2015-04-03 23:12:11 +00:00
"application/json-patch+json" ,
"application/merge-patch+json" ,
"application/strategic-merge-patch+json"
2015-03-11 16:48:03 +00:00
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Status" ,
2015-03-17 06:32:37 +00:00
"method" : "DELETE" ,
2015-04-03 23:12:11 +00:00
"summary" : "delete a Pod" ,
"nickname" : "deletePod" ,
2015-03-11 16:48:03 +00:00
"parameters" : [
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the Pod" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-25 18:24:08 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.DeleteOptions" ,
2015-03-25 18:24:08 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Status"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/watch/pods/{name}" ,
2015-03-17 06:32:37 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-17 06:32:37 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "watch changes to an object of kind Pod" ,
"nickname" : "watchPod" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-02-24 04:35:16 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the Pod" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
} ,
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-03-13 06:23:41 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/redirect/pods/{name}" ,
2015-02-05 04:19:00 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-03-17 06:32:37 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "redirect GET request to Pod" ,
"nickname" : "redirectPod" ,
2015-03-17 06:32:37 +00:00
"parameters" : [
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
2015-03-30 21:01:46 +00:00
"allowMultiple" : false
} ,
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
2015-04-03 23:12:11 +00:00
"*/*"
2015-03-17 06:32:37 +00:00
] ,
"consumes" : [
"*/*"
]
2015-04-03 23:12:11 +00:00
}
]
} ,
{
"path" : "/api/v1beta1/proxy/pods/{name}/{path:*}" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"method" : "GET" ,
"summary" : "proxy GET requests to Pod" ,
"nickname" : "proxyGETPod" ,
2015-03-11 16:48:03 +00:00
"parameters" : [
2015-04-03 23:12:11 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
} ,
2015-03-11 16:48:03 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-04-03 23:12:11 +00:00
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"method" : "PUT" ,
"summary" : "proxy PUT requests to Pod" ,
"nickname" : "proxyPUTPod" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
} ,
{
2015-04-03 23:12:11 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
"allowMultiple" : false
2015-04-03 23:12:11 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-11 16:48:03 +00:00
}
] ,
"produces" : [
2015-04-03 23:12:11 +00:00
"*/*"
2015-03-11 16:48:03 +00:00
] ,
"consumes" : [
"*/*"
]
2015-04-03 23:12:11 +00:00
} ,
2015-03-11 16:48:03 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"method" : "POST" ,
"summary" : "proxy POST requests to Pod" ,
"nickname" : "proxyPOSTPod" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
2015-03-30 21:01:46 +00:00
"allowMultiple" : false
} ,
{
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
2015-03-30 21:01:46 +00:00
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-04-03 23:12:11 +00:00
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"method" : "DELETE" ,
"summary" : "proxy DELETE requests to Pod" ,
"nickname" : "proxyDELETEPod" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
2015-03-30 21:01:46 +00:00
"allowMultiple" : false
} ,
{
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
2015-04-03 23:12:11 +00:00
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-02-05 04:19:00 +00:00
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
2015-04-03 23:12:11 +00:00
"*/*"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-05-09 05:01:43 +00:00
} ,
{
"type" : "string" ,
"method" : "HEAD" ,
"summary" : "proxy HEAD requests to Pod" ,
"nickname" : "proxyHEADPod" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "string" ,
"method" : "TRACE" ,
"summary" : "proxy TRACE requests to Pod" ,
"nickname" : "proxyTRACEPod" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
2015-02-05 04:19:00 +00:00
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/proxy/pods/{name}" ,
2015-02-05 04:19:00 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-02-24 04:35:16 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "proxy GET requests to Pod" ,
"nickname" : "proxyGETPod" ,
2015-03-12 21:30:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the Pod" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-04-03 23:12:11 +00:00
"*/*"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-12 21:30:00 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-12 21:30:00 +00:00
"method" : "PUT" ,
2015-04-03 23:12:11 +00:00
"summary" : "proxy PUT requests to Pod" ,
"nickname" : "proxyPUTPod" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-03-12 21:30:00 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the Pod" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-12 21:30:00 +00:00
}
] ,
"produces" : [
2015-04-03 23:12:11 +00:00
"*/*"
2015-03-12 21:30:00 +00:00
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"method" : "POST" ,
"summary" : "proxy POST requests to Pod" ,
"nickname" : "proxyPOSTPod" ,
2015-03-12 21:30:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the Pod" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
"produces" : [
2015-04-03 23:12:11 +00:00
"*/*"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-12 21:30:00 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-12 21:30:00 +00:00
"method" : "DELETE" ,
2015-04-03 23:12:11 +00:00
"summary" : "proxy DELETE requests to Pod" ,
"nickname" : "proxyDELETEPod" ,
2015-03-12 21:30:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the Pod" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
2015-04-03 23:12:11 +00:00
"*/*"
2015-03-12 21:30:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-05-09 05:01:43 +00:00
} ,
{
"type" : "string" ,
"method" : "HEAD" ,
"summary" : "proxy HEAD requests to Pod" ,
"nickname" : "proxyHEADPod" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "string" ,
"method" : "TRACE" ,
"summary" : "proxy TRACE requests to Pod" ,
"nickname" : "proxyTRACEPod" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
2015-02-05 04:19:00 +00:00
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/pods/{name}/binding" ,
2015-02-05 04:19:00 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Binding" ,
2015-04-03 23:12:11 +00:00
"method" : "POST" ,
"summary" : "create a Binding" ,
"nickname" : "createBinding" ,
2015-03-17 06:32:37 +00:00
"parameters" : [
2015-04-11 15:20:22 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Binding" ,
"required" : true ,
"allowMultiple" : false
} ,
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.Binding" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
2015-03-30 21:01:46 +00:00
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Binding"
}
] ,
2015-03-13 06:23:41 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
2015-04-21 21:25:56 +00:00
{
"path" : "/api/v1beta1/pods/{name}/exec" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
"type" : "string" ,
"method" : "GET" ,
"summary" : "connect GET requests to Pod" ,
"nickname" : "connectGETPod" ,
"parameters" : [ ] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
2015-04-07 14:50:21 +00:00
{
"path" : "/api/v1beta1/pods/{name}/log" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-21 21:25:56 +00:00
"type" : "v1beta1.Pod" ,
2015-04-07 14:50:21 +00:00
"method" : "GET" ,
2015-04-21 21:25:56 +00:00
"summary" : "read the specified Pod" ,
"nickname" : "readPod" ,
2015-04-07 14:50:21 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-21 21:25:56 +00:00
"description" : "name of the Pod" ,
2015-04-07 14:50:21 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
2015-04-21 21:25:56 +00:00
"responseModel" : "v1beta1.Pod"
2015-04-09 02:47:31 +00:00
}
] ,
2015-04-07 14:50:21 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
2015-04-21 21:25:56 +00:00
{
"path" : "/api/v1beta1/pods/{name}/portforward" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
"type" : "string" ,
"method" : "GET" ,
"summary" : "connect GET requests to Pod" ,
"nickname" : "connectGETPod" ,
"parameters" : [ ] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta1/pods/{name}/proxy" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
"type" : "string" ,
"method" : "GET" ,
"summary" : "connect GET requests to Pod" ,
"nickname" : "connectGETPod" ,
"parameters" : [ ] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "string" ,
"method" : "POST" ,
"summary" : "connect POST requests to Pod" ,
"nickname" : "connectPOSTPod" ,
"parameters" : [ ] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "string" ,
"method" : "PUT" ,
"summary" : "connect PUT requests to Pod" ,
"nickname" : "connectPUTPod" ,
"parameters" : [ ] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "string" ,
"method" : "DELETE" ,
"summary" : "connect DELETE requests to Pod" ,
"nickname" : "connectDELETEPod" ,
"parameters" : [ ] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "string" ,
"method" : "HEAD" ,
"summary" : "connect HEAD requests to Pod" ,
"nickname" : "connectHEADPod" ,
"parameters" : [ ] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "string" ,
"method" : "OPTIONS" ,
"summary" : "connect OPTIONS requests to Pod" ,
"nickname" : "connectOPTIONSPod" ,
"parameters" : [ ] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta1/pods/{name}/proxy/{path:*}" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
"type" : "string" ,
"method" : "GET" ,
"summary" : "connect GET requests to Pod" ,
"nickname" : "connectGETPod" ,
"parameters" : [ ] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "string" ,
"method" : "POST" ,
"summary" : "connect POST requests to Pod" ,
"nickname" : "connectPOSTPod" ,
"parameters" : [ ] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "string" ,
"method" : "PUT" ,
"summary" : "connect PUT requests to Pod" ,
"nickname" : "connectPUTPod" ,
"parameters" : [ ] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "string" ,
"method" : "DELETE" ,
"summary" : "connect DELETE requests to Pod" ,
"nickname" : "connectDELETEPod" ,
"parameters" : [ ] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "string" ,
"method" : "HEAD" ,
"summary" : "connect HEAD requests to Pod" ,
"nickname" : "connectHEADPod" ,
"parameters" : [ ] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "string" ,
"method" : "OPTIONS" ,
"summary" : "connect OPTIONS requests to Pod" ,
"nickname" : "connectOPTIONSPod" ,
"parameters" : [ ] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
2015-03-13 06:23:41 +00:00
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/pods/{name}/status" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Pod" ,
2015-03-17 06:32:37 +00:00
"method" : "PUT" ,
2015-04-03 23:12:11 +00:00
"summary" : "replace the specified Pod" ,
"nickname" : "replacePod" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the Pod" ,
2015-03-17 06:32:37 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-02-24 04:35:16 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.Pod" ,
2015-03-17 06:32:37 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Pod"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/replicationControllers" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-03-17 06:32:37 +00:00
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.ReplicationControllerList" ,
2015-03-17 06:32:37 +00:00
"method" : "GET" ,
2015-04-07 14:50:21 +00:00
"summary" : "list or watch objects of kind ReplicationController" ,
2015-04-03 23:12:11 +00:00
"nickname" : "listReplicationController" ,
2015-03-17 06:32:37 +00:00
"parameters" : [
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.ReplicationControllerList"
}
] ,
2015-03-17 06:32:37 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.ReplicationController" ,
2015-03-17 06:32:37 +00:00
"method" : "POST" ,
2015-04-03 23:12:11 +00:00
"summary" : "create a ReplicationController" ,
"nickname" : "createReplicationController" ,
2015-03-17 06:32:37 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.ReplicationController" ,
2015-03-17 06:32:37 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.ReplicationController"
}
] ,
2015-03-17 06:32:37 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/watch/replicationControllers" ,
2015-03-17 06:32:37 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-13 06:23:41 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "watch individual changes to a list of ReplicationController" ,
"nickname" : "watchReplicationControllerlist" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-11 23:14:14 +00:00
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/replicationControllers/{name}" ,
2015-03-11 23:14:14 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.ReplicationController" ,
2015-03-12 21:30:00 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "read the specified ReplicationController" ,
"nickname" : "readReplicationController" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the ReplicationController" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.ReplicationController"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-12 21:30:00 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.ReplicationController" ,
2015-03-12 21:30:00 +00:00
"method" : "PUT" ,
2015-04-03 23:12:11 +00:00
"summary" : "replace the specified ReplicationController" ,
"nickname" : "replaceReplicationController" ,
2015-03-11 23:14:14 +00:00
"parameters" : [
2015-03-12 21:30:00 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the ReplicationController" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-12 21:30:00 +00:00
} ,
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.ReplicationController" ,
2015-03-12 21:30:00 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.ReplicationController"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-12 21:30:00 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.ReplicationController" ,
2015-03-12 21:30:00 +00:00
"method" : "PATCH" ,
2015-04-03 23:12:11 +00:00
"summary" : "partially update the specified ReplicationController" ,
"nickname" : "patchReplicationController" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the ReplicationController" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-12 21:30:00 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-12 21:30:00 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "string"
}
] ,
2015-02-24 04:35:16 +00:00
"produces" : [
2015-03-11 23:14:14 +00:00
"application/json"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
2015-04-03 23:12:11 +00:00
"application/json-patch+json" ,
"application/merge-patch+json" ,
"application/strategic-merge-patch+json"
2015-02-24 04:35:16 +00:00
]
2015-03-11 16:48:03 +00:00
} ,
2015-02-24 04:35:16 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Status" ,
2015-03-12 21:30:00 +00:00
"method" : "DELETE" ,
2015-04-03 23:12:11 +00:00
"summary" : "delete a ReplicationController" ,
"nickname" : "deleteReplicationController" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the ReplicationController" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-04-03 23:12:11 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.DeleteOptions" ,
2015-04-03 23:12:11 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-03-12 21:30:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Status"
}
] ,
2015-03-12 21:30:00 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/watch/replicationControllers/{name}" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-12 21:30:00 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "watch changes to an object of kind ReplicationController" ,
"nickname" : "watchReplicationController" ,
2015-03-12 21:30:00 +00:00
"parameters" : [
2015-03-11 23:14:14 +00:00
{
2015-03-12 21:30:00 +00:00
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the ReplicationController" ,
2015-03-17 06:32:37 +00:00
"required" : true ,
2015-03-11 23:14:14 +00:00
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-11 23:14:14 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-12 21:30:00 +00:00
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/resourceQuotas" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.ResourceQuotaList" ,
2015-03-12 21:30:00 +00:00
"method" : "GET" ,
2015-04-07 14:50:21 +00:00
"summary" : "list or watch objects of kind ResourceQuota" ,
2015-04-03 23:12:11 +00:00
"nickname" : "listResourceQuota" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-02-24 04:35:16 +00:00
{
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
2015-02-24 04:35:16 +00:00
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.ResourceQuotaList"
}
] ,
2015-03-13 06:23:41 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.ResourceQuota" ,
2015-03-13 06:23:41 +00:00
"method" : "POST" ,
2015-04-03 23:12:11 +00:00
"summary" : "create a ResourceQuota" ,
"nickname" : "createResourceQuota" ,
2015-03-13 06:23:41 +00:00
"parameters" : [
2015-02-24 04:35:16 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
} ,
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.ResourceQuota" ,
2015-03-13 06:23:41 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.ResourceQuota"
}
] ,
2015-02-24 04:35:16 +00:00
"produces" : [
2015-03-13 06:23:41 +00:00
"application/json"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/watch/resourceQuotas" ,
2015-02-24 04:35:16 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-02-24 04:35:16 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "watch individual changes to a list of ResourceQuota" ,
"nickname" : "watchResourceQuotalist" ,
2015-03-17 06:32:37 +00:00
"parameters" : [
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-03-17 06:32:37 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/resourceQuotas/{name}" ,
2015-03-17 06:32:37 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.ResourceQuota" ,
2015-03-17 06:32:37 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "read the specified ResourceQuota" ,
"nickname" : "readResourceQuota" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the ResourceQuota" ,
2015-03-17 06:32:37 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.ResourceQuota"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-11 16:48:03 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.ResourceQuota" ,
2015-03-17 06:32:37 +00:00
"method" : "PUT" ,
2015-04-03 23:12:11 +00:00
"summary" : "replace the specified ResourceQuota" ,
"nickname" : "replaceResourceQuota" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the ResourceQuota" ,
2015-03-17 06:32:37 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.ResourceQuota" ,
2015-03-11 16:48:03 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.ResourceQuota"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.ResourceQuota" ,
2015-03-17 06:32:37 +00:00
"method" : "PATCH" ,
2015-04-03 23:12:11 +00:00
"summary" : "partially update the specified ResourceQuota" ,
"nickname" : "patchResourceQuota" ,
2015-03-17 06:32:37 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the ResourceQuota" ,
2015-03-17 06:32:37 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "string"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-12 21:30:00 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
2015-04-03 23:12:11 +00:00
"application/json-patch+json" ,
"application/merge-patch+json" ,
"application/strategic-merge-patch+json"
2015-02-05 04:19:00 +00:00
]
2015-03-17 06:32:37 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Status" ,
2015-03-17 06:32:37 +00:00
"method" : "DELETE" ,
2015-04-03 23:12:11 +00:00
"summary" : "delete a ResourceQuota" ,
"nickname" : "deleteResourceQuota" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
2015-03-11 23:14:14 +00:00
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the ResourceQuota" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-04-03 23:12:11 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.DeleteOptions" ,
2015-04-03 23:12:11 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Status"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-12 21:30:00 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-12 21:30:00 +00:00
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/watch/resourceQuotas/{name}" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-12 21:30:00 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "watch changes to an object of kind ResourceQuota" ,
"nickname" : "watchResourceQuota" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the ResourceQuota" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
2015-02-05 04:19:00 +00:00
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
2015-03-30 21:01:46 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
2015-02-05 04:19:00 +00:00
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-03-27 20:36:03 +00:00
"type" : "boolean" ,
2015-03-30 21:01:46 +00:00
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/resourceQuotas/{name}/status" ,
2015-03-17 06:32:37 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.ResourceQuota" ,
2015-04-03 23:12:11 +00:00
"method" : "PUT" ,
"summary" : "replace the specified ResourceQuota" ,
"nickname" : "replaceResourceQuota" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the ResourceQuota" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-04-03 23:12:11 +00:00
} ,
{
"type" : "v1beta1.ResourceQuota" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-03-12 21:30:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.ResourceQuota"
}
] ,
2015-03-12 21:30:00 +00:00
"produces" : [
2015-04-03 23:12:11 +00:00
"application/json"
2015-03-12 21:30:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/secrets" ,
2015-03-17 06:32:37 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-03-12 21:30:00 +00:00
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.SecretList" ,
2015-03-17 06:32:37 +00:00
"method" : "GET" ,
2015-04-07 14:50:21 +00:00
"summary" : "list or watch objects of kind Secret" ,
2015-04-03 23:12:11 +00:00
"nickname" : "listSecret" ,
2015-03-12 21:30:00 +00:00
"parameters" : [
2015-03-11 23:14:14 +00:00
{
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
2015-03-12 21:30:00 +00:00
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
2015-03-27 20:36:03 +00:00
{
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
2015-03-27 20:36:03 +00:00
"allowMultiple" : false
} ,
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
} ,
2015-03-27 20:36:03 +00:00
{
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
2015-03-27 20:36:03 +00:00
"allowMultiple" : false
} ,
2015-03-11 16:48:03 +00:00
{
2015-04-03 23:12:11 +00:00
"type" : "boolean" ,
2015-03-11 23:14:14 +00:00
"paramType" : "query" ,
2015-04-03 23:12:11 +00:00
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
2015-03-11 23:14:14 +00:00
"required" : false ,
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.SecretList"
}
] ,
2015-02-24 04:35:16 +00:00
"produces" : [
2015-04-03 23:12:11 +00:00
"application/json"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
} ,
2015-02-24 04:35:16 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Secret" ,
2015-03-17 06:32:37 +00:00
"method" : "POST" ,
2015-04-03 23:12:11 +00:00
"summary" : "create a Secret" ,
"nickname" : "createSecret" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
2015-03-11 16:48:03 +00:00
{
2015-03-11 23:14:14 +00:00
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-04-03 23:12:11 +00:00
} ,
{
"type" : "v1beta1.Secret" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Secret"
}
] ,
2015-02-24 04:35:16 +00:00
"produces" : [
2015-04-03 23:12:11 +00:00
"application/json"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
"*/*"
]
2015-04-03 23:12:11 +00:00
}
]
} ,
{
"path" : "/api/v1beta1/watch/secrets" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
2015-02-24 04:35:16 +00:00
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-04-03 23:12:11 +00:00
"method" : "GET" ,
"summary" : "watch individual changes to a list of Secret" ,
"nickname" : "watchSecretlist" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
{
2015-03-13 06:23:41 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
2015-02-24 04:35:16 +00:00
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
2015-03-27 20:36:03 +00:00
{
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
2015-03-27 20:36:03 +00:00
"allowMultiple" : false
} ,
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-04-03 23:12:11 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "boolean" ,
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-04-03 23:12:11 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta1/secrets/{name}" ,
2015-02-05 04:19:00 +00:00
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta1.Secret" ,
2015-02-05 04:19:00 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "read the specified Secret" ,
"nickname" : "readSecret" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the Secret" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Secret"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-04-03 23:12:11 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Secret" ,
2015-03-11 23:14:14 +00:00
"method" : "PUT" ,
2015-04-03 23:12:11 +00:00
"summary" : "replace the specified Secret" ,
"nickname" : "replaceSecret" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the Secret" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-04-03 23:12:11 +00:00
} ,
{
"type" : "v1beta1.Secret" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Secret"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-04-03 23:12:11 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-11 23:14:14 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Secret" ,
2015-04-03 23:12:11 +00:00
"method" : "PATCH" ,
"summary" : "partially update the specified Secret" ,
"nickname" : "patchSecret" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the Secret" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
2015-04-03 23:12:11 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "string"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-04-03 23:12:11 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
2015-04-03 23:12:11 +00:00
"application/json-patch+json" ,
"application/merge-patch+json" ,
"application/strategic-merge-patch+json"
2015-02-05 04:19:00 +00:00
]
2015-03-11 23:14:14 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Status" ,
2015-03-11 23:14:14 +00:00
"method" : "DELETE" ,
2015-04-03 23:12:11 +00:00
"summary" : "delete a Secret" ,
"nickname" : "deleteSecret" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-03-11 23:14:14 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the Secret" ,
2015-03-11 23:14:14 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
2015-03-17 06:32:37 +00:00
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
2015-02-24 04:35:16 +00:00
"allowMultiple" : false
2015-05-05 16:15:12 +00:00
} ,
{
"type" : "v1beta1.DeleteOptions" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
2015-02-05 04:19:00 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Status"
}
] ,
2015-03-12 21:30:00 +00:00
"produces" : [
2015-04-03 23:12:11 +00:00
"application/json"
2015-03-12 21:30:00 +00:00
] ,
"consumes" : [
"*/*"
]
}
]
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
{
"path" : "/api/v1beta1/watch/secrets/{name}" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-04-03 23:12:11 +00:00
"method" : "GET" ,
"summary" : "watch changes to an object of kind Secret" ,
"nickname" : "watchSecret" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Secret" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "boolean" ,
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-04-03 23:12:11 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-02-05 04:19:00 +00:00
}
2015-04-03 23:12:11 +00:00
]
2015-02-05 04:19:00 +00:00
} ,
2015-05-18 20:10:58 +00:00
{
"path" : "/api/v1beta1/serviceAccounts" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
"type" : "v1beta1.ServiceAccountList" ,
"method" : "GET" ,
"summary" : "list or watch objects of kind ServiceAccount" ,
"nickname" : "listServiceAccount" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "boolean" ,
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.ServiceAccountList"
}
] ,
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "v1beta1.ServiceAccount" ,
"method" : "POST" ,
"summary" : "create a ServiceAccount" ,
"nickname" : "createServiceAccount" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "v1beta1.ServiceAccount" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.ServiceAccount"
}
] ,
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta1/watch/serviceAccounts" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
"type" : "json.WatchEvent" ,
"method" : "GET" ,
"summary" : "watch individual changes to a list of ServiceAccount" ,
"nickname" : "watchServiceAccountlist" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "boolean" ,
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta1/serviceAccounts/{name}" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
"type" : "v1beta1.ServiceAccount" ,
"method" : "GET" ,
"summary" : "read the specified ServiceAccount" ,
"nickname" : "readServiceAccount" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the ServiceAccount" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.ServiceAccount"
}
] ,
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "v1beta1.ServiceAccount" ,
"method" : "PUT" ,
"summary" : "replace the specified ServiceAccount" ,
"nickname" : "replaceServiceAccount" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the ServiceAccount" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "v1beta1.ServiceAccount" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.ServiceAccount"
}
] ,
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "v1beta1.ServiceAccount" ,
"method" : "PATCH" ,
"summary" : "partially update the specified ServiceAccount" ,
"nickname" : "patchServiceAccount" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the ServiceAccount" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "string"
}
] ,
"produces" : [
"application/json"
] ,
"consumes" : [
"application/json-patch+json" ,
"application/merge-patch+json" ,
"application/strategic-merge-patch+json"
]
} ,
{
"type" : "v1beta1.Status" ,
"method" : "DELETE" ,
"summary" : "delete a ServiceAccount" ,
"nickname" : "deleteServiceAccount" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the ServiceAccount" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "v1beta1.DeleteOptions" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Status"
}
] ,
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta1/watch/serviceAccounts/{name}" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
"type" : "json.WatchEvent" ,
"method" : "GET" ,
"summary" : "watch changes to an object of kind ServiceAccount" ,
"nickname" : "watchServiceAccount" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the ServiceAccount" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "boolean" ,
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
2015-04-03 23:12:11 +00:00
{
"path" : "/api/v1beta1/services" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
"type" : "v1beta1.ServiceList" ,
"method" : "GET" ,
2015-04-07 14:50:21 +00:00
"summary" : "list or watch objects of kind Service" ,
2015-04-03 23:12:11 +00:00
"nickname" : "listService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "boolean" ,
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.ServiceList"
}
] ,
2015-04-03 23:12:11 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Service" ,
2015-04-03 23:12:11 +00:00
"method" : "POST" ,
"summary" : "create a Service" ,
"nickname" : "createService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "v1beta1.Service" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Service"
}
] ,
2015-04-03 23:12:11 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta1/watch/services" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-04-03 23:12:11 +00:00
"method" : "GET" ,
"summary" : "watch individual changes to a list of Service" ,
"nickname" : "watchServicelist" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "boolean" ,
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-04-03 23:12:11 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta1/services/{name}" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
"type" : "v1beta1.Service" ,
"method" : "GET" ,
"summary" : "read the specified Service" ,
"nickname" : "readService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Service"
}
] ,
2015-04-03 23:12:11 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Service" ,
2015-04-03 23:12:11 +00:00
"method" : "PUT" ,
"summary" : "replace the specified Service" ,
"nickname" : "replaceService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "v1beta1.Service" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Service"
}
] ,
2015-04-03 23:12:11 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Service" ,
2015-04-03 23:12:11 +00:00
"method" : "PATCH" ,
"summary" : "partially update the specified Service" ,
"nickname" : "patchService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "string"
}
] ,
2015-04-03 23:12:11 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"application/json-patch+json" ,
"application/merge-patch+json" ,
"application/strategic-merge-patch+json"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta1.Status" ,
2015-04-03 23:12:11 +00:00
"method" : "DELETE" ,
"summary" : "delete a Service" ,
"nickname" : "deleteService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta1.Status"
}
] ,
2015-04-03 23:12:11 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta1/watch/services/{name}" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-04-03 23:12:11 +00:00
"method" : "GET" ,
"summary" : "watch changes to an object of kind Service" ,
"nickname" : "watchService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fields" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "labels" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "resourceVersion" ,
"description" : "when specified with a watch call, shows changes that occur after that particular version of a resource; defaults to changes from the beginning of history" ,
"required" : false ,
"allowMultiple" : false
} ,
{
"type" : "boolean" ,
"paramType" : "query" ,
"name" : "watch" ,
"description" : "watch for changes to the described resources and return them as a stream of add, update, and remove notifications; specify resourceVersion" ,
"required" : false ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "json.WatchEvent"
}
] ,
2015-04-03 23:12:11 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta1/redirect/services/{name}" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"method" : "GET" ,
"summary" : "redirect GET request to Service" ,
"nickname" : "redirectService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta1/proxy/services/{name}/{path:*}" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"method" : "GET" ,
"summary" : "proxy GET requests to Service" ,
"nickname" : "proxyGETService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"method" : "PUT" ,
"summary" : "proxy PUT requests to Service" ,
"nickname" : "proxyPUTService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"method" : "POST" ,
"summary" : "proxy POST requests to Service" ,
"nickname" : "proxyPOSTService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"method" : "DELETE" ,
"summary" : "proxy DELETE requests to Service" ,
"nickname" : "proxyDELETEService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
2015-05-09 05:01:43 +00:00
} ,
{
"type" : "string" ,
"method" : "HEAD" ,
"summary" : "proxy HEAD requests to Service" ,
"nickname" : "proxyHEADService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "string" ,
"method" : "TRACE" ,
"summary" : "proxy TRACE requests to Service" ,
"nickname" : "proxyTRACEService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
2015-04-03 23:12:11 +00:00
}
]
} ,
{
"path" : "/api/v1beta1/proxy/services/{name}" ,
"description" : "API at /api/v1beta1 version v1beta1" ,
"operations" : [
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"method" : "GET" ,
"summary" : "proxy GET requests to Service" ,
"nickname" : "proxyGETService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"method" : "PUT" ,
"summary" : "proxy PUT requests to Service" ,
"nickname" : "proxyPUTService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"method" : "POST" ,
"summary" : "proxy POST requests to Service" ,
"nickname" : "proxyPOSTService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"method" : "DELETE" ,
"summary" : "proxy DELETE requests to Service" ,
"nickname" : "proxyDELETEService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
2015-05-09 05:01:43 +00:00
} ,
{
"type" : "string" ,
"method" : "HEAD" ,
"summary" : "proxy HEAD requests to Service" ,
"nickname" : "proxyHEADService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
"type" : "string" ,
"method" : "TRACE" ,
"summary" : "proxy TRACE requests to Service" ,
"nickname" : "proxyTRACEService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "namespace" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : false ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
2015-04-03 23:12:11 +00:00
}
]
}
] ,
"models" : {
2015-04-07 14:50:21 +00:00
"json.WatchEvent" : {
"id" : "json.WatchEvent" ,
"properties" : {
"object" : {
"type" : "string" ,
"description" : "the object being watched; will match the type of the resource endpoint or be a Status object if the type is ERROR"
} ,
"type" : {
"type" : "string" ,
"description" : "the type of watch event; may be ADDED, MODIFIED, DELETED, or ERROR"
}
}
} ,
2015-04-21 21:25:56 +00:00
"v1beta1.AWSElasticBlockStoreVolumeSource" : {
"id" : "v1beta1.AWSElasticBlockStoreVolumeSource" ,
"required" : [
"volumeID"
] ,
"properties" : {
"fsType" : {
"type" : "string" ,
"description" : "file system type to mount, such as ext4, xfs, ntfs"
} ,
"partition" : {
"type" : "integer" ,
"format" : "int32" ,
"description" : "partition on the disk to mount (e.g., '1' for /dev/sda1); if omitted the plain device name (e.g., /dev/sda) will be mounted"
} ,
"readOnly" : {
"type" : "boolean" ,
"description" : "read-only if true, read-write otherwise (false or unspecified)"
} ,
"volumeID" : {
"type" : "string" ,
"description" : "unique id of the PD resource in AWS"
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.Binding" : {
"id" : "v1beta1.Binding" ,
"required" : [
"podID" ,
"host"
] ,
"properties" : {
"annotations" : {
"type" : "any" ,
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
} ,
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"host" : {
"type" : "string" ,
"description" : "host to which to bind the specified pod"
} ,
"id" : {
"type" : "string" ,
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
} ,
"kind" : {
"type" : "string" ,
"description" : "kind of object, in CamelCase; cannot be updated"
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-04-03 23:12:11 +00:00
} ,
"podID" : {
"type" : "string" ,
"description" : "name of the pod to bind"
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-04-03 23:12:11 +00:00
} ,
"selfLink" : {
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
} ,
"uid" : {
"type" : "string" ,
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
}
}
} ,
"v1beta1.Capabilities" : {
"id" : "v1beta1.Capabilities" ,
"properties" : {
"add" : {
"type" : "array" ,
"items" : {
2015-05-19 16:34:10 +00:00
"$ref" : "v1beta1.Capability"
2015-04-03 23:12:11 +00:00
} ,
"description" : "added capabilities"
} ,
"drop" : {
"type" : "array" ,
"items" : {
2015-05-19 16:34:10 +00:00
"$ref" : "v1beta1.Capability"
2015-04-03 23:12:11 +00:00
} ,
"description" : "droped capabilities"
}
}
} ,
2015-05-19 16:34:10 +00:00
"v1beta1.Capability" : {
"id" : "v1beta1.Capability" ,
2015-04-03 23:12:11 +00:00
"properties" : { }
} ,
2015-04-22 20:19:38 +00:00
"v1beta1.ComponentCondition" : {
"id" : "v1beta1.ComponentCondition" ,
"required" : [
"type" ,
"status"
] ,
"properties" : {
"error" : {
"type" : "string" ,
"description" : "error code from health check attempt (if any)"
} ,
"message" : {
"type" : "string" ,
"description" : "health check message received from the component"
} ,
"status" : {
"type" : "string" ,
"description" : "current status of this component condition, one of Full, None, Unknown"
} ,
"type" : {
"type" : "string" ,
"description" : "type of component condition, currently only Healthy"
}
}
} ,
"v1beta1.ComponentStatus" : {
"id" : "v1beta1.ComponentStatus" ,
"properties" : {
"annotations" : {
"type" : "any" ,
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"conditions" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta1.ComponentCondition"
} ,
"description" : "list of component conditions observed"
} ,
"creationTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
} ,
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
} ,
"kind" : {
"type" : "string" ,
"description" : "kind of object, in CamelCase; cannot be updated"
} ,
"name" : {
"type" : "string" ,
"description" : "name of the component"
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-04-22 20:19:38 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-04-22 20:19:38 +00:00
} ,
"selfLink" : {
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
} ,
"uid" : {
"type" : "string" ,
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
}
}
} ,
"v1beta1.ComponentStatusList" : {
"id" : "v1beta1.ComponentStatusList" ,
"required" : [
"items"
] ,
"properties" : {
"annotations" : {
"type" : "any" ,
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
} ,
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
} ,
"items" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta1.ComponentStatus"
} ,
"description" : "list of component status objects"
} ,
"kind" : {
"type" : "string" ,
"description" : "kind of object, in CamelCase; cannot be updated"
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-04-22 20:19:38 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-04-22 20:19:38 +00:00
} ,
"selfLink" : {
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
} ,
"uid" : {
"type" : "string" ,
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.Container" : {
"id" : "v1beta1.Container" ,
"required" : [
"name" ,
"image" ,
"imagePullPolicy"
] ,
"properties" : {
"capabilities" : {
"$ref" : "v1beta1.Capabilities" ,
2015-05-05 23:02:13 +00:00
"description" : "capabilities for container; cannot be updated; deprecated; See SecurityContext"
2015-04-03 23:12:11 +00:00
} ,
"command" : {
"type" : "array" ,
"items" : {
"type" : "string"
} ,
"description" : "command argv array; not executed within a shell; the image's cmd is used if this is not provided; cannot be updated"
} ,
"cpu" : {
"type" : "integer" ,
"format" : "int32" ,
"description" : "CPU share in thousandths of a core; cannot be updated"
} ,
2015-04-11 15:20:22 +00:00
"entrypoint" : {
2015-04-03 23:12:11 +00:00
"type" : "array" ,
"items" : {
"type" : "string"
} ,
"description" : "entrypoint array; not executed within a shell; the image's entrypoint is used if this is not provided; cannot be updated"
} ,
"env" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta1.EnvVar"
} ,
"description" : "list of environment variables to set in the container; cannot be updated"
} ,
"image" : {
"type" : "string" ,
"description" : "Docker image name"
} ,
"imagePullPolicy" : {
"type" : "string" ,
"description" : "image pull policy; one of PullAlways, PullNever, PullIfNotPresent; defaults to PullAlways if :latest tag is specified, or PullIfNotPresent otherwise; cannot be updated"
} ,
"lifecycle" : {
"$ref" : "v1beta1.Lifecycle" ,
"description" : "actions that the management system should take in response to container lifecycle events; cannot be updated"
} ,
"livenessProbe" : {
"$ref" : "v1beta1.LivenessProbe" ,
"description" : "periodic probe of container liveness; container will be restarted if the probe fails; cannot be updated"
} ,
"memory" : {
"type" : "integer" ,
"format" : "int64" ,
"description" : "memory limit in bytes; defaults to unlimited; cannot be updated"
} ,
"name" : {
"type" : "string" ,
"description" : "name of the container; must be a DNS_LABEL and unique within the pod; cannot be updated"
} ,
"ports" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta1.ContainerPort"
} ,
"description" : "list of ports to expose from the container; cannot be updated"
} ,
"privileged" : {
"type" : "boolean" ,
2015-05-05 23:02:13 +00:00
"description" : "whether or not the container is granted privileged status; defaults to false; cannot be updated; deprecated; See SecurityContext"
2015-04-03 23:12:11 +00:00
} ,
"readinessProbe" : {
"$ref" : "v1beta1.LivenessProbe" ,
"description" : "periodic probe of container service readiness; container will be removed from service endpoints if the probe fails; cannot be updated"
} ,
"resources" : {
"$ref" : "v1beta1.ResourceRequirements" ,
"description" : "Compute Resources required by this container; cannot be updated"
} ,
2015-05-05 23:02:13 +00:00
"securityContext" : {
"$ref" : "v1beta1.SecurityContext" ,
"description" : "security options the pod should run with"
} ,
2015-04-03 23:12:11 +00:00
"terminationMessagePath" : {
"type" : "string" ,
"description" : "path at which the file to which the container's termination message will be written is mounted into the container's filesystem; message written is intended to be brief final status, such as an assertion failure message; defaults to /dev/termination-log; cannot be updated"
} ,
"volumeMounts" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta1.VolumeMount"
} ,
"description" : "pod volumes to mount into the container's filesystem; cannot be updated"
} ,
"workingDir" : {
"type" : "string" ,
"description" : "container's working directory; defaults to image's default; cannot be updated"
}
}
} ,
"v1beta1.ContainerManifest" : {
"id" : "v1beta1.ContainerManifest" ,
"required" : [
"version" ,
"id" ,
"volumes" ,
"containers"
2015-02-05 04:19:00 +00:00
] ,
"properties" : {
2015-05-09 05:01:43 +00:00
"activeDeadlineSeconds" : {
"type" : "integer" ,
"format" : "int64"
} ,
2015-04-03 23:12:11 +00:00
"containers" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta1.Container"
} ,
"description" : "list of containers belonging to the pod; containers cannot currently be added or removed"
} ,
"dnsPolicy" : {
"type" : "string" ,
"description" : "DNS policy for containers within the pod; one of 'ClusterFirst' or 'Default'"
} ,
"hostNetwork" : {
"type" : "boolean" ,
"description" : "host networking requested for this pod"
} ,
"id" : {
"type" : "string" ,
"description" : "manifest name; must be a DNS_SUBDOMAIN; cannot be updated"
} ,
2015-05-19 16:34:10 +00:00
"imagePullSecrets" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta1.LocalObjectReference"
} ,
"description" : "list of references to secrets in the same namespace available for pulling the container images"
} ,
2015-04-03 23:12:11 +00:00
"restartPolicy" : {
"$ref" : "v1beta1.RestartPolicy" ,
2015-05-19 16:34:10 +00:00
"description" : "restart policy for all containers within the pod; one of RestartPolicyAlways, RestartPolicyOnFailure, RestartPolicyNever; defaults to RestartPolicyAlways"
2015-04-03 23:12:11 +00:00
} ,
2015-05-05 16:15:12 +00:00
"terminationGracePeriodSeconds" : {
2015-05-05 23:02:13 +00:00
"type" : "integer" ,
"format" : "int64" ,
2015-05-05 16:15:12 +00:00
"description" : "optional duration in seconds the pod needs to terminate gracefully; may be decreased in delete request; value must be non-negative integer; the value zero indicates delete immediately; if this value is not set, the default grace period will be used instead; the grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal; set this value longer than the expected cleanup time for your process"
} ,
2015-04-03 23:12:11 +00:00
"uuid" : {
"type" : "string" ,
"description" : "manifest UUID, populated by the system, read-only"
} ,
"version" : {
"type" : "string" ,
"description" : "manifest version; must be v1beta1"
} ,
"volumes" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta1.Volume"
} ,
"description" : "list of volumes that can be mounted by containers belonging to the pod"
}
}
} ,
"v1beta1.ContainerPort" : {
"id" : "v1beta1.ContainerPort" ,
"required" : [
"containerPort"
] ,
"properties" : {
"containerPort" : {
"type" : "integer" ,
"format" : "int32" ,
"description" : "number of port to expose on the pod's IP address"
} ,
"hostIP" : {
"type" : "string" ,
"description" : "host IP to bind the port to"
} ,
"hostPort" : {
"type" : "integer" ,
"format" : "int32" ,
"description" : "number of port to expose on the host; most containers do not need this"
} ,
"name" : {
"type" : "string" ,
"description" : "name for the port that can be referred to by services; must be a DNS_LABEL and unique without the pod"
} ,
"protocol" : {
"type" : "string" ,
"description" : "protocol for port; must be UDP or TCP; TCP if unspecified"
}
}
} ,
2015-04-09 02:47:31 +00:00
"v1beta1.DeleteOptions" : {
"id" : "v1beta1.DeleteOptions" ,
"required" : [
"gracePeriodSeconds"
] ,
"properties" : {
"annotations" : {
"type" : "any" ,
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
} ,
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"gracePeriodSeconds" : {
2015-05-05 23:02:13 +00:00
"type" : "integer" ,
"format" : "int64" ,
2015-04-09 02:47:31 +00:00
"description" : "the duration in seconds to wait before deleting this object; defaults to a per object value if not specified; zero means delete immediately"
} ,
"id" : {
"type" : "string" ,
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
} ,
"kind" : {
"type" : "string" ,
"description" : "kind of object, in CamelCase; cannot be updated"
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-04-09 02:47:31 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-04-09 02:47:31 +00:00
} ,
"selfLink" : {
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
} ,
"uid" : {
"type" : "string" ,
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.EmptyDirVolumeSource" : {
"id" : "v1beta1.EmptyDirVolumeSource" ,
"required" : [
"medium"
] ,
"properties" : {
"medium" : {
"type" : "string" ,
"description" : "type of storage used to back the volume; must be an empty string (default) or Memory"
}
}
} ,
"v1beta1.EndpointAddress" : {
"id" : "v1beta1.EndpointAddress" ,
"required" : [
"IP"
] ,
"properties" : {
"IP" : {
"type" : "string" ,
"description" : "IP address of the endpoint"
} ,
"targetRef" : {
"$ref" : "v1beta1.ObjectReference" ,
"description" : "reference to object providing the endpoint"
}
}
} ,
"v1beta1.EndpointObjectReference" : {
"id" : "v1beta1.EndpointObjectReference" ,
"required" : [
2015-05-05 16:15:12 +00:00
"endpoint" ,
"targetRef"
2015-04-03 23:12:11 +00:00
] ,
"properties" : {
"endpoint" : {
"type" : "string" ,
"description" : "endpoint exposed by the referenced object"
} ,
2015-05-05 16:15:12 +00:00
"targetRef" : {
"$ref" : "v1beta1.ObjectReference" ,
"description" : "reference to the object providing the entry point"
2015-04-03 23:12:11 +00:00
}
}
} ,
"v1beta1.EndpointPort" : {
"id" : "v1beta1.EndpointPort" ,
"required" : [
"port"
] ,
"properties" : {
"name" : {
"type" : "string" ,
"description" : "name of this port"
} ,
"port" : {
"type" : "integer" ,
"format" : "int32" ,
"description" : "port number of the endpoint"
} ,
"protocol" : {
"type" : "string" ,
"description" : "protocol for this port; must be UDP or TCP; TCP if unspecified"
}
}
} ,
"v1beta1.EndpointSubset" : {
"id" : "v1beta1.EndpointSubset" ,
"properties" : {
"addresses" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta1.EndpointAddress"
} ,
"description" : "IP addresses which offer the related ports"
} ,
"ports" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta1.EndpointPort"
} ,
"description" : "port numbers available on the related IP addresses"
}
}
} ,
"v1beta1.Endpoints" : {
"id" : "v1beta1.Endpoints" ,
"required" : [
"endpoints" ,
"subsets"
] ,
"properties" : {
"annotations" : {
"type" : "any" ,
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
} ,
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
"endpoints" : {
"type" : "array" ,
"items" : {
"type" : "string"
} ,
"description" : "first set of endpoints corresponding to a service, of the form address:port, such as 10.10.1.1:1909"
} ,
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
} ,
"kind" : {
"type" : "string" ,
"description" : "kind of object, in CamelCase; cannot be updated"
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-04-03 23:12:11 +00:00
} ,
"protocol" : {
"type" : "string" ,
"description" : "IP protocol for the first set of endpoint ports; must be UDP or TCP; TCP if unspecified"
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-04-03 23:12:11 +00:00
} ,
"selfLink" : {
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"subsets" : {
2015-02-05 04:19:00 +00:00
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
2015-04-03 23:12:11 +00:00
"$ref" : "v1beta1.EndpointSubset"
2015-03-13 06:23:41 +00:00
} ,
2015-04-03 23:12:11 +00:00
"description" : "sets of addresses and ports that comprise a service"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"targetRefs" : {
2015-03-27 20:36:03 +00:00
"type" : "array" ,
"items" : {
2015-04-03 23:12:11 +00:00
"$ref" : "v1beta1.EndpointObjectReference"
2015-03-27 20:36:03 +00:00
} ,
2015-04-03 23:12:11 +00:00
"description" : "list of references to objects providing the endpoints"
2015-03-27 20:36:03 +00:00
} ,
2015-04-03 23:12:11 +00:00
"uid" : {
"type" : "string" ,
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
}
}
} ,
"v1beta1.EndpointsList" : {
"id" : "v1beta1.EndpointsList" ,
"required" : [
"items"
] ,
"properties" : {
"annotations" : {
"type" : "any" ,
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
} ,
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
} ,
"items" : {
2015-02-05 04:19:00 +00:00
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
2015-04-03 23:12:11 +00:00
"$ref" : "v1beta1.Endpoints"
2015-03-13 06:23:41 +00:00
} ,
2015-04-03 23:12:11 +00:00
"description" : "list of service endpoint lists"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"kind" : {
2015-02-05 04:19:00 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"selfLink" : {
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"uid" : {
"type" : "string" ,
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
}
}
} ,
"v1beta1.EnvVar" : {
"id" : "v1beta1.EnvVar" ,
"required" : [
"name"
] ,
"properties" : {
"key" : {
"type" : "string" ,
"description" : "name of the environment variable; must be a C_IDENTIFIER; deprecated - use name instead"
2015-02-05 04:19:00 +00:00
} ,
"name" : {
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the environment variable; must be a C_IDENTIFIER"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"value" : {
"type" : "string" ,
"description" : "value of the environment variable; defaults to empty string"
2015-05-05 16:15:12 +00:00
} ,
"valueFrom" : {
"$ref" : "v1beta1.EnvVarSource" ,
"description" : "source for the environment variable's value; cannot be used if value is not empty"
}
}
} ,
"v1beta1.EnvVarSource" : {
"id" : "v1beta1.EnvVarSource" ,
"required" : [
"fieldRef"
] ,
"properties" : {
"fieldRef" : {
"$ref" : "v1beta1.ObjectFieldSelector" ,
"description" : "selects a field of the pod; only name and namespace are supported"
2015-04-03 23:12:11 +00:00
}
}
} ,
"v1beta1.Event" : {
"id" : "v1beta1.Event" ,
"properties" : {
"annotations" : {
"type" : "any" ,
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"count" : {
"type" : "integer" ,
"format" : "int32" ,
"description" : "the number of times this event has occurred"
2015-02-24 04:35:16 +00:00
} ,
2015-04-03 23:12:11 +00:00
"creationTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"deletionTimestamp" : {
2015-02-05 04:19:00 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"firstTimestamp" : {
"type" : "string" ,
"description" : "the time at which the event was first recorded"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"generateName" : {
2015-02-05 04:19:00 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"host" : {
"type" : "string" ,
"description" : "host name on which this event was generated"
} ,
"id" : {
"type" : "string" ,
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
} ,
"involvedObject" : {
"$ref" : "v1beta1.ObjectReference" ,
"description" : "object that this event is about"
} ,
"kind" : {
"type" : "string" ,
"description" : "kind of object, in CamelCase; cannot be updated"
} ,
"lastTimestamp" : {
"type" : "string" ,
"description" : "the time at which the most recent occurance of this event was recorded"
} ,
"message" : {
"type" : "string" ,
"description" : "human-readable description of the status of this operation"
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-04-03 23:12:11 +00:00
} ,
"reason" : {
"type" : "string" ,
"description" : "short, machine understandable string that gives the reason for the transition into the object's current status"
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-04-03 23:12:11 +00:00
} ,
"selfLink" : {
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
} ,
"source" : {
"type" : "string" ,
"description" : "component reporting this event; short machine understandable string"
} ,
"status" : {
"type" : "string" ,
"description" : "short, machine understandable string that describes the current status of the referred object"
} ,
"timestamp" : {
"type" : "string" ,
"description" : "time at which the client recorded the event"
} ,
"uid" : {
"type" : "string" ,
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.EventList" : {
"id" : "v1beta1.EventList" ,
2015-02-05 04:19:00 +00:00
"required" : [
2015-04-03 23:12:11 +00:00
"items"
2015-02-05 04:19:00 +00:00
] ,
"properties" : {
2015-04-03 23:12:11 +00:00
"annotations" : {
"type" : "any" ,
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"creationTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
} ,
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
2015-03-25 18:24:08 +00:00
} ,
2015-02-05 04:19:00 +00:00
"id" : {
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
} ,
"items" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta1.Event"
} ,
"description" : "list of events"
} ,
"kind" : {
"type" : "string" ,
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"selfLink" : {
2015-02-05 04:19:00 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"uid" : {
"type" : "string" ,
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
}
}
} ,
"v1beta1.ExecAction" : {
"id" : "v1beta1.ExecAction" ,
"properties" : {
"command" : {
2015-02-05 04:19:00 +00:00
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
2015-04-03 23:12:11 +00:00
"type" : "string"
2015-03-13 06:23:41 +00:00
} ,
2015-04-03 23:12:11 +00:00
"description" : "command line to execute inside the container; working directory for the command is root ('/') in the container's file system; the command is exec'd, not run inside a shell; exit status of 0 is treated as live/healthy and non-zero is unhealthy"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.FinalizerName" : {
"id" : "v1beta1.FinalizerName" ,
"properties" : { }
} ,
"v1beta1.GCEPersistentDiskVolumeSource" : {
"id" : "v1beta1.GCEPersistentDiskVolumeSource" ,
2015-03-11 16:48:03 +00:00
"required" : [
2015-04-03 23:12:11 +00:00
"pdName"
2015-03-11 16:48:03 +00:00
] ,
"properties" : {
2015-04-03 23:12:11 +00:00
"fsType" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "file system type to mount, such as ext4, xfs, ntfs"
2015-03-11 16:48:03 +00:00
} ,
2015-04-03 23:12:11 +00:00
"partition" : {
2015-03-11 16:48:03 +00:00
"type" : "integer" ,
"format" : "int32" ,
2015-04-03 23:12:11 +00:00
"description" : "partition on the disk to mount (e.g., '1' for /dev/sda1); if omitted the plain device name (e.g., /dev/sda) will be mounted"
2015-03-11 16:48:03 +00:00
} ,
2015-04-03 23:12:11 +00:00
"pdName" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "unique name of the PD resource in GCE"
2015-03-11 16:48:03 +00:00
} ,
2015-04-03 23:12:11 +00:00
"readOnly" : {
"type" : "boolean" ,
"description" : "read-only if true, read-write otherwise (false or unspecified)"
2015-03-17 06:32:37 +00:00
}
}
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.GitRepoVolumeSource" : {
"id" : "v1beta1.GitRepoVolumeSource" ,
2015-03-30 21:01:46 +00:00
"required" : [
2015-04-03 23:12:11 +00:00
"repository" ,
"revision"
2015-03-30 21:01:46 +00:00
] ,
"properties" : {
2015-04-03 23:12:11 +00:00
"repository" : {
2015-03-30 21:01:46 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "repository URL"
2015-03-30 21:01:46 +00:00
} ,
2015-04-03 23:12:11 +00:00
"revision" : {
"type" : "string" ,
"description" : "commit hash for the specified revision"
2015-03-30 21:01:46 +00:00
}
}
} ,
2015-04-09 02:47:31 +00:00
"v1beta1.GlusterfsVolumeSource" : {
"id" : "v1beta1.GlusterfsVolumeSource" ,
"required" : [
"endpoints" ,
"path"
] ,
"properties" : {
"endpoints" : {
"type" : "string" ,
"description" : "gluster hosts endpoints name"
} ,
"path" : {
"type" : "string" ,
"description" : "path to gluster volume"
} ,
"readOnly" : {
"type" : "boolean" ,
"description" : "Glusterfs volume to be mounted with read-only permissions"
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.HTTPGetAction" : {
"id" : "v1beta1.HTTPGetAction" ,
2015-03-12 21:30:00 +00:00
"properties" : {
2015-04-03 23:12:11 +00:00
"host" : {
2015-03-12 21:30:00 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "hostname to connect to; defaults to pod IP"
2015-03-12 21:30:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"path" : {
2015-03-12 21:30:00 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "path to access on the HTTP server"
2015-03-12 21:30:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"port" : {
2015-03-12 21:30:00 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "number or name of the port to access on the container"
}
}
} ,
"v1beta1.Handler" : {
"id" : "v1beta1.Handler" ,
"properties" : {
"exec" : {
"$ref" : "v1beta1.ExecAction" ,
"description" : "exec-based handler"
2015-03-12 21:30:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"httpGet" : {
"$ref" : "v1beta1.HTTPGetAction" ,
"description" : "HTTP-based handler"
2015-03-12 21:30:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"tcpSocket" : {
"$ref" : "v1beta1.TCPSocketAction" ,
"description" : "TCP-based handler; TCP hooks not yet supported"
2015-03-12 21:30:00 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.HostPathVolumeSource" : {
"id" : "v1beta1.HostPathVolumeSource" ,
2015-03-30 21:01:46 +00:00
"required" : [
2015-04-03 23:12:11 +00:00
"path"
2015-03-30 21:01:46 +00:00
] ,
"properties" : {
2015-04-03 23:12:11 +00:00
"path" : {
2015-03-30 21:01:46 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "path of the directory on the host"
2015-03-30 21:01:46 +00:00
}
}
} ,
2015-04-07 14:50:21 +00:00
"v1beta1.ISCSIVolumeSource" : {
"id" : "v1beta1.ISCSIVolumeSource" ,
"properties" : {
"fsType" : {
"type" : "string" ,
"description" : "file system type to mount, such as ext4, xfs, ntfs"
} ,
"iqn" : {
"type" : "string" ,
"description" : "iSCSI Qualified Name"
} ,
"lun" : {
"type" : "integer" ,
"format" : "int32" ,
"description" : "iscsi target lun number"
} ,
"readOnly" : {
"type" : "boolean" ,
"description" : "read-only if true, read-write otherwise (false or unspecified)"
} ,
"targetPortal" : {
"type" : "string" ,
"description" : "iSCSI target portal"
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.Lifecycle" : {
"id" : "v1beta1.Lifecycle" ,
2015-03-30 21:01:46 +00:00
"properties" : {
2015-04-03 23:12:11 +00:00
"postStart" : {
"$ref" : "v1beta1.Handler" ,
"description" : "called immediately after a container is started; if the handler fails, the container is terminated and restarted according to its restart policy; other management of the container blocks until the hook completes"
2015-03-30 21:01:46 +00:00
} ,
2015-04-03 23:12:11 +00:00
"preStop" : {
"$ref" : "v1beta1.Handler" ,
"description" : "called before a container is terminated; the container is terminated after the handler completes; other management of the container blocks until the hook completes"
2015-03-30 21:01:46 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.LimitRange" : {
"id" : "v1beta1.LimitRange" ,
2015-02-05 04:19:00 +00:00
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-05 04:19:00 +00:00
} ,
2015-03-25 18:24:08 +00:00
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
2015-02-05 04:19:00 +00:00
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "URL for the object; populated by the system, read-only"
} ,
2015-04-03 23:12:11 +00:00
"spec" : {
"$ref" : "v1beta1.LimitRangeSpec" ,
"description" : "spec defines the limits enforced"
2015-03-12 21:30:00 +00:00
} ,
2015-02-05 04:19:00 +00:00
"uid" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.LimitRangeItem" : {
"id" : "v1beta1.LimitRangeItem" ,
"properties" : {
"default" : {
"type" : "any" ,
"description" : "default values on this kind by resource name if omitted"
} ,
"max" : {
"type" : "any" ,
"description" : "max usage constraints on this kind by resource name"
} ,
"min" : {
"type" : "any" ,
"description" : "min usage constraints on this kind by resource name"
} ,
"type" : {
"type" : "string" ,
"description" : "type of resource that this limit applies to"
}
}
} ,
"v1beta1.LimitRangeList" : {
"id" : "v1beta1.LimitRangeList" ,
2015-02-05 04:19:00 +00:00
"required" : [
"items"
] ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-05 04:19:00 +00:00
} ,
2015-03-25 18:24:08 +00:00
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
2015-02-05 04:19:00 +00:00
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"items" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
2015-04-03 23:12:11 +00:00
"$ref" : "v1beta1.LimitRange"
2015-03-13 06:23:41 +00:00
} ,
2015-04-03 23:12:11 +00:00
"description" : "items is a list of LimitRange objects"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
"uid" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.LimitRangeSpec" : {
"id" : "v1beta1.LimitRangeSpec" ,
2015-02-05 04:19:00 +00:00
"required" : [
2015-04-03 23:12:11 +00:00
"limits"
2015-02-05 04:19:00 +00:00
] ,
"properties" : {
2015-04-03 23:12:11 +00:00
"limits" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta1.LimitRangeItem"
} ,
"description" : "limits is the list of LimitRangeItem objects that are enforced"
}
}
} ,
"v1beta1.LivenessProbe" : {
"id" : "v1beta1.LivenessProbe" ,
"properties" : {
"exec" : {
"$ref" : "v1beta1.ExecAction" ,
"description" : "parameters for exec-based liveness probe"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"httpGet" : {
"$ref" : "v1beta1.HTTPGetAction" ,
"description" : "parameters for HTTP-based liveness probe"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"initialDelaySeconds" : {
"type" : "integer" ,
"format" : "int64" ,
"description" : "number of seconds after the container has started before liveness probes are initiated"
} ,
"tcpSocket" : {
"$ref" : "v1beta1.TCPSocketAction" ,
"description" : "parameters for TCP-based liveness probe"
} ,
"timeoutSeconds" : {
"type" : "integer" ,
"format" : "int64" ,
"description" : "number of seconds after which liveness probes timeout; defaults to 1 second"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-05-19 16:34:10 +00:00
"v1beta1.LocalObjectReference" : {
"id" : "v1beta1.LocalObjectReference" ,
"properties" : {
"name" : {
"type" : "string" ,
"description" : "name of the referent"
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.Minion" : {
"id" : "v1beta1.Minion" ,
2015-02-05 04:19:00 +00:00
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-05 04:19:00 +00:00
} ,
2015-03-25 18:24:08 +00:00
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
2015-04-03 23:12:11 +00:00
"externalID" : {
2015-02-24 04:35:16 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "external id of the node assigned by some machine database (e.g. a cloud provider). Defaults to node name when empty."
2015-02-24 04:35:16 +00:00
} ,
2015-02-05 04:19:00 +00:00
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
2015-04-03 23:12:11 +00:00
"hostIP" : {
2015-02-05 04:19:00 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "IP address of the node"
2015-02-05 04:19:00 +00:00
} ,
"id" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"labels" : {
"type" : "any" ,
"description" : "map of string keys and values that can be used to organize and categorize minions; labels of a minion assigned by the scheduler must match the scheduled pod's nodeSelector"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"podCIDR" : {
2015-02-05 04:19:00 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "IP range assigned to the node"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"resources" : {
"$ref" : "v1beta1.NodeResources" ,
"description" : "characterization of node resources"
} ,
2015-02-05 04:19:00 +00:00
"selfLink" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
"status" : {
2015-04-03 23:12:11 +00:00
"$ref" : "v1beta1.NodeStatus" ,
"description" : "current status of node"
2015-02-05 04:19:00 +00:00
} ,
"uid" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-04-03 23:12:11 +00:00
} ,
"unschedulable" : {
"type" : "boolean" ,
"description" : "disable pod scheduling on the node"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.MinionList" : {
"id" : "v1beta1.MinionList" ,
2015-02-05 04:19:00 +00:00
"required" : [
"items"
] ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-05 04:19:00 +00:00
} ,
2015-03-25 18:24:08 +00:00
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
2015-02-05 04:19:00 +00:00
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"items" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
2015-04-03 23:12:11 +00:00
"$ref" : "v1beta1.Minion"
2015-03-13 06:23:41 +00:00
} ,
2015-04-03 23:12:11 +00:00
"description" : "list of nodes"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"minions" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta1.Minion"
} ,
"description" : "list of nodes; deprecated"
} ,
2015-02-05 04:19:00 +00:00
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
"uid" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.NFSVolumeSource" : {
"id" : "v1beta1.NFSVolumeSource" ,
2015-02-05 04:19:00 +00:00
"required" : [
2015-04-03 23:12:11 +00:00
"server" ,
"path"
2015-02-05 04:19:00 +00:00
] ,
"properties" : {
2015-04-03 23:12:11 +00:00
"path" : {
2015-02-05 04:19:00 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "the path that is exported by the NFS server"
2015-02-05 04:19:00 +00:00
} ,
"readOnly" : {
"type" : "boolean" ,
2015-04-03 23:12:11 +00:00
"description" : "forces the NFS export to be mounted with read-only permissions"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"server" : {
2015-02-05 04:19:00 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "the hostname or IP address of the NFS server"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.Namespace" : {
"id" : "v1beta1.Namespace" ,
2015-02-05 04:19:00 +00:00
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-05 04:19:00 +00:00
} ,
2015-03-25 18:24:08 +00:00
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
2015-02-05 04:19:00 +00:00
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"labels" : {
"type" : "any" ,
"description" : "map of string keys and values that can be used to organize and categorize namespaces"
} ,
2015-02-05 04:19:00 +00:00
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
"spec" : {
2015-04-03 23:12:11 +00:00
"$ref" : "v1beta1.NamespaceSpec" ,
"description" : "spec defines the behavior of the Namespace"
} ,
"status" : {
"$ref" : "v1beta1.NamespaceStatus" ,
"description" : "status describes the current status of a Namespace; read-only"
2015-02-05 04:19:00 +00:00
} ,
"uid" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.NamespaceList" : {
"id" : "v1beta1.NamespaceList" ,
2015-02-05 04:19:00 +00:00
"required" : [
"items"
] ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-05 04:19:00 +00:00
} ,
2015-03-25 18:24:08 +00:00
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
2015-02-05 04:19:00 +00:00
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"items" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
2015-04-03 23:12:11 +00:00
"$ref" : "v1beta1.Namespace"
2015-03-13 06:23:41 +00:00
} ,
2015-04-03 23:12:11 +00:00
"description" : "items is the list of Namespace objects in the list"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
"uid" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.NamespaceSpec" : {
"id" : "v1beta1.NamespaceSpec" ,
2015-02-05 04:19:00 +00:00
"properties" : {
2015-04-03 23:12:11 +00:00
"finalizers" : {
2015-02-05 04:19:00 +00:00
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
2015-04-03 23:12:11 +00:00
"$ref" : "v1beta1.FinalizerName"
2015-03-13 06:23:41 +00:00
} ,
2015-04-03 23:12:11 +00:00
"description" : "an opaque list of values that must be empty to permanently remove object from storage"
2015-02-24 04:35:16 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.NamespaceStatus" : {
"id" : "v1beta1.NamespaceStatus" ,
2015-02-24 04:35:16 +00:00
"properties" : {
2015-04-03 23:12:11 +00:00
"phase" : {
"type" : "string" ,
"description" : "phase is the current lifecycle phase of the namespace"
}
}
} ,
"v1beta1.NodeAddress" : {
"id" : "v1beta1.NodeAddress" ,
"required" : [
"type" ,
"address"
] ,
"properties" : {
"address" : {
"type" : "string" ,
"description" : "string representation of the address"
2015-02-24 04:35:16 +00:00
} ,
2015-04-03 23:12:11 +00:00
"type" : {
"type" : "string" ,
"description" : "type of the node address, e.g. external ip, internal ip, hostname, etc"
}
}
} ,
"v1beta1.NodeCondition" : {
"id" : "v1beta1.NodeCondition" ,
"required" : [
"kind" ,
"status"
] ,
"properties" : {
"kind" : {
"type" : "string" ,
2015-04-22 20:19:38 +00:00
"description" : "kind of the condition, current kinds: Reachable, Ready, Schedulable"
2015-02-24 04:35:16 +00:00
} ,
2015-04-03 23:12:11 +00:00
"lastProbeTime" : {
"type" : "string" ,
"description" : "last time the condition was probed"
2015-02-24 04:35:16 +00:00
} ,
2015-04-03 23:12:11 +00:00
"lastTransitionTime" : {
"type" : "string" ,
"description" : "last time the condition transit from one status to another"
2015-02-24 04:35:16 +00:00
} ,
2015-04-03 23:12:11 +00:00
"message" : {
"type" : "string" ,
"description" : "human readable message indicating details about last transition"
} ,
"reason" : {
"type" : "string" ,
"description" : "(brief) reason for the condition's last transition"
} ,
"status" : {
"type" : "string" ,
"description" : "status of the condition, one of Full, None, Unknown"
2015-02-24 04:35:16 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.NodeResources" : {
"id" : "v1beta1.NodeResources" ,
2015-02-24 04:35:16 +00:00
"properties" : {
2015-04-03 23:12:11 +00:00
"capacity" : {
"type" : "any" ,
"description" : "resource capacity of a node represented as a map of resource name to quantity of resource"
}
}
} ,
"v1beta1.NodeStatus" : {
"id" : "v1beta1.NodeStatus" ,
"properties" : {
"addresses" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta1.NodeAddress"
} ,
"description" : "list of addresses reachable to the node"
2015-02-24 04:35:16 +00:00
} ,
2015-04-03 23:12:11 +00:00
"conditions" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta1.NodeCondition"
} ,
"description" : "conditions is an array of current node conditions"
2015-02-24 04:35:16 +00:00
} ,
2015-04-03 23:12:11 +00:00
"nodeInfo" : {
"$ref" : "v1beta1.NodeSystemInfo" ,
"description" : "node identity is a set of ids/uuids to uniquely identify the node"
2015-02-24 04:35:16 +00:00
} ,
2015-04-03 23:12:11 +00:00
"phase" : {
2015-03-25 18:24:08 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "node phase is the current lifecycle phase of the node"
}
}
} ,
"v1beta1.NodeSystemInfo" : {
"id" : "v1beta1.NodeSystemInfo" ,
"required" : [
"machineID" ,
"systemUUID" ,
"bootID" ,
"kernelVersion" ,
"osImage" ,
"containerRuntimeVersion" ,
"kubeletVersion" ,
2015-05-05 16:15:12 +00:00
"kubeProxyVersion"
2015-04-03 23:12:11 +00:00
] ,
"properties" : {
"bootID" : {
2015-02-24 04:35:16 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "boot id is the boot-id reported by the node"
2015-02-24 04:35:16 +00:00
} ,
2015-04-03 23:12:11 +00:00
"containerRuntimeVersion" : {
2015-02-24 04:35:16 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "Container runtime version reported by the node through runtime remote API (e.g. docker://1.5.0)"
2015-02-24 04:35:16 +00:00
} ,
2015-04-03 23:12:11 +00:00
"kernelVersion" : {
2015-02-24 04:35:16 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "Kernel version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64)"
2015-02-24 04:35:16 +00:00
} ,
2015-05-05 16:15:12 +00:00
"kubeProxyVersion" : {
"type" : "string" ,
"description" : "Kube-proxy version reported by the node"
} ,
2015-04-03 23:12:11 +00:00
"kubeletVersion" : {
2015-02-24 04:35:16 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "Kubelet version reported by the node"
2015-02-24 04:35:16 +00:00
} ,
2015-04-03 23:12:11 +00:00
"machineID" : {
2015-02-24 04:35:16 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "machine id is the machine-id reported by the node"
2015-02-24 04:35:16 +00:00
} ,
2015-04-03 23:12:11 +00:00
"osImage" : {
"type" : "string" ,
"description" : "OS image used reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy))"
2015-02-24 04:35:16 +00:00
} ,
2015-04-03 23:12:11 +00:00
"systemUUID" : {
2015-02-24 04:35:16 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "system uuid is the system-uuid reported by the node"
}
}
} ,
2015-05-05 16:15:12 +00:00
"v1beta1.ObjectFieldSelector" : {
"id" : "v1beta1.ObjectFieldSelector" ,
"required" : [
"fieldPath"
] ,
"properties" : {
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema that fieldPath is written in terms of; defaults to v1beta1"
} ,
"fieldPath" : {
"type" : "string" ,
"description" : "path of the field to select in the specified API version"
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.ObjectReference" : {
"id" : "v1beta1.ObjectReference" ,
"properties" : {
"apiVersion" : {
"type" : "string" ,
"description" : "API version of the referent"
2015-03-11 16:48:03 +00:00
} ,
2015-04-03 23:12:11 +00:00
"fieldPath" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "if referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]"
2015-02-24 04:35:16 +00:00
} ,
2015-04-03 23:12:11 +00:00
"kind" : {
"type" : "string" ,
"description" : "kind of the referent"
2015-02-24 04:35:16 +00:00
} ,
2015-04-03 23:12:11 +00:00
"name" : {
"type" : "string" ,
"description" : "id of the referent"
2015-02-24 04:35:16 +00:00
} ,
2015-04-03 23:12:11 +00:00
"namespace" : {
2015-02-24 04:35:16 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "namespace of the referent"
2015-02-24 04:35:16 +00:00
} ,
2015-04-03 23:12:11 +00:00
"resourceVersion" : {
"type" : "string" ,
2015-05-05 16:15:12 +00:00
"description" : "specific resourceVersion to which this reference is made, if any: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-24 04:35:16 +00:00
} ,
"uid" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
"description" : "uid of the referent"
2015-02-24 04:35:16 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.PersistentVolume" : {
"id" : "v1beta1.PersistentVolume" ,
2015-02-24 04:35:16 +00:00
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-24 04:35:16 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-24 04:35:16 +00:00
} ,
2015-03-25 18:24:08 +00:00
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
2015-02-24 04:35:16 +00:00
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"kind" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-04-03 23:12:11 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-04-03 23:12:11 +00:00
} ,
"selfLink" : {
2015-03-25 18:24:08 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-03-25 18:24:08 +00:00
} ,
2015-04-03 23:12:11 +00:00
"spec" : {
"$ref" : "v1beta1.PersistentVolumeSpec" ,
"description" : "specification of a persistent volume as provisioned by an administrator"
2015-03-25 18:24:08 +00:00
} ,
2015-04-03 23:12:11 +00:00
"status" : {
"$ref" : "v1beta1.PersistentVolumeStatus" ,
"description" : "current status of a persistent volume; populated by the system, read-only"
} ,
"uid" : {
2015-03-25 18:24:08 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-03-25 18:24:08 +00:00
}
}
} ,
2015-05-19 16:34:10 +00:00
"v1beta1.PersistentVolumeAccessMode" : {
"id" : "v1beta1.PersistentVolumeAccessMode" ,
"properties" : { }
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.PersistentVolumeClaim" : {
"id" : "v1beta1.PersistentVolumeClaim" ,
2015-02-05 04:19:00 +00:00
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-05 04:19:00 +00:00
} ,
2015-03-25 18:24:08 +00:00
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
2015-02-05 04:19:00 +00:00
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
2015-02-24 04:35:16 +00:00
"spec" : {
2015-05-18 20:10:58 +00:00
"$ref" : "v1beta1.PersistentVolumeClaimSpec" ,
"description" : "the desired characteristics of a volume"
2015-02-24 04:35:16 +00:00
} ,
2015-02-05 04:19:00 +00:00
"status" : {
2015-04-03 23:12:11 +00:00
"$ref" : "v1beta1.PersistentVolumeClaimStatus" ,
"description" : "the current status of a persistent volume claim; read-only"
2015-02-05 04:19:00 +00:00
} ,
"uid" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.PersistentVolumeClaimList" : {
"id" : "v1beta1.PersistentVolumeClaimList" ,
2015-02-05 04:19:00 +00:00
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-05 04:19:00 +00:00
} ,
2015-03-25 18:24:08 +00:00
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
2015-02-05 04:19:00 +00:00
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"items" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
2015-04-03 23:12:11 +00:00
"$ref" : "v1beta1.PersistentVolumeClaim"
2015-05-18 20:10:58 +00:00
} ,
"description" : "a list of persistent volume claims"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
"uid" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.PersistentVolumeClaimSpec" : {
"id" : "v1beta1.PersistentVolumeClaimSpec" ,
2015-03-25 18:24:08 +00:00
"properties" : {
2015-04-03 23:12:11 +00:00
"accessModes" : {
2015-03-25 18:24:08 +00:00
"type" : "array" ,
"items" : {
2015-05-19 16:34:10 +00:00
"$ref" : "v1beta1.PersistentVolumeAccessMode"
2015-03-25 18:24:08 +00:00
} ,
2015-04-03 23:12:11 +00:00
"description" : "the desired access modes the volume should have"
} ,
"resources" : {
"$ref" : "v1beta1.ResourceRequirements" ,
"description" : "the desired resources the volume should have"
2015-05-18 20:10:58 +00:00
} ,
"volumeName" : {
"type" : "string" ,
"description" : "the binding reference to the persistent volume backing this claim"
2015-03-25 18:24:08 +00:00
}
}
2015-02-24 04:35:16 +00:00
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.PersistentVolumeClaimStatus" : {
"id" : "v1beta1.PersistentVolumeClaimStatus" ,
2015-03-12 21:30:00 +00:00
"properties" : {
2015-04-03 23:12:11 +00:00
"accessModes" : {
"type" : "array" ,
"items" : {
2015-05-19 16:34:10 +00:00
"$ref" : "v1beta1.PersistentVolumeAccessMode"
2015-04-03 23:12:11 +00:00
} ,
"description" : "the actual access modes the volume has"
} ,
"capacity" : {
"type" : "any" ,
"description" : "the actual resources the volume has"
} ,
2015-03-12 21:30:00 +00:00
"phase" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "the current phase of the claim"
2015-03-11 16:48:03 +00:00
}
}
2015-02-24 04:35:16 +00:00
} ,
2015-04-21 21:25:56 +00:00
"v1beta1.PersistentVolumeClaimVolumeSource" : {
"id" : "v1beta1.PersistentVolumeClaimVolumeSource" ,
"properties" : {
"claimName" : {
"type" : "string" ,
"description" : "the name of the claim in the same namespace to be mounted as a volume"
} ,
"readOnly" : {
"type" : "boolean" ,
"description" : "mount volume as read-only when true; default false"
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.PersistentVolumeList" : {
"id" : "v1beta1.PersistentVolumeList" ,
2015-02-05 04:19:00 +00:00
"properties" : {
2015-04-03 23:12:11 +00:00
"annotations" : {
"type" : "any" ,
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
2015-02-24 04:35:16 +00:00
} ,
2015-04-03 23:12:11 +00:00
"apiVersion" : {
2015-02-24 04:35:16 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "version of the schema the object should have"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"creationTimestamp" : {
2015-02-05 04:19:00 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"deletionTimestamp" : {
2015-02-05 04:19:00 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"generateName" : {
2015-02-05 04:19:00 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"id" : {
"type" : "string" ,
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-03-11 16:48:03 +00:00
} ,
2015-04-03 23:12:11 +00:00
"items" : {
2015-02-05 04:19:00 +00:00
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
2015-04-03 23:12:11 +00:00
"$ref" : "v1beta1.PersistentVolume"
2015-03-13 06:23:41 +00:00
} ,
2015-04-03 23:12:11 +00:00
"description" : "list of persistent volumes"
2015-03-30 21:01:46 +00:00
} ,
2015-04-03 23:12:11 +00:00
"kind" : {
2015-03-30 21:01:46 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-03-30 21:01:46 +00:00
} ,
2015-04-03 23:12:11 +00:00
"namespace" : {
2015-03-30 21:01:46 +00:00
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-03-30 21:01:46 +00:00
} ,
2015-04-03 23:12:11 +00:00
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-03-12 21:30:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"selfLink" : {
2015-03-30 21:01:46 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-03-30 21:01:46 +00:00
} ,
2015-04-03 23:12:11 +00:00
"uid" : {
2015-03-12 21:30:00 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-03-12 21:30:00 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta1.PersistentVolumeSpec" : {
"id" : "v1beta1.PersistentVolumeSpec" ,
"required" : [
2015-05-19 00:22:00 +00:00
"hostPath" ,
"glusterfs" ,
2015-05-19 16:34:10 +00:00
"nfs" ,
"persistentDisk" ,
"awsElasticBlockStore"
2015-04-03 23:12:11 +00:00
] ,
2015-02-05 04:19:00 +00:00
"properties" : {
2015-04-03 23:12:11 +00:00
"accessModes" : {
"type" : "array" ,
"items" : {
2015-05-19 16:34:10 +00:00
"$ref" : "v1beta1.PersistentVolumeAccessMode"
2015-04-03 23:12:11 +00:00
} ,
"description" : "all ways the volume can be mounted"
2015-02-05 04:19:00 +00:00
} ,
2015-04-21 21:25:56 +00:00
"awsElasticBlockStore" : {
"$ref" : "v1beta1.AWSElasticBlockStoreVolumeSource" ,
"description" : "AWS disk resource provisioned by an admin"
} ,
2015-04-03 23:12:11 +00:00
"capacity" : {
"type" : "any" ,
"description" : "a description of the persistent volume's resources and capacity"
2015-02-05 04:19:00 +00:00
} ,
2015-04-03 23:12:11 +00:00
"claimRef" : {
"$ref" : "v1beta1.ObjectReference" ,
2015-05-18 20:10:58 +00:00
"description" : "when bound, a reference to the bound claim"
2015-02-05 04:19:00 +00:00
} ,
2015-04-09 02:47:31 +00:00
"glusterfs" : {
"$ref" : "v1beta1.GlusterfsVolumeSource" ,
"description" : "Glusterfs volume resource provisioned by an admin"
} ,
2015-04-03 23:12:11 +00:00
"hostPath" : {
"$ref" : "v1beta1.HostPathVolumeSource" ,
"description" : "a HostPath provisioned by a developer or tester; for develment use only"
2015-02-05 04:19:00 +00:00
} ,
2015-05-09 05:01:43 +00:00
"nfs" : {
"$ref" : "v1beta1.NFSVolumeSource" ,
"description" : "NFS volume resource provisioned by an admin"
} ,
2015-04-03 23:12:11 +00:00
"persistentDisk" : {
"$ref" : "v1beta1.GCEPersistentDiskVolumeSource" ,
"description" : "GCE disk resource provisioned by an admin"
}
}
} ,
"v1beta1.PersistentVolumeStatus" : {
"id" : "v1beta1.PersistentVolumeStatus" ,
"properties" : {
"phase" : {
2015-02-05 04:19:00 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"description" : "the current phase of a persistent volume"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta1.Pod" : {
"id" : "v1beta1.Pod" ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-05 04:19:00 +00:00
} ,
"currentState" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.PodState" ,
2015-03-11 16:48:03 +00:00
"description" : "current state of the pod; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
2015-03-25 18:24:08 +00:00
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
2015-02-05 04:19:00 +00:00
"desiredState" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.PodState" ,
2015-02-05 04:19:00 +00:00
"description" : "specification of the desired state of the pod"
} ,
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"labels" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used to organize and categorize pods; may match selectors of replication controllers and services"
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"nodeSelector" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "selector which must match a node's labels for the pod to be scheduled on that node"
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
2015-05-18 20:10:58 +00:00
"serviceAccount" : {
"type" : "string" ,
"description" : "the name of the ServiceAccount to use to run this pod"
} ,
2015-02-05 04:19:00 +00:00
"uid" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-02-24 04:35:16 +00:00
"v1beta1.PodCondition" : {
"id" : "v1beta1.PodCondition" ,
"required" : [
"kind" ,
"status"
] ,
"properties" : {
"kind" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-02-24 04:35:16 +00:00
"description" : "kind of the condition, currently only Ready"
} ,
"status" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-02-24 04:35:16 +00:00
"description" : "status of the condition, one of Full, None, Unknown"
}
}
} ,
2015-02-05 04:19:00 +00:00
"v1beta1.PodList" : {
"id" : "v1beta1.PodList" ,
"required" : [
"items"
] ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-05 04:19:00 +00:00
} ,
2015-03-25 18:24:08 +00:00
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
2015-02-05 04:19:00 +00:00
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"items" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta1.Pod"
} ,
2015-02-05 04:19:00 +00:00
"description" : "list of pods"
} ,
"kind" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
"uid" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta1.PodState" : {
"id" : "v1beta1.PodState" ,
"properties" : {
2015-02-24 04:35:16 +00:00
"Condition" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta1.PodCondition"
} ,
2015-02-24 04:35:16 +00:00
"description" : "current service state of pod"
} ,
2015-02-05 04:19:00 +00:00
"host" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "host to which the pod is assigned; empty if not yet scheduled; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"hostIP" : {
"type" : "string" ,
"description" : "IP address of the host to which the pod is assigned; empty if not yet scheduled"
} ,
"info" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of container name to container status"
} ,
"manifest" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.ContainerManifest" ,
2015-02-05 04:19:00 +00:00
"description" : "manifest of containers and volumes comprising the pod"
} ,
"message" : {
"type" : "string" ,
"description" : "human readable message indicating details about why the pod is in this condition"
} ,
"podIP" : {
"type" : "string" ,
"description" : "IP address allocated to the pod; routable at least within the cluster; empty if not yet allocated"
} ,
"status" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-02-05 04:19:00 +00:00
"description" : "current condition of the pod, Waiting, Running, or Terminated"
}
}
} ,
"v1beta1.PodTemplate" : {
"id" : "v1beta1.PodTemplate" ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about pods created from the template"
} ,
"desiredState" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.PodState" ,
2015-02-05 04:19:00 +00:00
"description" : "specification of the desired state of pods created from this template"
} ,
"labels" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used to organize and categorize the pods created from the template; must match the selector of the replication controller to which the template belongs; may match selectors of services"
} ,
"nodeSelector" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "a selector which must be true for the pod to fit on a node"
2015-05-18 20:10:58 +00:00
} ,
"serviceAccount" : {
"type" : "string" ,
"description" : "the name of the ServiceAccount to use to run this pod"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta1.ReplicationController" : {
"id" : "v1beta1.ReplicationController" ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-05 04:19:00 +00:00
} ,
"currentState" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.ReplicationControllerState" ,
2015-03-11 16:48:03 +00:00
"description" : "current state of the replication controller; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
2015-03-25 18:24:08 +00:00
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
2015-02-05 04:19:00 +00:00
"desiredState" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.ReplicationControllerState" ,
2015-02-05 04:19:00 +00:00
"description" : "specification of the desired state of the replication controller"
} ,
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"labels" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used to organize and categorize replication controllers"
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
"uid" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta1.ReplicationControllerList" : {
"id" : "v1beta1.ReplicationControllerList" ,
"required" : [
"items"
] ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-05 04:19:00 +00:00
} ,
2015-03-25 18:24:08 +00:00
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
2015-02-05 04:19:00 +00:00
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"items" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta1.ReplicationController"
} ,
2015-02-05 04:19:00 +00:00
"description" : "list of replication controllers"
} ,
"kind" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
"uid" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta1.ReplicationControllerState" : {
"id" : "v1beta1.ReplicationControllerState" ,
"required" : [
"replicas"
] ,
"properties" : {
"podTemplate" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.PodTemplate" ,
2015-02-05 04:19:00 +00:00
"description" : "template for pods to be created by this replication controller when the observed number of replicas is less than the desired number of replicas"
} ,
"replicaSelector" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "label keys and values that must match in order to be controlled by this replication controller"
} ,
"replicas" : {
"type" : "integer" ,
"format" : "int32" ,
"description" : "number of replicas (desired or observed, as appropriate)"
}
}
} ,
"v1beta1.ResourceQuota" : {
"id" : "v1beta1.ResourceQuota" ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-05 04:19:00 +00:00
} ,
2015-03-25 18:24:08 +00:00
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
2015-02-05 04:19:00 +00:00
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
2015-03-17 06:32:37 +00:00
"labels" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-17 06:32:37 +00:00
"description" : "map of string keys and values that can be used to organize and categorize resource quotas"
} ,
2015-02-05 04:19:00 +00:00
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
"spec" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.ResourceQuotaSpec" ,
2015-02-24 04:35:16 +00:00
"description" : "spec defines the desired quota"
2015-02-05 04:19:00 +00:00
} ,
"status" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.ResourceQuotaStatus" ,
2015-02-24 04:35:16 +00:00
"description" : "status defines the actual enforced quota and current usage"
2015-02-05 04:19:00 +00:00
} ,
"uid" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta1.ResourceQuotaList" : {
"id" : "v1beta1.ResourceQuotaList" ,
"required" : [
"items"
] ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-05 04:19:00 +00:00
} ,
2015-03-25 18:24:08 +00:00
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
2015-02-05 04:19:00 +00:00
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"items" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta1.ResourceQuota"
} ,
2015-02-24 04:35:16 +00:00
"description" : "items is a list of ResourceQuota objects"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
"uid" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta1.ResourceQuotaSpec" : {
"id" : "v1beta1.ResourceQuotaSpec" ,
"properties" : {
"hard" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-24 04:35:16 +00:00
"description" : "hard is the set of desired hard limits for each named resource"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta1.ResourceQuotaStatus" : {
"id" : "v1beta1.ResourceQuotaStatus" ,
"properties" : {
"hard" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-24 04:35:16 +00:00
"description" : "hard is the set of enforced hard limits for each named resource"
2015-02-05 04:19:00 +00:00
} ,
"used" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-24 04:35:16 +00:00
"description" : "used is the current observed total usage of the resource in the namespace"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-02-24 04:35:16 +00:00
"v1beta1.ResourceRequirements" : {
"id" : "v1beta1.ResourceRequirements" ,
2015-02-05 04:19:00 +00:00
"properties" : {
"limits" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "Maximum amount of compute resources allowed"
2015-03-25 18:24:08 +00:00
} ,
"requests" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-05-05 16:15:12 +00:00
"description" : "Minimum amount of resources requested; requests are honored only for persistent volumes as of now"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta1.RestartPolicy" : {
"id" : "v1beta1.RestartPolicy" ,
"properties" : {
"always" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.RestartPolicyAlways" ,
2015-02-05 04:19:00 +00:00
"description" : "always restart the container after termination"
} ,
"never" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.RestartPolicyNever" ,
2015-02-05 04:19:00 +00:00
"description" : "never restart the container"
} ,
"onFailure" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.RestartPolicyOnFailure" ,
2015-02-05 04:19:00 +00:00
"description" : "restart the container if it fails for any reason, but not if it succeeds (exit 0)"
}
}
} ,
"v1beta1.RestartPolicyAlways" : {
"id" : "v1beta1.RestartPolicyAlways" ,
"properties" : { }
} ,
"v1beta1.RestartPolicyNever" : {
"id" : "v1beta1.RestartPolicyNever" ,
"properties" : { }
} ,
"v1beta1.RestartPolicyOnFailure" : {
"id" : "v1beta1.RestartPolicyOnFailure" ,
"properties" : { }
} ,
2015-05-05 23:02:13 +00:00
"v1beta1.SELinuxOptions" : {
"id" : "v1beta1.SELinuxOptions" ,
"properties" : {
"level" : {
"type" : "string" ,
"description" : "the level label to apply to the container"
} ,
"role" : {
"type" : "string" ,
"description" : "the role label to apply to the container"
} ,
"type" : {
"type" : "string" ,
"description" : "the type label to apply to the container"
} ,
"user" : {
"type" : "string" ,
"description" : "the user label to apply to the container"
}
}
} ,
2015-02-24 04:35:16 +00:00
"v1beta1.Secret" : {
"id" : "v1beta1.Secret" ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-24 04:35:16 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-24 04:35:16 +00:00
} ,
"data" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-05-18 20:10:58 +00:00
"description" : "data contains the secret data. Each key must be a valid DNS_SUBDOMAIN or leading dot followed by valid DNS_SUBDOMAIN. Each value must be a base64 encoded string as described in https://tools.ietf.org/html/rfc4648#section-4"
2015-02-24 04:35:16 +00:00
} ,
2015-03-25 18:24:08 +00:00
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
2015-02-24 04:35:16 +00:00
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"kind" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-24 04:35:16 +00:00
} ,
"selfLink" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-02-24 04:35:16 +00:00
} ,
"type" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-02-24 04:35:16 +00:00
"description" : "type facilitates programmatic handling of secret data"
} ,
"uid" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-02-24 04:35:16 +00:00
}
}
} ,
"v1beta1.SecretList" : {
"id" : "v1beta1.SecretList" ,
"required" : [
"items"
] ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-24 04:35:16 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-24 04:35:16 +00:00
} ,
2015-03-25 18:24:08 +00:00
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
2015-02-24 04:35:16 +00:00
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"items" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta1.Secret"
} ,
2015-02-24 04:35:16 +00:00
"description" : "items is a list of secret objects"
} ,
"kind" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-24 04:35:16 +00:00
} ,
"selfLink" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-02-24 04:35:16 +00:00
} ,
"uid" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-02-24 04:35:16 +00:00
}
}
} ,
"v1beta1.SecretVolumeSource" : {
"id" : "v1beta1.SecretVolumeSource" ,
"required" : [
"target"
] ,
"properties" : {
"target" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.ObjectReference" ,
2015-02-24 04:35:16 +00:00
"description" : "target is a reference to a secret"
}
}
} ,
2015-05-05 23:02:13 +00:00
"v1beta1.SecurityContext" : {
"id" : "v1beta1.SecurityContext" ,
"properties" : {
"capabilities" : {
"$ref" : "v1beta1.Capabilities" ,
"description" : "the linux capabilites that should be added or removed"
} ,
"privileged" : {
"type" : "boolean" ,
"description" : "run the container in privileged mode"
} ,
"runAsUser" : {
"type" : "integer" ,
"format" : "int64" ,
"description" : "the user id that runs the first process in the container"
} ,
"seLinuxOptions" : {
"$ref" : "v1beta1.SELinuxOptions" ,
"description" : "options that control the SELinux labels applied"
}
}
} ,
2015-02-05 04:19:00 +00:00
"v1beta1.Service" : {
"id" : "v1beta1.Service" ,
"required" : [
"port" ,
2015-03-30 21:01:46 +00:00
"selector" ,
"ports"
2015-02-05 04:19:00 +00:00
] ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"containerPort" : {
"type" : "string" ,
2015-02-24 04:35:16 +00:00
"description" : "number or name of the port to access on the containers belonging to pods targeted by the service; defaults to the container's first open port"
2015-02-05 04:19:00 +00:00
} ,
"createExternalLoadBalancer" : {
"type" : "boolean" ,
"description" : "set up a cloud-provider-specific load balancer on an external IP"
} ,
"creationTimestamp" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-05 04:19:00 +00:00
} ,
2015-03-25 18:24:08 +00:00
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
2015-02-05 04:19:00 +00:00
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"labels" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "map of string keys and values that can be used to organize and categorize services"
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"port" : {
"type" : "integer" ,
"format" : "int32" ,
"description" : "port exposed by the service"
} ,
2015-03-30 21:01:46 +00:00
"portName" : {
"type" : "string" ,
"description" : "the name of the first port; optional"
} ,
2015-02-05 04:19:00 +00:00
"portalIP" : {
"type" : "string" ,
2015-03-25 18:24:08 +00:00
"description" : "IP address of the service; usually assigned by the system; if specified, it will be allocated to the service if unused, and creation of the service will fail otherwise; cannot be updated; 'None' can be specified for a headless service when proxying is not required"
2015-02-05 04:19:00 +00:00
} ,
2015-03-30 21:01:46 +00:00
"ports" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta1.ServicePort"
} ,
2015-03-27 20:36:03 +00:00
"description" : "ports to be exposed on the service; if this field is specified, the legacy fields (Port, PortName, Protocol, and ContainerPort) will be overwritten by the first member of this array; if this field is not specified, it will be populated from the legacy fields"
2015-03-30 21:01:46 +00:00
} ,
2015-02-05 04:19:00 +00:00
"protocol" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-02-05 04:19:00 +00:00
"description" : "protocol for port; must be UDP or TCP; TCP if unspecified"
} ,
"proxyPort" : {
"type" : "integer" ,
"format" : "int32" ,
"description" : "if non-zero, a pre-allocated host port used for this service by the proxy on each node; assigned by the master and ignored on input"
} ,
"publicIPs" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
2015-03-25 18:34:33 +00:00
"type" : "string"
2015-03-13 06:23:41 +00:00
} ,
2015-03-11 16:48:03 +00:00
"description" : "externally visible IPs (e.g. load balancers) that should be proxied to this service"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selector" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-05 04:19:00 +00:00
"description" : "label keys and values that must match in order to receive traffic for this service; if empty, all pods are selected, if not specified, endpoints must be manually specified"
} ,
"selfLink" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
"sessionAffinity" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-02-05 04:19:00 +00:00
"description" : "enable client IP based session affinity; must be ClientIP or None; defaults to None"
} ,
"uid" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-05-18 20:10:58 +00:00
"v1beta1.ServiceAccount" : {
"id" : "v1beta1.ServiceAccount" ,
"required" : [
"secrets"
] ,
"properties" : {
"annotations" : {
"type" : "any" ,
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
} ,
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
} ,
"kind" : {
"type" : "string" ,
"description" : "kind of object, in CamelCase; cannot be updated"
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-05-18 20:10:58 +00:00
} ,
"resourceVersion" : {
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
} ,
"secrets" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta1.ObjectReference"
} ,
"description" : "list of secrets that can be used by pods running as this service account"
} ,
"selfLink" : {
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
} ,
"uid" : {
"type" : "string" ,
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
}
}
} ,
"v1beta1.ServiceAccountList" : {
"id" : "v1beta1.ServiceAccountList" ,
"required" : [
"items"
] ,
"properties" : {
"annotations" : {
"type" : "any" ,
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
} ,
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
} ,
"items" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta1.ServiceAccount"
} ,
"description" : "list of ServiceAccounts"
} ,
"kind" : {
"type" : "string" ,
"description" : "kind of object, in CamelCase; cannot be updated"
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-05-18 20:10:58 +00:00
} ,
"resourceVersion" : {
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
} ,
"selfLink" : {
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
} ,
"uid" : {
"type" : "string" ,
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
}
}
} ,
2015-02-24 04:35:16 +00:00
"v1beta1.ServiceList" : {
"id" : "v1beta1.ServiceList" ,
"required" : [
"items"
] ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-24 04:35:16 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"creationTimestamp" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
2015-02-24 04:35:16 +00:00
} ,
2015-03-25 18:24:08 +00:00
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
2015-02-24 04:35:16 +00:00
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"items" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta1.Service"
} ,
2015-02-24 04:35:16 +00:00
"description" : "list of services"
} ,
"kind" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-02-24 04:35:16 +00:00
} ,
"selfLink" : {
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "URL for the object; populated by the system, read-only"
2015-02-24 04:35:16 +00:00
} ,
"uid" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
2015-02-24 04:35:16 +00:00
}
}
} ,
2015-03-30 21:01:46 +00:00
"v1beta1.ServicePort" : {
"id" : "v1beta1.ServicePort" ,
"required" : [
"name" ,
"protocol" ,
"port" ,
"containerPort"
] ,
"properties" : {
"containerPort" : {
"type" : "string" ,
"description" : "the port to access on the containers belonging to pods targeted by the service; defaults to the service port"
} ,
"name" : {
"type" : "string" ,
"description" : "the name of this port; optional if only one port is defined"
} ,
"port" : {
"type" : "integer" ,
"format" : "int32" ,
"description" : "the port number that is exposed"
} ,
"protocol" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-30 21:01:46 +00:00
"description" : "the protocol used by this port; must be UDP or TCP; TCP if unspecified"
}
}
} ,
2015-04-09 02:47:31 +00:00
"v1beta1.Status" : {
"id" : "v1beta1.Status" ,
"properties" : {
"annotations" : {
"type" : "any" ,
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about the object"
} ,
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"code" : {
"type" : "integer" ,
"format" : "int32" ,
"description" : "suggested HTTP return code for this status; 0 if not set"
} ,
"creationTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object was created; populated by the system, read-only; null for lists"
} ,
"deletionTimestamp" : {
"type" : "string" ,
"description" : "RFC 3339 date and time at which the object will be deleted; populated by the system when a graceful deletion is requested, read-only; if not set, graceful deletion of the object has not been requested"
} ,
"details" : {
"$ref" : "v1beta1.StatusDetails" ,
"description" : "extended data associated with the reason; each reason may define its own extended details; this field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type"
} ,
"generateName" : {
"type" : "string" ,
"description" : "an optional prefix to use to generate a unique name; has the same validation rules as name; optional, and is applied only name if is not specified"
} ,
"id" : {
"type" : "string" ,
"description" : "name of the object; must be a DNS_SUBDOMAIN and unique among all objects of the same kind within the same namespace; used in resource URLs; cannot be updated"
} ,
"kind" : {
"type" : "string" ,
"description" : "kind of object, in CamelCase; cannot be updated"
} ,
"message" : {
"type" : "string" ,
"description" : "human-readable description of the status of this operation"
} ,
"namespace" : {
"type" : "string" ,
2015-05-19 16:34:10 +00:00
"description" : "namespace to which the object belongs; must be a DNS_LABEL; 'default' by default; cannot be updated"
2015-04-09 02:47:31 +00:00
} ,
"reason" : {
"type" : "string" ,
"description" : "machine-readable description of why this operation is in the 'Failure' status; if this value is empty there is no information available; a reason clarifies an HTTP status code but does not override it"
} ,
"resourceVersion" : {
2015-05-05 16:15:12 +00:00
"type" : "integer" ,
"description" : "string that identifies the internal version of this object that can be used by clients to determine when objects have changed; populated by the system, read-only; value must be treated as opaque by clients and passed unmodified back to the server: http://docs.k8s.io/api-conventions.md#concurrency-control-and-consistency"
2015-04-09 02:47:31 +00:00
} ,
"selfLink" : {
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
} ,
"status" : {
"type" : "string" ,
"description" : "status of the operation; either Success, or Failure"
} ,
"uid" : {
"type" : "string" ,
"description" : "unique UUID across space and time; populated by the system, read-only; cannot be updated"
}
}
} ,
"v1beta1.StatusCause" : {
"id" : "v1beta1.StatusCause" ,
"properties" : {
"field" : {
"type" : "string" ,
"description" : "field of the resource that has caused this error, as named by its JSON serialization; may include dot and postfix notation for nested attributes; arrays are zero-indexed; fields may appear more than once in an array of causes due to fields having multiple errors"
} ,
"message" : {
"type" : "string" ,
"description" : "human-readable description of the cause of the error; this field may be presented as-is to a reader"
} ,
"reason" : {
"type" : "string" ,
"description" : "machine-readable description of the cause of the error; if this value is empty there is no information available"
}
}
} ,
"v1beta1.StatusDetails" : {
"id" : "v1beta1.StatusDetails" ,
"properties" : {
"causes" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta1.StatusCause"
} ,
"description" : "the Causes array includes more details associated with the StatusReason failure; not all StatusReasons may provide detailed causes"
} ,
"id" : {
"type" : "string" ,
"description" : "the ID attribute of the resource associated with the status StatusReason (when there is a single ID which can be described)"
} ,
"kind" : {
"type" : "string" ,
"description" : "the kind attribute of the resource associated with the status StatusReason; on some operations may differ from the requested resource Kind"
} ,
"retryAfterSeconds" : {
"type" : "integer" ,
"format" : "int32" ,
"description" : "the number of seconds before the client should attempt to retry this operation"
}
}
} ,
2015-02-05 04:19:00 +00:00
"v1beta1.TCPSocketAction" : {
"id" : "v1beta1.TCPSocketAction" ,
"properties" : {
"port" : {
"type" : "string" ,
"description" : "number of name of the port to access on the container"
}
}
} ,
"v1beta1.Volume" : {
"id" : "v1beta1.Volume" ,
"required" : [
"name"
] ,
"properties" : {
"name" : {
"type" : "string" ,
"description" : "volume name; must be a DNS_LABEL and unique within the pod"
} ,
"source" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.VolumeSource" ,
2015-04-21 21:25:56 +00:00
"description" : "location and type of volume to mount; at most one of HostDir, EmptyDir, GCEPersistentDisk, AWSElasticBlockStore, or GitRepo; default is EmptyDir"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta1.VolumeMount" : {
"id" : "v1beta1.VolumeMount" ,
"required" : [
"name" ,
"mountPath"
] ,
"properties" : {
"mountPath" : {
"type" : "string" ,
"description" : "path within the container at which the volume should be mounted; overrides path"
} ,
"mountType" : {
"type" : "string" ,
"description" : "LOCAL or HOST; defaults to LOCAL; deprecated"
} ,
"name" : {
"type" : "string" ,
"description" : "name of the volume to mount"
} ,
"path" : {
"type" : "string" ,
"description" : "path within the container at which the volume should be mounted; deprecated"
} ,
"readOnly" : {
"type" : "boolean" ,
"description" : "mounted read-only if true, read-write otherwise (false or unspecified)"
}
}
} ,
"v1beta1.VolumeSource" : {
"id" : "v1beta1.VolumeSource" ,
"required" : [
"hostDir" ,
"emptyDir" ,
"persistentDisk" ,
2015-04-21 21:25:56 +00:00
"awsElasticBlockStore" ,
2015-02-24 04:35:16 +00:00
"gitRepo" ,
2015-03-25 18:24:08 +00:00
"secret" ,
2015-04-07 14:50:21 +00:00
"nfs" ,
2015-04-09 02:47:31 +00:00
"iscsi" ,
"glusterfs"
2015-02-05 04:19:00 +00:00
] ,
"properties" : {
2015-04-21 21:25:56 +00:00
"awsElasticBlockStore" : {
"$ref" : "v1beta1.AWSElasticBlockStoreVolumeSource" ,
"description" : "AWS disk resource attached to the host machine on demand"
} ,
2015-02-05 04:19:00 +00:00
"emptyDir" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.EmptyDirVolumeSource" ,
2015-02-05 04:19:00 +00:00
"description" : "temporary directory that shares a pod's lifetime"
} ,
"gitRepo" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.GitRepoVolumeSource" ,
2015-02-05 04:19:00 +00:00
"description" : "git repository at a particular revision"
} ,
2015-04-09 02:47:31 +00:00
"glusterfs" : {
"$ref" : "v1beta1.GlusterfsVolumeSource" ,
"description" : "Glusterfs volume that will be mounted on the host machine "
} ,
2015-02-05 04:19:00 +00:00
"hostDir" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.HostPathVolumeSource" ,
2015-02-05 04:19:00 +00:00
"description" : "pre-existing host file or directory; generally for privileged system daemons or other agents tied to the host"
} ,
2015-04-07 14:50:21 +00:00
"iscsi" : {
"$ref" : "v1beta1.ISCSIVolumeSource" ,
"description" : "iSCSI disk attached to host machine on demand"
} ,
2015-03-25 18:24:08 +00:00
"nfs" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.NFSVolumeSource" ,
2015-03-25 18:24:08 +00:00
"description" : "NFS volume that will be mounted in the host machine "
} ,
2015-02-05 04:19:00 +00:00
"persistentDisk" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.GCEPersistentDiskVolumeSource" ,
2015-02-05 04:19:00 +00:00
"description" : "GCE disk resource attached to the host machine on demand"
2015-02-24 04:35:16 +00:00
} ,
2015-04-21 21:25:56 +00:00
"persistentVolumeClaim" : {
"$ref" : "v1beta1.PersistentVolumeClaimVolumeSource" ,
"description" : "a reference to a PersistentVolumeClaim in the same namespace"
} ,
2015-02-24 04:35:16 +00:00
"secret" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta1.SecretVolumeSource" ,
2015-02-24 04:35:16 +00:00
"description" : "secret to populate volume with"
2015-02-05 04:19:00 +00:00
}
}
}
}
2015-05-19 00:22:00 +00:00
}