2015-02-05 04:19:00 +00:00
{
"swaggerVersion" : "1.2" ,
"apiVersion" : "v1beta3" ,
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/v1beta3" ,
"apis" : [
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/namespaces/{namespaces}/bindings" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.Binding" ,
2015-03-17 06:32:37 +00:00
"method" : "POST" ,
"summary" : "create a Binding" ,
"nickname" : "createBinding" ,
2015-03-11 16:48:03 +00:00
"parameters" : [
2015-03-12 21:30:00 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-17 06:32:37 +00:00
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-03-11 16:48:03 +00:00
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.Binding" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.Binding"
}
] ,
2015-03-11 16:48:03 +00:00
"produces" : [
2015-03-13 06:23:41 +00:00
"application/json"
2015-03-11 16:48:03 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
}
]
} ,
{
"path" : "/api/v1beta3/namespaces/{namespaces}/endpoints" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-03-11 16:48:03 +00:00
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.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-12 21:30:00 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
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" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-03-11 16:48:03 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.EndpointsList"
}
] ,
2015-03-11 16:48:03 +00:00
"produces" : [
2015-03-13 06:23:41 +00:00
"application/json"
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" : "v1beta3.Endpoints" ,
2015-03-17 06:32:37 +00:00
"method" : "POST" ,
"summary" : "create a Endpoints" ,
"nickname" : "createEndpoints" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-03-11 23:14:14 +00:00
{
2015-03-12 21:30:00 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-03-11 23:14:14 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
} ,
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.Endpoints" ,
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" : "v1beta3.Endpoints"
}
] ,
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-17 06:32:37 +00:00
}
]
} ,
{
"path" : "/api/v1beta3/watch/namespaces/{namespaces}/endpoints" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"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-12 21:30:00 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
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" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-03-11 23:14:14 +00:00
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/namespaces/{namespaces}/endpoints/{name}" ,
2015-02-05 04:19:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.Endpoints" ,
2015-02-05 04:19:00 +00:00
"method" : "GET" ,
2015-03-17 06:32:37 +00:00
"summary" : "read the specified Endpoints" ,
"nickname" : "readEndpoints" ,
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 Endpoints" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-02-24 04:35:16 +00:00
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
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" : "v1beta3.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-12 21:30:00 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.Endpoints" ,
2015-03-12 21:30:00 +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" : [
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 Endpoints" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-02-24 04:35:16 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
2015-02-05 04:19:00 +00:00
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
{
"type" : "v1beta3.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" : "v1beta3.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-11 16:48:03 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.Endpoints" ,
2015-03-17 06:32:37 +00:00
"method" : "PATCH" ,
"summary" : "partially update the specified Endpoints" ,
"nickname" : "patchEndpoints" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
2015-03-11 16:48:03 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-12 21:30:00 +00:00
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Endpoints" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-02-05 04:19:00 +00:00
{
2015-03-12 21:30:00 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"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-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-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-25 18:24:08 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.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" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.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" : "v1beta3.Status"
}
] ,
2015-03-25 18:24:08 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
}
]
} ,
{
"path" : "/api/v1beta3/watch/namespaces/{namespaces}/endpoints/{name}" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 Endpoints" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchEndpoints" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-11 16:48:03 +00:00
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Endpoints" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
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" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-17 06:32:37 +00:00
"application/json"
] ,
"consumes" : [
2015-03-12 21:30:00 +00:00
"*/*"
2015-03-17 06:32:37 +00:00
]
}
]
} ,
{
"path" : "/api/v1beta3/endpoints" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
"type" : "v1beta3.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-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" : "v1beta3.EndpointsList"
}
] ,
2015-03-17 06:32:37 +00:00
"produces" : [
"application/json"
2015-03-11 23:14:14 +00:00
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/watch/endpoints" ,
2015-03-11 23:14:14 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 Endpoints" ,
2015-03-13 06:23:41 +00:00
"nickname" : "watchEndpointslist" ,
2015-03-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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/v1beta3/namespaces/{namespaces}/events" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
"type" : "v1beta3.EventList" ,
"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-03-11 23:14:14 +00:00
"parameters" : [
{
2015-03-12 21:30:00 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-03-11 23:14:14 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.EventList"
}
] ,
2015-03-11 23:14:14 +00:00
"produces" : [
"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" : "v1beta3.Event" ,
2015-03-17 06:32:37 +00:00
"method" : "POST" ,
"summary" : "create a Event" ,
"nickname" : "createEvent" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-12 21:30:00 +00:00
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
{
"type" : "v1beta3.Event" ,
"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" : "v1beta3.Event"
}
] ,
2015-03-12 21:30:00 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/watch/namespaces/{namespaces}/events" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-12 21:30:00 +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-12 21:30:00 +00:00
"parameters" : [
2015-02-05 04:19:00 +00:00
{
2015-02-24 04:35:16 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
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" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-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-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/namespaces/{namespaces}/events/{name}" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.Event" ,
2015-03-12 21:30:00 +00:00
"method" : "GET" ,
2015-03-17 06:32:37 +00:00
"summary" : "read the specified Event" ,
"nickname" : "readEvent" ,
2015-03-12 21:30:00 +00:00
"parameters" : [
{
"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" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.Event"
}
] ,
2015-03-12 21:30: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" : "v1beta3.Event" ,
2015-03-11 23:14:14 +00:00
"method" : "PUT" ,
2015-03-17 06:32:37 +00:00
"summary" : "replace the specified Event" ,
"nickname" : "replaceEvent" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-02-24 04:35:16 +00:00
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Event" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "v1beta3.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" : "v1beta3.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 23:14:14 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.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" ,
"paramType" : "path" ,
2015-02-24 04:35:16 +00:00
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Event" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"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" : "" ,
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" : "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-11 23:14:14 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.Status" ,
2015-03-11 23:14:14 +00:00
"method" : "DELETE" ,
2015-03-17 06:32:37 +00:00
"summary" : "delete a Event" ,
"nickname" : "deleteEvent" ,
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 Event" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-03-11 23:14:14 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.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/v1beta3/watch/namespaces/{namespaces}/events/{name}" ,
2015-02-05 04:19:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-02-05 04:19:00 +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-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 Event" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-03-13 06:23:41 +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" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-12 21:30:00 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/events" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.EventList" ,
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 Event" ,
2015-03-17 06:32:37 +00:00
"nickname" : "listEvent" ,
2015-03-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" : "v1beta3.EventList"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/watch/events" ,
2015-02-05 04:19:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-02-05 04:19:00 +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-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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/v1beta3/namespaces/{namespaces}/limitranges" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
"type" : "v1beta3.LimitRangeList" ,
"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" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-03-17 06:32:37 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.LimitRangeList"
}
] ,
2015-03-17 06:32:37 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.LimitRange" ,
2015-03-17 06:32:37 +00:00
"method" : "POST" ,
"summary" : "create a LimitRange" ,
"nickname" : "createLimitRange" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "v1beta3.LimitRange" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.LimitRange"
}
] ,
2015-03-17 06:32:37 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta3/watch/namespaces/{namespaces}/limitranges" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 LimitRange" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchLimitRangelist" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-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" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta3/namespaces/{namespaces}/limitranges/{name}" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
"type" : "v1beta3.LimitRange" ,
"method" : "GET" ,
"summary" : "read the specified LimitRange" ,
"nickname" : "readLimitRange" ,
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 LimitRange" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.LimitRange"
}
] ,
2015-03-11 16:48:03 +00:00
"produces" : [
"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" : "v1beta3.LimitRange" ,
2015-03-11 23:14:14 +00:00
"method" : "PUT" ,
2015-03-17 06:32:37 +00:00
"summary" : "replace the specified LimitRange" ,
"nickname" : "replaceLimitRange" ,
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 LimitRange" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-11 23:14:14 +00:00
} ,
2015-03-11 16:48:03 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-11 23:14:14 +00:00
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.LimitRange" ,
2015-03-11 23:14:14 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.LimitRange"
}
] ,
2015-03-11 16:48:03 +00:00
"produces" : [
2015-03-11 23:14:14 +00:00
"application/json"
2015-03-11 16:48:03 +00:00
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.LimitRange" ,
2015-03-11 23:14:14 +00:00
"method" : "PATCH" ,
2015-03-17 06:32:37 +00:00
"summary" : "partially update the specified LimitRange" ,
"nickname" : "patchLimitRange" ,
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 LimitRange" ,
2015-03-11 23:14:14 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-11 23:14:14 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"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" : [
2015-03-11 23:14:14 +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" : "v1beta3.Status" ,
2015-03-11 16:48:03 +00:00
"method" : "DELETE" ,
2015-03-17 06:32:37 +00:00
"summary" : "delete a LimitRange" ,
"nickname" : "deleteLimitRange" ,
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 LimitRange" ,
2015-03-11 23:14:14 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.Status"
}
] ,
2015-03-11 16:48:03 +00:00
"produces" : [
2015-03-11 23:14:14 +00:00
"application/json"
2015-03-11 16:48:03 +00:00
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/watch/namespaces/{namespaces}/limitranges/{name}" ,
2015-03-11 16:48:03 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 LimitRange" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchLimitRange" ,
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-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-11 16:48:03 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-11 23:14:14 +00:00
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
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" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-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-11 23:14:14 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/limitranges" ,
2015-03-11 23:14:14 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.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-03-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" : "v1beta3.LimitRangeList"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-11 23:14:14 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/watch/limitranges" ,
2015-03-11 23:14:14 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-02-05 04:19:00 +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 individual changes to a list of LimitRange" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchLimitRangelist" ,
2015-03-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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"
2015-03-11 23:14:14 +00:00
] ,
2015-03-17 06:32:37 +00:00
"consumes" : [
"*/*"
]
}
]
} ,
2015-04-11 15:20:22 +00:00
{
"path" : "/api/v1beta3/minions/{name}/status" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
"type" : "v1beta3.Node" ,
"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" : "v1beta3.Node" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.Node"
}
] ,
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
2015-03-17 06:32:37 +00:00
{
"path" : "/api/v1beta3/namespaces" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
"type" : "v1beta3.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" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" : "v1beta3.NamespaceList"
}
] ,
2015-03-11 23:14:14 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.Namespace" ,
2015-03-11 23:14:14 +00:00
"method" : "POST" ,
2015-03-17 06:32:37 +00:00
"summary" : "create a Namespace" ,
"nickname" : "createNamespace" ,
2015-03-11 23:14:14 +00:00
"parameters" : [
2015-02-05 04:19:00 +00:00
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.Namespace" ,
2015-03-11 16:48:03 +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" : "v1beta3.Namespace"
}
] ,
2015-03-11 16:48:03 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-11 23:14:14 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/watch/namespaces" ,
2015-03-11 23:14:14 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-03-11 16:48:03 +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 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" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-13 06:23:41 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/namespaces/{name}" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.Namespace" ,
2015-03-13 06:23:41 +00:00
"method" : "GET" ,
2015-03-17 06:32:37 +00:00
"summary" : "read the specified Namespace" ,
"nickname" : "readNamespace" ,
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 Namespace" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.Namespace"
}
] ,
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-09 02:47:31 +00:00
"type" : "v1beta3.Namespace" ,
2015-03-11 23:14:14 +00:00
"method" : "PUT" ,
2015-03-17 06:32:37 +00:00
"summary" : "replace the specified Namespace" ,
"nickname" : "replaceNamespace" ,
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 Namespace" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.Namespace" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.Namespace"
}
] ,
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" : "v1beta3.Namespace" ,
2015-03-17 06:32:37 +00:00
"method" : "PATCH" ,
"summary" : "partially update the specified Namespace" ,
"nickname" : "patchNamespace" ,
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 Namespace" ,
2015-03-11 16:48:03 +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" : "" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"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" : [
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-03-12 21:30:00 +00:00
} ,
2015-03-11 16:48:03 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.Status" ,
2015-03-12 21:30:00 +00:00
"method" : "DELETE" ,
2015-03-17 06:32:37 +00:00
"summary" : "delete a Namespace" ,
"nickname" : "deleteNamespace" ,
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 Namespace" ,
2015-03-11 23:14:14 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-25 18:24:08 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.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" : "v1beta3.Status"
}
] ,
2015-03-17 06:32:37 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta3/watch/namespaces/{name}" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 Namespace" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchNamespace" ,
"parameters" : [
2015-03-11 23:14:14 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-17 06:32:37 +00:00
"name" : "name" ,
"description" : "name of the Namespace" ,
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" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-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" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-03-11 16:48:03 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-12 21:30:00 +00:00
}
]
} ,
2015-03-25 18:24:08 +00:00
{
"path" : "/api/v1beta3/namespaces/{name}/finalize" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.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" : "v1beta3.Namespace" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.Namespace"
}
] ,
2015-03-25 18:24:08 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta3/namespaces/{name}/status" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.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" : "v1beta3.Namespace" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.Namespace"
}
] ,
2015-03-25 18:24:08 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
2015-03-12 21:30:00 +00:00
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/nodes" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-03-11 16:48:03 +00:00
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.NodeList" ,
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 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" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" : "v1beta3.NodeList"
}
] ,
2015-03-17 06:32:37 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.Node" ,
2015-03-17 06:32:37 +00:00
"method" : "POST" ,
"summary" : "create a Node" ,
"nickname" : "createNode" ,
2015-03-11 16:48:03 +00:00
"parameters" : [
2015-03-13 06:23:41 +00:00
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.Node" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
2015-03-13 06:23:41 +00:00
"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" : "v1beta3.Node"
}
] ,
2015-03-17 06:32:37 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta3/watch/nodes" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 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" : "fieldSelector" ,
"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" : "labelSelector" ,
"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/v1beta3/nodes/{name}" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
"type" : "v1beta3.Node" ,
"method" : "GET" ,
"summary" : "read the specified Node" ,
"nickname" : "readNode" ,
"parameters" : [
2015-03-11 16:48:03 +00:00
{
2015-03-11 23:14:14 +00:00
"type" : "string" ,
"paramType" : "path" ,
2015-03-17 06:32:37 +00:00
"name" : "name" ,
"description" : "name of the Node" ,
2015-03-11 23:14:14 +00:00
"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" : "v1beta3.Node"
}
] ,
2015-03-12 21:30:00 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-03-12 21:30:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
} ,
2015-03-12 21:30:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.Node" ,
2015-03-13 06:23:41 +00:00
"method" : "PUT" ,
2015-03-17 06:32:37 +00:00
"summary" : "replace the specified Node" ,
"nickname" : "replaceNode" ,
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" ,
"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-13 06:23:41 +00:00
} ,
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.Node" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.Node"
}
] ,
2015-03-13 06:23:41 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-03-13 06:23:41 +00:00
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.Node" ,
2015-03-17 06:32:37 +00:00
"method" : "PATCH" ,
"summary" : "partially update the specified Node" ,
"nickname" : "patchNode" ,
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 Node" ,
2015-03-13 06:23:41 +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" : "" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
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-03-17 06:32:37 +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-04-09 02:47:31 +00:00
"type" : "v1beta3.Status" ,
2015-03-13 06:23:41 +00:00
"method" : "DELETE" ,
2015-03-17 06:32:37 +00:00
"summary" : "delete a Node" ,
"nickname" : "deleteNode" ,
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 Node" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-25 18:24:08 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.DeleteOptions" ,
2015-03-25 18:24:08 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"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" : "v1beta3.Status"
}
] ,
2015-03-13 06:23:41 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"application/json"
2015-03-13 06:23:41 +00:00
] ,
"consumes" : [
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/v1beta3/watch/nodes/{name}" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-03-11 16:48:03 +00:00
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-12 21:30:00 +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-03-11 16:48:03 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-17 06:32:37 +00:00
"name" : "name" ,
"description" : "name of the Node" ,
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" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-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-12 21:30:00 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
}
]
} ,
{
"path" : "/api/v1beta3/redirect/nodes/{name}" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-03-12 21:30:00 +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-12 21:30:00 +00:00
"parameters" : [
2015-03-11 16:48:03 +00:00
{
2015-03-11 23:14:14 +00:00
"type" : "string" ,
"paramType" : "path" ,
2015-03-17 06:32:37 +00:00
"name" : "name" ,
"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-03-12 21:30:00 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/proxy/nodes/{name}/{path:*}" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
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" : "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" ,
"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-27 20:36:03 +00:00
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
2015-03-12 21:30:00 +00:00
}
] ,
"produces" : [
2015-03-17 06:32:37 +00:00
"*/*"
2015-03-12 21:30:00 +00:00
] ,
"consumes" : [
"*/*"
]
} ,
{
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-12 21:30: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-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-03-12 21:30:00 +00:00
}
] ,
"produces" : [
2015-03-17 06:32:37 +00:00
"*/*"
2015-03-12 21:30:00 +00:00
] ,
"consumes" : [
"*/*"
]
} ,
{
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-12 21:30: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-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-03-12 21:30:00 +00:00
}
] ,
"produces" : [
2015-03-17 06:32:37 +00:00
"*/*"
2015-03-12 21:30: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-03-13 06:23:41 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Node" ,
"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-13 06:23:41 +00:00
}
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-17 06:32:37 +00:00
"path" : "/api/v1beta3/proxy/nodes/{name}" ,
2015-03-11 23:14:14 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"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-12 21:30:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-17 06:32:37 +00:00
"name" : "name" ,
"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
"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-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" : "PUT" ,
"summary" : "proxy PUT requests to Node" ,
"nickname" : "proxyPUTNode" ,
2015-03-11 23:14:14 +00:00
"parameters" : [
{
2015-02-24 04:35:16 +00:00
"type" : "string" ,
"paramType" : "path" ,
2015-03-17 06:32:37 +00:00
"name" : "name" ,
"description" : "name of the Node" ,
2015-03-12 21:30:00 +00:00
"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
} ,
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-03-11 23:14:14 +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" : "DELETE" ,
"summary" : "proxy DELETE requests to Node" ,
"nickname" : "proxyDELETENode" ,
2015-02-05 04:19:00 +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 Node" ,
2015-03-11 23:14:14 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
2015-04-11 15:20:22 +00:00
{
"path" : "/api/v1beta3/nodes/{name}/status" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
"type" : "v1beta3.Node" ,
"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" : "v1beta3.Node" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.Node"
}
] ,
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
2015-03-17 06:32:37 +00:00
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta3/namespaces/{namespaces}/persistentvolumeclaims" ,
2015-03-17 06:32:37 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta3.PersistentVolumeClaimList" ,
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 PersistentVolumeClaim" ,
2015-04-03 23:12:11 +00:00
"nickname" : "listPersistentVolumeClaim" ,
2015-03-17 06:32:37 +00:00
"parameters" : [
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-11 16:48:03 +00:00
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
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" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" : "v1beta3.PersistentVolumeClaimList"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-11 16:48:03 +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" : "v1beta3.PersistentVolumeClaim" ,
2015-03-17 06:32:37 +00:00
"method" : "POST" ,
2015-04-03 23:12:11 +00:00
"summary" : "create a PersistentVolumeClaim" ,
"nickname" : "createPersistentVolumeClaim" ,
2015-03-11 23:14:14 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta3.PersistentVolumeClaim" ,
2015-03-11 23:14:14 +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" : "v1beta3.PersistentVolumeClaim"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-12 21:30:00 +00:00
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta3/watch/namespaces/{namespaces}/persistentvolumeclaims" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 PersistentVolumeClaim" ,
"nickname" : "watchPersistentVolumeClaimlist" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
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" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-11 16:48:03 +00:00
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta3/namespaces/{namespaces}/persistentvolumeclaims/{name}" ,
2015-02-24 04:35:16 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta3.PersistentVolumeClaim" ,
2015-02-24 04:35:16 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "read the specified PersistentVolumeClaim" ,
"nickname" : "readPersistentVolumeClaim" ,
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 PersistentVolumeClaim" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-03-11 23:14:14 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.PersistentVolumeClaim"
}
] ,
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" : "v1beta3.PersistentVolumeClaim" ,
2015-03-13 06:23:41 +00:00
"method" : "PUT" ,
2015-04-03 23:12:11 +00:00
"summary" : "replace the specified PersistentVolumeClaim" ,
"nickname" : "replacePersistentVolumeClaim" ,
2015-03-12 21:30:00 +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 PersistentVolumeClaim" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-03-12 21:30:00 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta3.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" : "v1beta3.PersistentVolumeClaim"
}
] ,
2015-03-12 21:30:00 +00:00
"produces" : [
"application/json"
] ,
"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" : "v1beta3.PersistentVolumeClaim" ,
2015-03-13 06:23:41 +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" : [
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 PersistentVolumeClaim" ,
2015-03-11 23:14:14 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-02-24 04:35:16 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"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-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-04-09 02:47:31 +00:00
"type" : "v1beta3.Status" ,
2015-03-13 06:23:41 +00:00
"method" : "DELETE" ,
2015-04-03 23:12:11 +00:00
"summary" : "delete a PersistentVolumeClaim" ,
"nickname" : "deletePersistentVolumeClaim" ,
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 PersistentVolumeClaim" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
2015-03-25 18:24:08 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.DeleteOptions" ,
2015-03-25 18:24:08 +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" : "v1beta3.Status"
}
] ,
2015-03-12 21:30:00 +00:00
"produces" : [
"application/json"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta3/watch/namespaces/{namespaces}/persistentvolumeclaims/{name}" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-02-24 04:35:16 +00:00
{
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 changes to an object of kind PersistentVolumeClaim" ,
"nickname" : "watchPersistentVolumeClaim" ,
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 PersistentVolumeClaim" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-12 21:30:00 +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/v1beta3/persistentvolumeclaims" ,
2015-03-17 06:32:37 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta3.PersistentVolumeClaimList" ,
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 PersistentVolumeClaim" ,
2015-04-03 23:12:11 +00:00
"nickname" : "listPersistentVolumeClaim" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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
} ,
{
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "query" ,
"name" : "labelSelector" ,
"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" ,
"required" : false ,
2015-02-24 04:35:16 +00:00
"allowMultiple" : false
2015-03-11 16:48:03 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.PersistentVolumeClaimList"
}
] ,
2015-03-11 16:48:03 +00:00
"produces" : [
2015-04-03 23:12:11 +00:00
"application/json"
2015-03-11 16:48:03 +00:00
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-04-03 23:12:11 +00:00
"path" : "/api/v1beta3/watch/persistentvolumeclaims" ,
2015-03-11 16:48:03 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-11 16:48:03 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "watch individual changes to a list of PersistentVolumeClaim" ,
"nickname" : "watchPersistentVolumeClaimlist" ,
2015-03-11 23:14:14 +00:00
"parameters" : [
2015-03-12 21:30:00 +00:00
{
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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-11 23:14:14 +00:00
{
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "query" ,
"name" : "labelSelector" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
2015-03-11 23:14:14 +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" : "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 ,
2015-03-27 20:36:03 +00:00
"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"
}
] ,
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta3/namespaces/{namespaces}/persistentvolumeclaims/{name}/status" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
"type" : "v1beta3.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" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "v1beta3.PersistentVolumeClaim" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.PersistentVolumeClaim"
}
] ,
2015-03-11 16:48:03 +00:00
"produces" : [
2015-04-03 23:12:11 +00:00
"application/json"
2015-03-11 16:48:03 +00:00
] ,
"consumes" : [
"*/*"
]
2015-04-03 23:12:11 +00:00
}
]
} ,
{
"path" : "/api/v1beta3/persistentvolumes" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-03-11 16:48:03 +00:00
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta3.PersistentVolumeList" ,
"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-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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
} ,
{
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "query" ,
"name" : "labelSelector" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
2015-02-05 04:19:00 +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" : "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 ,
2015-03-27 20:36: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" : "v1beta3.PersistentVolumeList"
}
] ,
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" : "v1beta3.PersistentVolume" ,
2015-03-17 06:32:37 +00:00
"method" : "POST" ,
2015-04-03 23:12:11 +00:00
"summary" : "create a PersistentVolume" ,
"nickname" : "createPersistentVolume" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
2015-03-11 23:14:14 +00:00
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta3.PersistentVolume" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
2015-03-27 20:36:03 +00:00
"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" : "v1beta3.PersistentVolume"
}
] ,
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/v1beta3/watch/persistentvolumes" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 PersistentVolume" ,
"nickname" : "watchPersistentVolumelist" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "query" ,
"name" : "fieldSelector" ,
"description" : "a selector to restrict the list of returned objects by their fields; defaults to everything" ,
"required" : false ,
2015-02-05 04:19:00 +00:00
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
} ,
{
2015-03-11 23:14:14 +00:00
"type" : "string" ,
2015-04-03 23:12:11 +00:00
"paramType" : "query" ,
"name" : "labelSelector" ,
"description" : "a selector to restrict the list of returned objects by their labels; defaults to everything" ,
"required" : false ,
2015-02-24 04:35:16 +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" : "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 ,
2015-03-27 20:36: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" : "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/v1beta3/persistentvolumes/{name}" ,
2015-02-05 04:19:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta3.PersistentVolume" ,
2015-03-17 06:32:37 +00:00
"method" : "GET" ,
2015-04-03 23:12:11 +00:00
"summary" : "read the specified PersistentVolume" ,
"nickname" : "readPersistentVolume" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-17 06:32:37 +00:00
"name" : "name" ,
2015-04-03 23:12:11 +00:00
"description" : "name of the PersistentVolume" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.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-03-17 06:32:37 +00:00
} ,
2015-03-13 06:23:41 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.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-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-02-05 04:19:00 +00:00
{
2015-04-03 23:12:11 +00:00
"type" : "v1beta3.PersistentVolume" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.PersistentVolume"
}
] ,
2015-04-03 23:12:11 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.PersistentVolume" ,
2015-04-03 23:12:11 +00:00
"method" : "PATCH" ,
"summary" : "partially update the specified PersistentVolume" ,
"nickname" : "patchPersistentVolume" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the PersistentVolume" ,
"required" : true ,
"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" : "v1beta3.Status" ,
2015-04-03 23:12:11 +00:00
"method" : "DELETE" ,
"summary" : "delete a PersistentVolume" ,
"nickname" : "deletePersistentVolume" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the PersistentVolume" ,
"required" : true ,
"allowMultiple" : false
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.DeleteOptions" ,
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" : "v1beta3.Status"
}
] ,
2015-04-03 23:12:11 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta3/watch/persistentvolumes/{name}" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 PersistentVolume" ,
"nickname" : "watchPersistentVolume" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the PersistentVolume" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" ,
"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/v1beta3/persistentvolumes/{name}/status" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.PersistentVolume" ,
2015-04-03 23:12:11 +00:00
"method" : "PUT" ,
"summary" : "replace the specified PersistentVolume" ,
"nickname" : "replacePersistentVolume" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the PersistentVolume" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "v1beta3.PersistentVolume" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.PersistentVolume"
}
] ,
2015-04-03 23:12:11 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta3/namespaces/{namespaces}/pods" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
"type" : "v1beta3.PodList" ,
"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" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" ,
"required" : false ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.PodList"
}
] ,
2015-04-03 23:12:11 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.Pod" ,
2015-04-03 23:12:11 +00:00
"method" : "POST" ,
"summary" : "create a Pod" ,
"nickname" : "createPod" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "v1beta3.Pod" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.Pod"
}
] ,
2015-04-03 23:12:11 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta3/watch/namespaces/{namespaces}/pods" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 Pod" ,
"nickname" : "watchPodlist" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" ,
"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/v1beta3/namespaces/{namespaces}/pods/{name}" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
"type" : "v1beta3.Pod" ,
"method" : "GET" ,
"summary" : "read the specified Pod" ,
"nickname" : "readPod" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.Pod"
}
] ,
2015-04-03 23:12:11 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.Pod" ,
2015-04-03 23:12:11 +00:00
"method" : "PUT" ,
"summary" : "replace the specified Pod" ,
"nickname" : "replacePod" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "v1beta3.Pod" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.Pod"
}
] ,
2015-04-03 23:12:11 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.Pod" ,
2015-04-03 23:12:11 +00:00
"method" : "PATCH" ,
"summary" : "partially update the specified Pod" ,
"nickname" : "patchPod" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"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" : "v1beta3.Status" ,
2015-04-03 23:12:11 +00:00
"method" : "DELETE" ,
"summary" : "delete a Pod" ,
"nickname" : "deletePod" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.DeleteOptions" ,
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" : "v1beta3.Status"
}
] ,
2015-04-03 23:12:11 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta3/watch/namespaces/{namespaces}/pods/{name}" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 Pod" ,
"nickname" : "watchPod" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" ,
"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/v1beta3/redirect/namespaces/{namespaces}/pods/{name}" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 Pod" ,
"nickname" : "redirectPod" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta3/proxy/namespaces/{namespaces}/pods/{name}/{path:*}" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 Pod" ,
"nickname" : "proxyGETPod" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"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 Pod" ,
"nickname" : "proxyPUTPod" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"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 Pod" ,
"nickname" : "proxyPOSTPod" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"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 Pod" ,
"nickname" : "proxyDELETEPod" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "path:*" ,
"description" : "path to the resource" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta3/proxy/namespaces/{namespaces}/pods/{name}" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 Pod" ,
"nickname" : "proxyGETPod" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"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 Pod" ,
"nickname" : "proxyPUTPod" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
2015-02-05 04:19:00 +00:00
"allowMultiple" : false
}
] ,
"produces" : [
2015-03-17 06:32:37 +00:00
"*/*"
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" : "string" ,
2015-03-13 06:23:41 +00:00
"method" : "POST" ,
2015-03-17 06:32:37 +00:00
"summary" : "proxy POST requests to Pod" ,
"nickname" : "proxyPOSTPod" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-17 06:32:37 +00:00
"name" : "name" ,
"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
{
2015-03-17 06:32:37 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
"produces" : [
2015-03-17 06:32:37 +00:00
"*/*"
2015-03-13 06:23:41 +00:00
] ,
"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" : "string" ,
2015-03-17 06:32:37 +00:00
"method" : "DELETE" ,
"summary" : "proxy DELETE requests to Pod" ,
"nickname" : "proxyDELETEPod" ,
2015-03-13 06:23:41 +00:00
"parameters" : [
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Pod" ,
"required" : true ,
"allowMultiple" : false
} ,
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-02-24 04:35:16 +00:00
"name" : "namespaces" ,
2015-02-05 04:19:00 +00:00
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
}
] ,
"produces" : [
2015-03-17 06:32:37 +00:00
"*/*"
2015-03-13 06:23:41 +00:00
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/pods" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.PodList" ,
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 Pod" ,
2015-03-17 06:32:37 +00:00
"nickname" : "listPod" ,
2015-03-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" : "v1beta3.PodList"
}
] ,
2015-03-13 06:23:41 +00:00
"produces" : [
"application/json"
] ,
2015-03-30 21:01:46 +00:00
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta3/watch/pods" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-30 21:01:46 +00:00
"method" : "GET" ,
"summary" : "watch individual changes to a list of Pod" ,
"nickname" : "watchPodlist" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-13 06:23:41 +00:00
"produces" : [
"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/v1beta3/namespaces/{namespaces}/pods/{name}/binding" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.Binding" ,
2015-03-13 06:23:41 +00:00
"method" : "POST" ,
2015-03-17 06:32:37 +00:00
"summary" : "create a Binding" ,
"nickname" : "createBinding" ,
2015-03-13 06:23:41 +00:00
"parameters" : [
2015-03-27 20:36:03 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Binding" ,
"required" : true ,
"allowMultiple" : false
} ,
2015-02-24 04:35:16 +00:00
{
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
} ,
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.Binding" ,
2015-03-13 06:23:41 +00:00
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
2015-03-17 06:32:37 +00:00
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.Binding"
}
] ,
2015-03-13 06:23:41 +00:00
"produces" : [
"application/json"
2015-02-24 04:35:16 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
}
]
} ,
2015-04-07 14:50:21 +00:00
{
"path" : "/api/v1beta3/namespaces/{namespaces}/pods/{name}/log" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
"type" : "v1beta3.PodLogOptions" ,
"method" : "GET" ,
"summary" : "read the specified PodLogOptions" ,
"nickname" : "readPodLogOptions" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the PodLogOptions" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.PodLogOptions"
}
] ,
2015-04-07 14:50:21 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
2015-03-13 06:23:41 +00:00
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/namespaces/{namespaces}/pods/{name}/status" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-02-24 04:35:16 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.Pod" ,
2015-03-17 06:32:37 +00:00
"method" : "PUT" ,
"summary" : "replace the specified Pod" ,
"nickname" : "replacePod" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-11 23:14:14 +00:00
"name" : "name" ,
2015-03-12 21:30:00 +00:00
"description" : "name of the Pod" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-11 23:14:14 +00:00
} ,
2015-02-24 04:35:16 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
{
"type" : "v1beta3.Pod" ,
"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" : "v1beta3.Pod"
}
] ,
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/v1beta3/namespaces/{namespaces}/replicationcontrollers" ,
2015-02-24 04:35:16 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.ReplicationControllerList" ,
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 ReplicationController" ,
2015-03-17 06:32:37 +00:00
"nickname" : "listReplicationController" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-17 06:32:37 +00:00
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
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" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" : "v1beta3.ReplicationControllerList"
}
] ,
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-04-09 02:47:31 +00:00
"type" : "v1beta3.ReplicationController" ,
2015-03-11 23:14:14 +00:00
"method" : "POST" ,
2015-03-17 06:32:37 +00:00
"summary" : "create a ReplicationController" ,
"nickname" : "createReplicationController" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-17 06:32:37 +00:00
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
2015-02-24 04:35:16 +00:00
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.ReplicationController" ,
"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" : "v1beta3.ReplicationController"
}
] ,
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/v1beta3/watch/namespaces/{namespaces}/replicationcontrollers" ,
2015-02-24 04:35:16 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-02-24 04:35:16 +00:00
"method" : "GET" ,
2015-03-30 21:01:46 +00:00
"summary" : "watch individual changes to a list of ReplicationController" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchReplicationControllerlist" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-03-17 06:32:37 +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-12 21:30:00 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/namespaces/{namespaces}/replicationcontrollers/{name}" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-02-24 04:35:16 +00:00
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.ReplicationController" ,
2015-03-13 06:23:41 +00:00
"method" : "GET" ,
2015-03-17 06:32:37 +00:00
"summary" : "read the specified ReplicationController" ,
"nickname" : "readReplicationController" ,
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 ReplicationController" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"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" : "v1beta3.ReplicationController"
}
] ,
2015-02-24 04:35:16 +00:00
"produces" : [
2015-03-12 21:30:00 +00:00
"application/json"
] ,
"consumes" : [
2015-02-24 04:35:16 +00:00
"*/*"
2015-03-12 21:30:00 +00:00
]
2015-03-13 06:23:41 +00:00
} ,
2015-03-12 21:30:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.ReplicationController" ,
2015-03-13 06:23:41 +00:00
"method" : "PUT" ,
2015-03-17 06:32:37 +00:00
"summary" : "replace the specified ReplicationController" ,
"nickname" : "replaceReplicationController" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
2015-03-13 06:23:41 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the ReplicationController" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
"allowMultiple" : false
} ,
2015-02-24 04:35:16 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-12 21:30:00 +00:00
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
} ,
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.ReplicationController" ,
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" : "v1beta3.ReplicationController"
}
] ,
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-13 06:23:41 +00:00
} ,
2015-02-24 04:35:16 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.ReplicationController" ,
2015-03-13 06:23:41 +00:00
"method" : "PATCH" ,
2015-03-17 06:32:37 +00:00
"summary" : "partially update the specified ReplicationController" ,
"nickname" : "patchReplicationController" ,
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 ReplicationController" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
} ,
2015-03-12 21:30:00 +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" : "" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "string"
}
] ,
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
"application/json-patch+json" ,
"application/merge-patch+json" ,
"application/strategic-merge-patch+json"
2015-02-24 04:35:16 +00:00
]
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" : "v1beta3.Status" ,
2015-03-13 06:23:41 +00:00
"method" : "DELETE" ,
2015-03-17 06:32:37 +00:00
"summary" : "delete a ReplicationController" ,
"nickname" : "deleteReplicationController" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-11 23:14:14 +00:00
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the ReplicationController" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-11 23:14:14 +00:00
} ,
2015-02-24 04:35:16 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-11 16:48:03 +00:00
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-25 18:24:08 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.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" : "v1beta3.Status"
}
] ,
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-12 21:30:00 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/watch/namespaces/{namespaces}/replicationcontrollers/{name}" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-02-24 04:35:16 +00:00
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-12 21:30:00 +00:00
"method" : "GET" ,
2015-03-30 21:01:46 +00:00
"summary" : "watch changes to an object of kind ReplicationController" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchReplicationController" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
2015-03-11 23:14:14 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-17 06:32:37 +00:00
"name" : "name" ,
"description" : "name of the ReplicationController" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
2015-02-24 04:35:16 +00:00
{
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"paramType" : "path" ,
2015-03-17 06:32:37 +00:00
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
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" : "fieldSelector" ,
"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" : "labelSelector" ,
"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/v1beta3/replicationcontrollers" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.ReplicationControllerList" ,
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 ReplicationController" ,
2015-03-17 06:32:37 +00:00
"nickname" : "listReplicationController" ,
2015-03-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" : "v1beta3.ReplicationControllerList"
}
] ,
2015-03-12 21:30:00 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/watch/replicationcontrollers" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-03-12 21:30:00 +00:00
"method" : "GET" ,
2015-03-30 21:01:46 +00:00
"summary" : "watch individual changes to a list of ReplicationController" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchReplicationControllerlist" ,
2015-03-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-12 21:30:00 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/namespaces/{namespaces}/resourcequotas" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-03-17 06:32:37 +00:00
{
"type" : "v1beta3.ResourceQuotaList" ,
"method" : "GET" ,
2015-04-07 14:50:21 +00:00
"summary" : "list or watch objects of kind ResourceQuota" ,
2015-03-17 06:32:37 +00:00
"nickname" : "listResourceQuota" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-03-17 06:32:37 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.ResourceQuotaList"
}
] ,
2015-03-17 06:32:37 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
} ,
2015-03-12 21:30:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.ResourceQuota" ,
2015-03-12 21:30:00 +00:00
"method" : "POST" ,
2015-03-17 06:32:37 +00:00
"summary" : "create a ResourceQuota" ,
"nickname" : "createResourceQuota" ,
2015-03-12 21:30:00 +00:00
"parameters" : [
{
2015-03-13 06:23:41 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.ResourceQuota" ,
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" : "v1beta3.ResourceQuota"
}
] ,
2015-03-12 21:30:00 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/watch/namespaces/{namespaces}/resourcequotas" ,
2015-02-24 04:35:16 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-02-24 04:35:16 +00:00
"method" : "GET" ,
2015-03-30 21:01:46 +00:00
"summary" : "watch individual changes to a list of ResourceQuota" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchResourceQuotalist" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-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-12 21:30:00 +00:00
"produces" : [
"application/json"
2015-02-24 04:35:16 +00:00
] ,
2015-03-12 21:30:00 +00:00
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/namespaces/{namespaces}/resourcequotas/{name}" ,
2015-03-12 21:30:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.ResourceQuota" ,
2015-03-13 06:23:41 +00:00
"method" : "GET" ,
2015-03-17 06:32:37 +00:00
"summary" : "read the specified ResourceQuota" ,
"nickname" : "readResourceQuota" ,
2015-03-12 21:30:00 +00:00
"parameters" : [
{
2015-03-13 06:23:41 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the ResourceQuota" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
} ,
2015-02-24 04:35:16 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-13 06:23:41 +00:00
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
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" : "v1beta3.ResourceQuota"
}
] ,
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-04-09 02:47:31 +00:00
"type" : "v1beta3.ResourceQuota" ,
2015-02-24 04:35:16 +00:00
"method" : "PUT" ,
2015-03-17 06:32:37 +00:00
"summary" : "replace the specified ResourceQuota" ,
"nickname" : "replaceResourceQuota" ,
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 ResourceQuota" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
2015-03-13 06:23:41 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
{
"type" : "v1beta3.ResourceQuota" ,
"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" : "v1beta3.ResourceQuota"
}
] ,
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-04-09 02:47:31 +00:00
"type" : "v1beta3.ResourceQuota" ,
2015-03-17 06:32:37 +00:00
"method" : "PATCH" ,
"summary" : "partially update the specified ResourceQuota" ,
"nickname" : "patchResourceQuota" ,
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 ResourceQuota" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
2015-03-13 06:23:41 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"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-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-17 06:32:37 +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-04-09 02:47:31 +00:00
"type" : "v1beta3.Status" ,
2015-02-24 04:35:16 +00:00
"method" : "DELETE" ,
2015-03-17 06:32:37 +00:00
"summary" : "delete a ResourceQuota" ,
"nickname" : "deleteResourceQuota" ,
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 ResourceQuota" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-25 18:24:08 +00:00
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.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" : "v1beta3.Status"
}
] ,
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/v1beta3/watch/namespaces/{namespaces}/resourcequotas/{name}" ,
2015-02-05 04:19:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-04-07 14:50:21 +00:00
"type" : "json.WatchEvent" ,
2015-02-05 04:19:00 +00:00
"method" : "GET" ,
2015-03-30 21:01:46 +00:00
"summary" : "watch changes to an object of kind ResourceQuota" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchResourceQuota" ,
2015-03-11 16:48:03 +00:00
"parameters" : [
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the ResourceQuota" ,
"required" : true ,
"allowMultiple" : false
} ,
2015-03-11 16:48:03 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-03-11 16:48:03 +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" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-11 23:14:14 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/resourcequotas" ,
2015-03-11 23:14:14 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.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-03-17 06:32:37 +00:00
"nickname" : "listResourceQuota" ,
2015-03-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" : "v1beta3.ResourceQuotaList"
}
] ,
2015-03-13 06:23:41 +00:00
"produces" : [
"application/json"
2015-02-05 04:19:00 +00:00
] ,
2015-03-13 06:23:41 +00:00
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/watch/resourcequotas" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 ResourceQuota" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchResourceQuotalist" ,
2015-03-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-05 04:19:00 +00:00
"produces" : [
2015-03-11 16:48:03 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/namespaces/{namespaces}/resourcequotas/{name}/status" ,
2015-02-05 04:19:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.ResourceQuota" ,
2015-03-17 06:32:37 +00:00
"method" : "PUT" ,
"summary" : "replace the specified ResourceQuota" ,
"nickname" : "replaceResourceQuota" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the ResourceQuota" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "v1beta3.ResourceQuota" ,
"paramType" : "body" ,
"name" : "body" ,
"description" : "" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.ResourceQuota"
}
] ,
2015-03-13 06:23:41 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta3/namespaces/{namespaces}/secrets" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
"type" : "v1beta3.SecretList" ,
"method" : "GET" ,
2015-04-07 14:50:21 +00:00
"summary" : "list or watch objects of kind Secret" ,
2015-03-13 06:23:41 +00:00
"nickname" : "listSecret" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-02-24 04:35:16 +00:00
"name" : "namespaces" ,
2015-02-05 04:19:00 +00:00
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" : "v1beta3.SecretList"
}
] ,
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-09 02:47:31 +00:00
"type" : "v1beta3.Secret" ,
2015-03-11 23:14:14 +00:00
"method" : "POST" ,
2015-03-13 06:23:41 +00:00
"summary" : "create a Secret" ,
"nickname" : "createSecret" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-02-24 04:35:16 +00:00
"name" : "namespaces" ,
2015-02-05 04:19:00 +00:00
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
2015-03-13 06:23:41 +00:00
"type" : "v1beta3.Secret" ,
2015-03-12 21:30:00 +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" : "v1beta3.Secret"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-11 16:48:03 +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/v1beta3/watch/namespaces/{namespaces}/secrets" ,
2015-03-11 23:14:14 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-02-05 04:19:00 +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 individual changes to a list of Secret" ,
2015-03-13 06:23:41 +00:00
"nickname" : "watchSecretlist" ,
2015-03-17 06:32:37 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-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-13 06:23:41 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/namespaces/{namespaces}/secrets/{name}" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.Secret" ,
2015-03-13 06:23:41 +00:00
"method" : "GET" ,
2015-03-17 06:32:37 +00:00
"summary" : "read the specified Secret" ,
"nickname" : "readSecret" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-13 06:23:41 +00:00
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Secret" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
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" : "v1beta3.Secret"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-11 16:48:03 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
} ,
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.Secret" ,
2015-03-13 06:23:41 +00:00
"method" : "PUT" ,
2015-03-17 06:32:37 +00:00
"summary" : "replace the specified Secret" ,
"nickname" : "replaceSecret" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-13 06:23:41 +00:00
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Secret" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-11 16:48:03 +00:00
} ,
{
2015-03-17 06:32:37 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "v1beta3.Secret" ,
2015-03-11 16:48:03 +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" : "v1beta3.Secret"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-11 16:48:03 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
} ,
2015-03-11 23:14:14 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "v1beta3.Secret" ,
2015-03-13 06:23:41 +00:00
"method" : "PATCH" ,
2015-03-17 06:32:37 +00:00
"summary" : "partially update the specified Secret" ,
"nickname" : "patchSecret" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-13 06:23:41 +00:00
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Secret" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
2015-03-17 06:32:37 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-17 06:32:37 +00:00
} ,
2015-03-12 21:30:00 +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" : "" ,
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" : "string"
}
] ,
2015-03-11 23:14:14 +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 23:14:14 +00:00
]
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" : "v1beta3.Status" ,
2015-03-17 06:32:37 +00:00
"method" : "DELETE" ,
"summary" : "delete a Secret" ,
"nickname" : "deleteSecret" ,
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 Secret" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
2015-02-24 04:35:16 +00:00
"name" : "namespaces" ,
2015-02-05 04:19:00 +00:00
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.Status"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/watch/namespaces/{namespaces}/secrets/{name}" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 Secret" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchSecret" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-17 06:32:37 +00:00
"name" : "name" ,
"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
} ,
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-02-24 04:35:16 +00:00
"name" : "namespaces" ,
2015-02-05 04:19:00 +00:00
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/secrets" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.SecretList" ,
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 Secret" ,
2015-03-17 06:32:37 +00:00
"nickname" : "listSecret" ,
2015-03-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" : "v1beta3.SecretList"
}
] ,
2015-03-13 06:23:41 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/watch/secrets" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 Secret" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchSecretlist" ,
2015-03-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-13 06:23:41 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/namespaces/{namespaces}/services" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-03-17 06:32:37 +00:00
{
"type" : "v1beta3.ServiceList" ,
"method" : "GET" ,
2015-04-07 14:50:21 +00:00
"summary" : "list or watch objects of kind Service" ,
2015-03-17 06:32:37 +00:00
"nickname" : "listService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
2015-03-30 21:01:46 +00:00
} ,
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-03-17 06:32:37 +00:00
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.ServiceList"
}
] ,
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" : "v1beta3.Service" ,
2015-03-13 06:23:41 +00:00
"method" : "POST" ,
2015-03-17 06:32:37 +00:00
"summary" : "create a Service" ,
"nickname" : "createService" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-02-24 04:35:16 +00:00
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.Service" ,
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" : "v1beta3.Service"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/watch/namespaces/{namespaces}/services" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 individual changes to a list of Service" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchServicelist" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
2015-03-11 16:48:03 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
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" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-05 04:19:00 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-02-24 04:35:16 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/namespaces/{namespaces}/services/{name}" ,
2015-02-24 04:35:16 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-03-17 06:32:37 +00:00
"type" : "v1beta3.Service" ,
2015-02-24 04:35:16 +00:00
"method" : "GET" ,
2015-03-17 06:32:37 +00:00
"summary" : "read the specified Service" ,
"nickname" : "readService" ,
2015-03-11 23:14:14 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-13 06:23:41 +00:00
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-03-11 23:14:14 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
2015-04-09 02:47:31 +00:00
"responseMessages" : [
{
"code" : 200 ,
"message" : "OK" ,
"responseModel" : "v1beta3.Service"
}
] ,
2015-03-11 23:14:14 +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" : "v1beta3.Service" ,
2015-03-13 06:23:41 +00:00
"method" : "PUT" ,
2015-03-17 06:32:37 +00:00
"summary" : "replace the specified Service" ,
"nickname" : "replaceService" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-13 06:23:41 +00:00
"name" : "name" ,
2015-03-17 06:32:37 +00:00
"description" : "name of the Service" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-12 21:30:00 +00:00
} ,
{
2015-03-17 06:32:37 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "v1beta3.Service" ,
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" : "v1beta3.Service"
}
] ,
2015-02-05 04:19:00 +00:00
"produces" : [
2015-03-11 16:48:03 +00:00
"application/json"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
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" : "v1beta3.Service" ,
2015-03-13 06:23:41 +00:00
"method" : "PATCH" ,
2015-03-17 06:32:37 +00:00
"summary" : "partially update the specified Service" ,
"nickname" : "patchService" ,
2015-03-11 23:14:14 +00:00
"parameters" : [
2015-03-11 16:48:03 +00:00
{
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 Service" ,
2015-03-11 23:14:14 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
2015-03-17 06:32:37 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"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" : "" ,
2015-03-11 16:48: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" : "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-04-09 02:47:31 +00:00
"type" : "v1beta3.Status" ,
2015-03-13 06:23:41 +00:00
"method" : "DELETE" ,
2015-03-17 06:32:37 +00:00
"summary" : "delete a Service" ,
"nickname" : "deleteService" ,
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 Service" ,
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-02-05 04:19:00 +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" : "v1beta3.Status"
}
] ,
2015-03-13 06:23:41 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta3/watch/namespaces/{namespaces}/services/{name}" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 changes to an object of kind Service" ,
2015-03-13 06:23:41 +00:00
"nickname" : "watchService" ,
"parameters" : [
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-13 06:23:41 +00:00
"name" : "name" ,
"description" : "name of the Service" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-12 21:30:00 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
2015-03-13 06:23:41 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
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" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
2015-03-13 06:23:41 +00:00
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/redirect/namespaces/{namespaces}/services/{name}" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
2015-02-05 04:19:00 +00:00
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"method" : "GET" ,
2015-03-17 06:32:37 +00:00
"summary" : "redirect GET request to Service" ,
"nickname" : "redirectService" ,
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 Service" ,
"required" : true ,
"allowMultiple" : false
} ,
2015-03-12 21:30:00 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-13 06:23:41 +00:00
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-03-12 21:30:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
}
] ,
"produces" : [
2015-03-17 06:32:37 +00:00
"*/*"
2015-03-13 06:23:41 +00:00
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
2015-03-17 06:32:37 +00:00
"path" : "/api/v1beta3/proxy/namespaces/{namespaces}/services/{name}/{path:*}" ,
2015-03-13 06:23:41 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
2015-04-09 02:47:31 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"method" : "GET" ,
2015-03-17 06:32:37 +00:00
"summary" : "proxy GET requests to Service" ,
"nickname" : "proxyGETService" ,
2015-03-13 06:23:41 +00:00
"parameters" : [
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-02-24 04:35:16 +00:00
"name" : "namespaces" ,
2015-02-05 04:19:00 +00:00
"description" : "object name and auth scope, such as for teams and projects" ,
"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-17 06:32:37 +00:00
"*/*"
2015-02-05 04:19:00 +00:00
] ,
"consumes" : [
"*/*"
]
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" : "PUT" ,
"summary" : "proxy PUT requests to Service" ,
"nickname" : "proxyPUTService" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
2015-02-24 04:35:16 +00:00
{
2015-03-12 21:30:00 +00:00
"type" : "string" ,
"paramType" : "path" ,
2015-03-13 06:23:41 +00:00
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
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-03-17 06:32:37 +00:00
}
] ,
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
} ,
{
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 Service" ,
"nickname" : "proxyPOSTService" ,
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
2015-03-12 21:30:00 +00:00
} ,
{
2015-03-17 06:32:37 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
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-17 06:32:37 +00:00
"*/*"
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" : "string" ,
2015-03-17 06:32:37 +00:00
"method" : "DELETE" ,
"summary" : "proxy DELETE requests to Service" ,
"nickname" : "proxyDELETEService" ,
2015-02-24 04:35:16 +00:00
"parameters" : [
2015-03-17 06:32:37 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
"description" : "name of the Service" ,
"required" : true ,
"allowMultiple" : false
} ,
2015-03-11 23:14:14 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-13 06:23:41 +00:00
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
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
}
] ,
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/v1beta3/proxy/namespaces/{namespaces}/services/{name}" ,
2015-02-05 04:19:00 +00:00
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 Service" ,
"nickname" : "proxyGETService" ,
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 Service" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
} ,
2015-02-05 04:19:00 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-13 06:23:41 +00:00
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
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-03-17 06:32:37 +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" : "PUT" ,
"summary" : "proxy PUT requests to Service" ,
"nickname" : "proxyPUTService" ,
2015-02-05 04:19:00 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "name" ,
2015-03-13 06:23:41 +00:00
"description" : "name of the Service" ,
2015-02-05 04:19:00 +00:00
"required" : true ,
"allowMultiple" : false
2015-03-13 06:23:41 +00:00
} ,
2015-03-11 16:48:03 +00:00
{
"type" : "string" ,
"paramType" : "path" ,
2015-03-13 06:23:41 +00:00
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
2015-02-24 04:35:16 +00:00
"produces" : [
2015-03-12 21:30:00 +00:00
"*/*"
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" : "string" ,
2015-03-17 06:32:37 +00:00
"method" : "POST" ,
"summary" : "proxy POST requests to Service" ,
"nickname" : "proxyPOSTService" ,
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 Service" ,
2015-03-13 06:23:41 +00:00
"required" : true ,
"allowMultiple" : false
} ,
{
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
"required" : true ,
"allowMultiple" : false
}
2015-02-05 04:19:00 +00:00
] ,
2015-03-11 16:48:03 +00:00
"produces" : [
2015-03-17 06:32:37 +00:00
"*/*"
2015-03-11 16:48:03 +00:00
] ,
"consumes" : [
"*/*"
]
2015-03-17 06:32:37 +00:00
} ,
2015-03-11 16:48:03 +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 Service" ,
"nickname" : "proxyDELETEService" ,
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 Service" ,
2015-03-11 16:48:03 +00:00
"required" : true ,
"allowMultiple" : false
2015-02-24 04:35:16 +00:00
} ,
{
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"paramType" : "path" ,
"name" : "namespaces" ,
"description" : "object name and auth scope, such as for teams and projects" ,
2015-02-24 04:35:16 +00:00
"required" : true ,
"allowMultiple" : false
}
] ,
2015-03-17 06:32:37 +00:00
"produces" : [
"*/*"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta3/services" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"operations" : [
{
"type" : "v1beta3.ServiceList" ,
"method" : "GET" ,
2015-04-07 14:50:21 +00:00
"summary" : "list or watch objects of kind Service" ,
2015-03-17 06:32:37 +00:00
"nickname" : "listService" ,
2015-03-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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" : "v1beta3.ServiceList"
}
] ,
2015-03-17 06:32:37 +00:00
"produces" : [
"application/json"
] ,
"consumes" : [
"*/*"
]
}
]
} ,
{
"path" : "/api/v1beta3/watch/services" ,
"description" : "API at /api/v1beta3 version v1beta3" ,
"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 Service" ,
2015-03-17 06:32:37 +00:00
"nickname" : "watchServicelist" ,
2015-03-30 21:01:46 +00:00
"parameters" : [
{
"type" : "string" ,
"paramType" : "query" ,
"name" : "fieldSelector" ,
"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" : "labelSelector" ,
"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-05 04:19:00 +00:00
"produces" : [
2015-03-11 23:14:14 +00:00
"application/json"
] ,
"consumes" : [
2015-03-11 16:48:03 +00:00
"*/*"
2015-03-11 23:14:14 +00:00
]
}
]
2015-02-05 04:19:00 +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-03 23:12:11 +00:00
"v1beta3.AccessModeType" : {
"id" : "v1beta3.AccessModeType" ,
"properties" : { }
} ,
2015-02-05 04:19:00 +00:00
"v1beta3.Binding" : {
"id" : "v1beta3.Binding" ,
"required" : [
2015-03-11 16:48:03 +00:00
"target"
2015-02-05 04:19:00 +00:00
] ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
2015-02-05 04:19:00 +00:00
} ,
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-05 04:19:00 +00:00
} ,
"creationTimestamp" : {
2015-03-11 16:48:03 +00:00
"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-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"
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +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-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
2015-02-05 04:19:00 +00:00
} ,
"name" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "string that identifies an object. Must be unique within a namespace; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "namespace of the object; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
} ,
"target" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.ObjectReference" ,
2015-03-11 16:48:03 +00:00
"description" : "an object to bind to"
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"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.Capabilities" : {
"id" : "v1beta3.Capabilities" ,
"properties" : {
"add" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.CapabilityType"
} ,
2015-03-11 16:48:03 +00:00
"description" : "added capabilities"
2015-02-05 04:19:00 +00:00
} ,
"drop" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.CapabilityType"
} ,
2015-03-11 16:48:03 +00:00
"description" : "droped capabilities"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.CapabilityType" : {
"id" : "v1beta3.CapabilityType" ,
"properties" : { }
} ,
"v1beta3.Container" : {
"id" : "v1beta3.Container" ,
"required" : [
"name" ,
"image" ,
"imagePullPolicy"
] ,
"properties" : {
2015-03-27 20:36:03 +00:00
"args" : {
"type" : "array" ,
"items" : {
"type" : "string"
} ,
"description" : "command array; the docker image's cmd is used if this is not provided; arguments to the entrypoint; cannot be updated"
} ,
2015-02-05 04:19:00 +00:00
"capabilities" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.Capabilities" ,
2015-03-13 06:23:41 +00:00
"description" : "capabilities for container; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"command" : {
"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-27 20:36:03 +00:00
"description" : "entrypoint array; not executed within a shell; the docker image's entrypoint is used if this is not provided; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"env" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.EnvVar"
} ,
"description" : "list of environment variables to set in the container; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"image" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "Docker image name"
2015-02-05 04:19:00 +00:00
} ,
"imagePullPolicy" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "image pull policy; one of PullAlways, PullNever, PullIfNotPresent; defaults to PullAlways if :latest tag is specified, or PullIfNotPresent otherwise; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"lifecycle" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.Lifecycle" ,
2015-03-13 06:23:41 +00:00
"description" : "actions that the management system should take in response to container lifecycle events; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"livenessProbe" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.Probe" ,
2015-03-13 06:23:41 +00:00
"description" : "periodic probe of container liveness; container will be restarted if the probe fails; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"name" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "name of the container; must be a DNS_LABEL and unique within the pod; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"ports" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.ContainerPort"
} ,
"description" : "list of ports to expose from the container; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"privileged" : {
2015-03-11 16:48:03 +00:00
"type" : "boolean" ,
2015-03-13 06:23:41 +00:00
"description" : "whether or not the container is granted privileged status; defaults to false; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
2015-02-24 04:35:16 +00:00
"readinessProbe" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.Probe" ,
2015-03-13 06:23:41 +00:00
"description" : "periodic probe of container service readiness; container will be removed from service endpoints if the probe fails; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
2015-02-05 04:19:00 +00:00
"resources" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.ResourceRequirements" ,
2015-03-13 06:23:41 +00:00
"description" : "Compute Resources required by this container; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"terminationMessagePath" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"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"
2015-02-05 04:19:00 +00:00
} ,
"volumeMounts" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.VolumeMount"
} ,
"description" : "pod volumes to mount into the container's filesyste; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"workingDir" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "container's working directory; defaults to image's default; cannot be updated"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-03-11 16:48:03 +00:00
"v1beta3.ContainerPort" : {
"id" : "v1beta3.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" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "protocol for port; must be UDP or TCP; TCP if unspecified"
}
}
2015-02-05 04:19:00 +00:00
} ,
2015-03-30 21:01:46 +00:00
"v1beta3.ContainerState" : {
"id" : "v1beta3.ContainerState" ,
"properties" : {
"running" : {
"$ref" : "v1beta3.ContainerStateRunning" ,
"description" : "details about a running container"
} ,
"termination" : {
"$ref" : "v1beta3.ContainerStateTerminated" ,
"description" : "details about a terminated container"
} ,
"waiting" : {
"$ref" : "v1beta3.ContainerStateWaiting" ,
"description" : "details about a waiting container"
}
}
} ,
"v1beta3.ContainerStateRunning" : {
"id" : "v1beta3.ContainerStateRunning" ,
"properties" : {
"startedAt" : {
"type" : "string" ,
"description" : "time at which the container was last (re-)started"
}
}
} ,
"v1beta3.ContainerStateTerminated" : {
"id" : "v1beta3.ContainerStateTerminated" ,
2015-02-05 04:19:00 +00:00
"required" : [
2015-03-30 21:01:46 +00:00
"exitCode"
2015-02-05 04:19:00 +00:00
] ,
2015-02-24 04:35:16 +00:00
"properties" : {
2015-03-30 21:01:46 +00:00
"containerID" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-30 21:01:46 +00:00
"description" : "container's ID in the format 'docker://\u003ccontainer_id\u003e'"
2015-02-24 04:35:16 +00:00
} ,
2015-03-30 21:01:46 +00:00
"exitCode" : {
"type" : "integer" ,
"format" : "int32" ,
"description" : "exit status from the last termination of the container"
} ,
"finishedAt" : {
"type" : "string" ,
"description" : "time at which the container last terminated"
} ,
"message" : {
"type" : "string" ,
"description" : "message regarding the last termination of the container"
} ,
"reason" : {
"type" : "string" ,
"description" : "(brief) reason from the last termination of the container"
} ,
"signal" : {
"type" : "integer" ,
"format" : "int32" ,
"description" : "signal from the last termination of the container"
} ,
"startedAt" : {
"type" : "string" ,
"description" : "time at which previous execution of the container started"
}
}
} ,
"v1beta3.ContainerStateWaiting" : {
"id" : "v1beta3.ContainerStateWaiting" ,
"properties" : {
"reason" : {
"type" : "string" ,
"description" : "(brief) reason the container is not yet running, such as pulling its image"
}
}
} ,
"v1beta3.ContainerStatus" : {
"id" : "v1beta3.ContainerStatus" ,
"required" : [
"name" ,
"ready" ,
"restartCount" ,
"image" ,
"imageID"
] ,
"properties" : {
"containerID" : {
"type" : "string" ,
"description" : "container's ID in the format 'docker://\u003ccontainer_id\u003e'"
} ,
"image" : {
"type" : "string" ,
"description" : "image of the container"
} ,
"imageID" : {
"type" : "string" ,
"description" : "ID of the container's image"
} ,
"lastState" : {
"$ref" : "v1beta3.ContainerState" ,
"description" : "details about the container's last termination condition"
} ,
"name" : {
"type" : "string" ,
"description" : "name of the container; must be a DNS_LABEL and unique within the pod; cannot be updated"
} ,
"ready" : {
"type" : "boolean" ,
"description" : "specifies whether the container has passed its readiness probe"
} ,
"restartCount" : {
2015-02-24 04:35:16 +00:00
"type" : "integer" ,
2015-03-11 16:48:03 +00:00
"format" : "int32" ,
2015-03-30 21:01:46 +00:00
"description" : "the number of times the container has been restarted, currently based on the number of dead containers that have not yet been removed"
} ,
"state" : {
"$ref" : "v1beta3.ContainerState" ,
"description" : "details about the container's current condition"
}
}
} ,
2015-04-09 02:47:31 +00:00
"v1beta3.DeleteOptions" : {
"id" : "v1beta3.DeleteOptions" ,
"required" : [
"gracePeriodSeconds"
] ,
"properties" : {
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"gracePeriodSeconds" : {
"$ref" : "int64" ,
"description" : "the duration in seconds to wait before deleting this object; defaults to a per object value if not specified; zero means delete immediately"
} ,
"kind" : {
"type" : "string" ,
"description" : "kind of object, in CamelCase; cannot be updated"
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta3.EmptyDirVolumeSource" : {
"id" : "v1beta3.EmptyDirVolumeSource" ,
"required" : [
"medium"
] ,
"properties" : {
"medium" : {
"type" : "string" ,
"description" : "type of storage used to back the volume; must be an empty string (default) or Memory"
}
}
} ,
2015-03-30 21:01:46 +00:00
"v1beta3.EndpointAddress" : {
"id" : "v1beta3.EndpointAddress" ,
"required" : [
"IP"
] ,
"properties" : {
"IP" : {
"type" : "string" ,
"description" : "IP address of the endpoint"
2015-03-12 21:30:00 +00:00
} ,
"targetRef" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.ObjectReference" ,
2015-03-12 21:30:00 +00:00
"description" : "reference to object providing the endpoint"
2015-02-24 04:35:16 +00:00
}
}
} ,
2015-03-30 21:01:46 +00:00
"v1beta3.EndpointPort" : {
"id" : "v1beta3.EndpointPort" ,
"required" : [
"port"
] ,
"properties" : {
"name" : {
"type" : "string" ,
"description" : "name of this port"
} ,
"port" : {
"type" : "integer" ,
"format" : "int32" ,
"description" : "port number of the endpoint"
} ,
"protocol" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-30 21:01:46 +00:00
"description" : "protocol for this port; must be UDP or TCP; TCP if unspecified"
}
}
} ,
"v1beta3.EndpointSubset" : {
"id" : "v1beta3.EndpointSubset" ,
"properties" : {
"addresses" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta3.EndpointAddress"
} ,
"description" : "IP addresses which offer the related ports"
} ,
"ports" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta3.EndpointPort"
} ,
"description" : "port numbers available on the related IP addresses"
}
}
} ,
2015-02-24 04:35:16 +00:00
"v1beta3.Endpoints" : {
"id" : "v1beta3.Endpoints" ,
2015-03-30 21:01:46 +00:00
"required" : [
"subsets"
] ,
2015-02-05 04:19:00 +00:00
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
2015-02-05 04:19:00 +00:00
} ,
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-05 04:19:00 +00:00
} ,
"creationTimestamp" : {
2015-03-11 16:48:03 +00:00
"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-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"
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +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-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
2015-02-05 04:19:00 +00:00
} ,
"name" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "string that identifies an object. Must be unique within a namespace; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "namespace of the object; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
2015-03-30 21:01:46 +00:00
"subsets" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta3.EndpointSubset"
} ,
"description" : "sets of addresses and ports that comprise a service"
} ,
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"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.EndpointsList" : {
"id" : "v1beta3.EndpointsList" ,
"required" : [
"items"
] ,
"properties" : {
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-05 04:19:00 +00:00
} ,
"items" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.Endpoints"
} ,
2015-03-11 16:48:03 +00:00
"description" : "list of endpoints"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.EnvVar" : {
"id" : "v1beta3.EnvVar" ,
"required" : [
"name"
] ,
"properties" : {
"name" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "name of the environment variable; must be a C_IDENTIFIER"
2015-02-05 04:19:00 +00:00
} ,
"value" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "value of the environment variable; defaults to empty string"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.Event" : {
"id" : "v1beta3.Event" ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
2015-02-05 04:19:00 +00:00
} ,
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-05 04:19:00 +00:00
} ,
2015-02-24 04:35:16 +00:00
"count" : {
"type" : "integer" ,
2015-03-11 16:48:03 +00:00
"format" : "int32" ,
"description" : "the number of times this event has occurred"
2015-02-24 04:35:16 +00:00
} ,
2015-02-05 04:19:00 +00:00
"creationTimestamp" : {
2015-03-11 16:48:03 +00:00
"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-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
"firstTimestamp" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "the time at which the event was first recorded"
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"
} ,
"involvedObject" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.ObjectReference" ,
2015-03-11 16:48:03 +00:00
"description" : "object this event is about"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +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-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
2015-02-05 04:19:00 +00:00
} ,
2015-02-24 04:35:16 +00:00
"lastTimestamp" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "the time at which the most recent occurance of this event was recorded"
2015-02-24 04:35:16 +00:00
} ,
2015-02-05 04:19:00 +00:00
"message" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "human-readable description of the status of this operation"
2015-02-05 04:19:00 +00:00
} ,
"name" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "string that identifies an object. Must be unique within a namespace; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "namespace of the object; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"reason" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "short, machine understandable string that gives the reason for the transition into the object's current status"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
} ,
"source" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.EventSource" ,
2015-03-11 16:48:03 +00:00
"description" : "component reporting this event"
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"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.EventList" : {
"id" : "v1beta3.EventList" ,
"required" : [
"items"
] ,
"properties" : {
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-05 04:19:00 +00:00
} ,
"items" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.Event"
} ,
2015-03-11 16:48:03 +00:00
"description" : "list of events"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.EventSource" : {
"id" : "v1beta3.EventSource" ,
"properties" : {
"component" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "component that generated the event"
2015-02-05 04:19:00 +00:00
} ,
"host" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "name of the host where the event is generated"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.ExecAction" : {
"id" : "v1beta3.ExecAction" ,
"properties" : {
"command" : {
"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" : "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-03-25 18:24:08 +00:00
"v1beta3.FinalizerName" : {
"id" : "v1beta3.FinalizerName" ,
"properties" : { }
} ,
2015-04-03 23:12:11 +00:00
"v1beta3.GCEPersistentDiskVolumeSource" : {
"id" : "v1beta3.GCEPersistentDiskVolumeSource" ,
"required" : [
"pdName"
] ,
"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"
} ,
"pdName" : {
"type" : "string" ,
"description" : "unique name of the PD resource in GCE"
} ,
"readOnly" : {
"type" : "boolean" ,
"description" : "read-only if true, read-write otherwise (false or unspecified)"
}
}
} ,
"v1beta3.GitRepoVolumeSource" : {
"id" : "v1beta3.GitRepoVolumeSource" ,
"required" : [
"repository" ,
"revision"
] ,
"properties" : {
"repository" : {
"type" : "string" ,
"description" : "repository URL"
} ,
"revision" : {
"type" : "string" ,
"description" : "commit hash for the specified revision"
}
}
} ,
2015-04-09 02:47:31 +00:00
"v1beta3.GlusterfsVolumeSource" : {
"id" : "v1beta3.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-02-05 04:19:00 +00:00
"v1beta3.HTTPGetAction" : {
"id" : "v1beta3.HTTPGetAction" ,
"properties" : {
"host" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "hostname to connect to; defaults to pod IP"
2015-02-05 04:19:00 +00:00
} ,
"path" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "path to access on the HTTP server"
2015-02-05 04:19:00 +00:00
} ,
"port" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "number or name of the port to access on the container"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.Handler" : {
"id" : "v1beta3.Handler" ,
"properties" : {
"exec" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.ExecAction" ,
2015-03-11 16:48:03 +00:00
"description" : "exec-based handler"
2015-02-05 04:19:00 +00:00
} ,
"httpGet" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.HTTPGetAction" ,
2015-03-11 16:48:03 +00:00
"description" : "HTTP-based handler"
2015-02-05 04:19:00 +00:00
} ,
"tcpSocket" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.TCPSocketAction" ,
2015-03-11 16:48:03 +00:00
"description" : "TCP-based handler; TCP hooks not yet supported"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta3.HostPathVolumeSource" : {
"id" : "v1beta3.HostPathVolumeSource" ,
"required" : [
"path"
] ,
"properties" : {
"path" : {
"type" : "string" ,
"description" : "path of the directory on the host"
}
}
} ,
2015-04-07 14:50:21 +00:00
"v1beta3.ISCSIVolumeSource" : {
"id" : "v1beta3.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-02-05 04:19:00 +00:00
"v1beta3.Lifecycle" : {
"id" : "v1beta3.Lifecycle" ,
"properties" : {
"postStart" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.Handler" ,
2015-03-11 16:48:03 +00:00
"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-02-05 04:19:00 +00:00
} ,
"preStop" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.Handler" ,
2015-03-11 16:48:03 +00:00
"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-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.LimitRange" : {
"id" : "v1beta3.LimitRange" ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
2015-02-05 04:19:00 +00:00
} ,
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-05 04:19:00 +00:00
} ,
"creationTimestamp" : {
2015-03-11 16:48:03 +00:00
"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-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"
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +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-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
2015-02-05 04:19:00 +00:00
} ,
"name" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "string that identifies an object. Must be unique within a namespace; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "namespace of the object; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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" : "v1beta3.LimitRangeSpec" ,
2015-03-11 16:48:03 +00:00
"description" : "spec defines the limits enforced; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
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"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.LimitRangeItem" : {
"id" : "v1beta3.LimitRangeItem" ,
"properties" : {
2015-04-03 23:12:11 +00:00
"default" : {
"type" : "any" ,
"description" : "default values on this kind by resource name if omitted"
} ,
2015-02-05 04:19:00 +00:00
"max" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-24 04:35:16 +00:00
"description" : "max usage constraints on this kind by resource name"
2015-02-05 04:19:00 +00:00
} ,
"min" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-24 04:35:16 +00:00
"description" : "min usage constraints on this kind by resource name"
2015-02-05 04:19:00 +00:00
} ,
"type" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-02-24 04:35:16 +00:00
"description" : "type of resource that this limit applies to"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.LimitRangeList" : {
"id" : "v1beta3.LimitRangeList" ,
"required" : [
"items"
] ,
"properties" : {
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-05 04:19:00 +00:00
} ,
"items" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.LimitRange"
} ,
2015-02-24 04:35:16 +00:00
"description" : "items is a list of LimitRange objects"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.LimitRangeSpec" : {
"id" : "v1beta3.LimitRangeSpec" ,
"required" : [
"limits"
] ,
"properties" : {
"limits" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.LimitRangeItem"
} ,
2015-02-24 04:35:16 +00:00
"description" : "limits is the list of LimitRangeItem objects that are enforced"
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta3.NFSVolumeSource" : {
"id" : "v1beta3.NFSVolumeSource" ,
"required" : [
"server" ,
"path"
] ,
"properties" : {
"path" : {
"type" : "string" ,
"description" : "the path that is exported by the NFS server"
} ,
"readOnly" : {
"type" : "boolean" ,
"description" : "forces the NFS export to be mounted with read-only permissions"
} ,
"server" : {
"type" : "string" ,
"description" : "the hostname or IP address of the NFS server"
}
}
} ,
2015-02-24 04:35:16 +00:00
"v1beta3.Namespace" : {
"id" : "v1beta3.Namespace" ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
2015-02-24 04:35:16 +00:00
} ,
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-24 04:35:16 +00:00
} ,
"creationTimestamp" : {
2015-03-11 16:48:03 +00:00
"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-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"
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"labels" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
2015-02-24 04:35:16 +00:00
} ,
"name" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "string that identifies an object. Must be unique within a namespace; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"namespace" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "namespace of the object; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-24 04:35:16 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
2015-02-24 04:35:16 +00:00
} ,
"spec" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.NamespaceSpec" ,
2015-03-11 16:48:03 +00:00
"description" : "spec defines the behavior of the Namespace; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
2015-02-24 04:35:16 +00:00
} ,
"status" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.NamespaceStatus" ,
2015-03-11 16:48:03 +00:00
"description" : "status describes the current status of a Namespace; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
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"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-02-24 04:35:16 +00:00
"v1beta3.NamespaceList" : {
"id" : "v1beta3.NamespaceList" ,
"required" : [
"items"
] ,
"properties" : {
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-24 04:35:16 +00:00
} ,
"items" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.Namespace"
} ,
2015-02-24 04:35:16 +00:00
"description" : "items is the list of Namespace objects in the list"
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-24 04:35:16 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
2015-02-24 04:35:16 +00:00
}
}
} ,
"v1beta3.NamespaceSpec" : {
"id" : "v1beta3.NamespaceSpec" ,
2015-03-25 18:24:08 +00:00
"properties" : {
"finalizers" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta3.FinalizerName"
} ,
"description" : "an opaque list of values that must be empty to permanently remove object from storage"
}
}
2015-02-24 04:35:16 +00:00
} ,
"v1beta3.NamespaceStatus" : {
"id" : "v1beta3.NamespaceStatus" ,
2015-03-12 21:30:00 +00:00
"properties" : {
"phase" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-12 21:30:00 +00:00
"description" : "phase is the current lifecycle phase of the namespace"
}
}
2015-02-24 04:35:16 +00:00
} ,
2015-02-05 04:19:00 +00:00
"v1beta3.Node" : {
"id" : "v1beta3.Node" ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
2015-02-05 04:19:00 +00:00
} ,
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-05 04:19:00 +00:00
} ,
"creationTimestamp" : {
2015-03-11 16:48:03 +00:00
"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-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"
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +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-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
2015-02-05 04:19:00 +00:00
} ,
"name" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "string that identifies an object. Must be unique within a namespace; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "namespace of the object; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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" : "v1beta3.NodeSpec" ,
2015-03-11 16:48:03 +00:00
"description" : "specification of a node; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
2015-02-05 04:19:00 +00:00
} ,
"status" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.NodeStatus" ,
2015-03-11 16:48:03 +00:00
"description" : "most recently observed status of the node; populated by the system, read-only; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
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"
}
}
} ,
"v1beta3.NodeAddress" : {
"id" : "v1beta3.NodeAddress" ,
"required" : [
"type" ,
"address"
] ,
"properties" : {
"address" : {
"type" : "string"
} ,
"type" : {
2015-04-03 23:12:11 +00:00
"type" : "string"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.NodeCondition" : {
"id" : "v1beta3.NodeCondition" ,
"required" : [
2015-03-11 16:48:03 +00:00
"type" ,
2015-02-05 04:19:00 +00:00
"status"
] ,
"properties" : {
2015-04-09 02:47:31 +00:00
"lastHeartbeatTime" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-04-09 02:47:31 +00:00
"description" : "last time we got an update on a given condition"
2015-02-24 04:35:16 +00:00
} ,
2015-02-05 04:19:00 +00:00
"lastTransitionTime" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "last time the condition transit from one status to another"
2015-02-05 04:19:00 +00:00
} ,
"message" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "human readable message indicating details about last transition"
2015-02-05 04:19:00 +00:00
} ,
"reason" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "(brief) reason for the condition's last transition"
2015-02-05 04:19:00 +00:00
} ,
"status" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "status of the condition, one of Full, None, Unknown"
} ,
"type" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-27 20:36:03 +00:00
"description" : "type of node condition, one of Ready, Schedulable"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.NodeList" : {
"id" : "v1beta3.NodeList" ,
"required" : [
"items"
] ,
"properties" : {
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-05 04:19:00 +00:00
} ,
"items" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.Node"
} ,
2015-03-11 16:48:03 +00:00
"description" : "list of nodes"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.NodeSpec" : {
"id" : "v1beta3.NodeSpec" ,
"properties" : {
2015-03-11 16:48:03 +00:00
"externalID" : {
"type" : "string" ,
2015-04-02 15:33:09 +00:00
"description" : "external ID assigned to the node by some machine database (e.g. a cloud provider). Defaults to node name when empty."
2015-03-11 16:48:03 +00:00
} ,
"podCIDR" : {
"type" : "string" ,
"description" : "pod IP range assigned to the node"
2015-03-12 21:30:00 +00:00
} ,
"unschedulable" : {
"type" : "boolean" ,
"description" : "disable pod scheduling on the node"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.NodeStatus" : {
"id" : "v1beta3.NodeStatus" ,
"properties" : {
2015-03-11 16:48:03 +00:00
"addresses" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.NodeAddress"
} ,
2015-03-11 16:48:03 +00:00
"description" : "list of addresses reachable to the node"
} ,
2015-03-30 21:01:46 +00:00
"capacity" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-30 21:01:46 +00:00
"description" : "compute resource capacity of the node; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/resources.md"
} ,
2015-02-05 04:19:00 +00:00
"conditions" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.NodeCondition"
} ,
2015-03-11 16:48:03 +00:00
"description" : "list of node conditions observed"
2015-02-05 04:19:00 +00:00
} ,
2015-03-12 21:30:00 +00:00
"nodeInfo" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.NodeSystemInfo"
2015-03-12 21:30:00 +00:00
} ,
2015-02-05 04:19:00 +00:00
"phase" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "most recently observed lifecycle phase of the node"
}
}
} ,
2015-03-12 21:30:00 +00:00
"v1beta3.NodeSystemInfo" : {
"id" : "v1beta3.NodeSystemInfo" ,
"required" : [
"machineID" ,
2015-03-30 21:01:46 +00:00
"systemUUID" ,
"bootID" ,
"kernelVersion" ,
"osImage" ,
"containerRuntimeVersion" ,
"kubeletVersion" ,
"KubeProxyVersion"
2015-03-12 21:30:00 +00:00
] ,
"properties" : {
2015-03-30 21:01:46 +00:00
"KubeProxyVersion" : {
"type" : "string" ,
"description" : "Kube-proxy version reported by the node"
} ,
"bootID" : {
"type" : "string" ,
"description" : "boot id is the boot-id reported by the node"
} ,
"containerRuntimeVersion" : {
"type" : "string" ,
"description" : "Container runtime version reported by the node through runtime remote API (e.g. docker://1.5.0)"
} ,
"kernelVersion" : {
"type" : "string" ,
"description" : "Kernel version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64)"
} ,
"kubeletVersion" : {
"type" : "string" ,
"description" : "Kubelet version reported by the node"
} ,
2015-03-12 21:30:00 +00:00
"machineID" : {
"type" : "string"
} ,
2015-03-30 21:01:46 +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-03-12 21:30:00 +00:00
"systemUUID" : {
"type" : "string"
}
}
} ,
2015-02-05 04:19:00 +00:00
"v1beta3.ObjectReference" : {
"id" : "v1beta3.ObjectReference" ,
"properties" : {
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "API version of the referent"
2015-02-05 04:19:00 +00:00
} ,
"fieldPath" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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-05 04:19:00 +00:00
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "kind of the referent"
2015-02-05 04:19:00 +00:00
} ,
"name" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "name of the referent"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "namespace of the referent"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "specific resourceVersion to which this reference is made, if any: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
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" : "uid of the referent"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta3.PersistentVolume" : {
"id" : "v1beta3.PersistentVolume" ,
"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 objects"
} ,
"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"
} ,
"kind" : {
"type" : "string" ,
"description" : "kind of object, in CamelCase; cannot be updated"
} ,
"labels" : {
"type" : "any" ,
"description" : "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
} ,
"name" : {
"type" : "string" ,
"description" : "string that identifies an object. Must be unique within a namespace; cannot be updated"
} ,
"namespace" : {
"type" : "string" ,
"description" : "namespace of the object; cannot be updated"
} ,
"resourceVersion" : {
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
} ,
"selfLink" : {
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
} ,
"spec" : {
"$ref" : "v1beta3.PersistentVolumeSpec" ,
"description" : "specification of a persistent volume as provisioned by an administrator"
} ,
"status" : {
"$ref" : "v1beta3.PersistentVolumeStatus" ,
"description" : "current status of a persistent volume; populated by the system, read-only"
} ,
"uid" : {
"type" : "string" ,
"description" : "unique UUID across space and time; populated by the system; read-only"
}
}
} ,
"v1beta3.PersistentVolumeClaim" : {
"id" : "v1beta3.PersistentVolumeClaim" ,
"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 objects"
} ,
"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"
} ,
"kind" : {
"type" : "string" ,
"description" : "kind of object, in CamelCase; cannot be updated"
} ,
"labels" : {
"type" : "any" ,
"description" : "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
} ,
"name" : {
"type" : "string" ,
"description" : "string that identifies an object. Must be unique within a namespace; cannot be updated"
} ,
"namespace" : {
"type" : "string" ,
"description" : "namespace of the object; cannot be updated"
} ,
"resourceVersion" : {
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
} ,
"selfLink" : {
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
} ,
"spec" : {
"$ref" : "v1beta3.PersistentVolumeClaimSpec"
} ,
"status" : {
"$ref" : "v1beta3.PersistentVolumeClaimStatus" ,
"description" : "the current status of a persistent volume claim; read-only"
} ,
"uid" : {
"type" : "string" ,
"description" : "unique UUID across space and time; populated by the system; read-only"
}
}
} ,
"v1beta3.PersistentVolumeClaimList" : {
"id" : "v1beta3.PersistentVolumeClaimList" ,
"properties" : {
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"items" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta3.PersistentVolumeClaim"
}
} ,
"kind" : {
"type" : "string" ,
"description" : "kind of object, in CamelCase; cannot be updated"
} ,
"resourceVersion" : {
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
} ,
"selfLink" : {
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
}
}
} ,
"v1beta3.PersistentVolumeClaimSpec" : {
"id" : "v1beta3.PersistentVolumeClaimSpec" ,
"properties" : {
"accessModes" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta3.AccessModeType"
} ,
"description" : "the desired access modes the volume should have"
} ,
"resources" : {
"$ref" : "v1beta3.ResourceRequirements" ,
"description" : "the desired resources the volume should have"
}
}
} ,
"v1beta3.PersistentVolumeClaimStatus" : {
"id" : "v1beta3.PersistentVolumeClaimStatus" ,
"properties" : {
"accessModes" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta3.AccessModeType"
} ,
"description" : "the actual access modes the volume has"
} ,
"capacity" : {
"type" : "any" ,
"description" : "the actual resources the volume has"
} ,
"phase" : {
"type" : "string" ,
"description" : "the current phase of the claim"
} ,
"volumeRef" : {
"$ref" : "v1beta3.ObjectReference" ,
"description" : "a reference to the backing persistent volume, when bound"
}
}
} ,
"v1beta3.PersistentVolumeList" : {
"id" : "v1beta3.PersistentVolumeList" ,
"properties" : {
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"items" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta3.PersistentVolume"
} ,
"description" : "list of persistent volumes"
} ,
"kind" : {
"type" : "string" ,
"description" : "kind of object, in CamelCase; cannot be updated"
} ,
"resourceVersion" : {
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
} ,
"selfLink" : {
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
}
}
} ,
"v1beta3.PersistentVolumeSpec" : {
"id" : "v1beta3.PersistentVolumeSpec" ,
"required" : [
2015-04-09 02:47:31 +00:00
"gcePersistentDisk" ,
2015-04-07 14:50:21 +00:00
"hostPath" ,
2015-04-09 02:47:31 +00:00
"glusterfs"
2015-04-03 23:12:11 +00:00
] ,
"properties" : {
"accessModes" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta3.AccessModeType"
} ,
"description" : "all ways the volume can be mounted"
} ,
"capacity" : {
"type" : "any" ,
"description" : "a description of the persistent volume's resources and capacity"
} ,
"claimRef" : {
"$ref" : "v1beta3.ObjectReference" ,
"description" : "the binding reference to a persistent volume claim"
} ,
"gcePersistentDisk" : {
"$ref" : "v1beta3.GCEPersistentDiskVolumeSource" ,
"description" : "GCE disk resource provisioned by an admin"
} ,
2015-04-09 02:47:31 +00:00
"glusterfs" : {
"$ref" : "v1beta3.GlusterfsVolumeSource" ,
"description" : "Glusterfs volume resource provisioned by an admin"
} ,
2015-04-03 23:12:11 +00:00
"hostPath" : {
"$ref" : "v1beta3.HostPathVolumeSource" ,
"description" : "a HostPath provisioned by a developer or tester; for develment use only"
}
}
} ,
"v1beta3.PersistentVolumeStatus" : {
"id" : "v1beta3.PersistentVolumeStatus" ,
"properties" : {
"phase" : {
"type" : "string" ,
"description" : "the current phase of a persistent volume"
}
}
} ,
2015-02-05 04:19:00 +00:00
"v1beta3.Pod" : {
"id" : "v1beta3.Pod" ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
2015-02-05 04:19:00 +00:00
} ,
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-05 04:19:00 +00:00
} ,
"creationTimestamp" : {
2015-03-11 16:48:03 +00:00
"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-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"
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +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-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
2015-02-05 04:19:00 +00:00
} ,
"name" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "string that identifies an object. Must be unique within a namespace; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "namespace of the object; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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" : "v1beta3.PodSpec" ,
2015-03-11 16:48:03 +00:00
"description" : "specification of the desired behavior of the pod; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
2015-02-05 04:19:00 +00:00
} ,
"status" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.PodStatus" ,
2015-03-11 16:48:03 +00:00
"description" : "most recently observed status of the pod; populated by the system, read-only; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
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"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-02-24 04:35:16 +00:00
"v1beta3.PodCondition" : {
"id" : "v1beta3.PodCondition" ,
"required" : [
2015-03-11 16:48:03 +00:00
"type" ,
2015-02-24 04:35:16 +00:00
"status"
] ,
"properties" : {
"status" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "status of the condition, one of Full, None, Unknown"
} ,
"type" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "kind of the condition"
2015-02-24 04:35:16 +00:00
}
}
} ,
2015-02-05 04:19:00 +00:00
"v1beta3.PodList" : {
"id" : "v1beta3.PodList" ,
"required" : [
"items"
] ,
"properties" : {
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-05 04:19:00 +00:00
} ,
"items" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.Pod"
} ,
2015-03-11 16:48:03 +00:00
"description" : "list of pods"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-04-07 14:50:21 +00:00
"v1beta3.PodLogOptions" : {
"id" : "v1beta3.PodLogOptions" ,
"properties" : {
"apiVersion" : {
"type" : "string" ,
"description" : "version of the schema the object should have"
} ,
"container" : {
"type" : "string" ,
"description" : "the container for which to stream logs; defaults to only container if there is one container in the pod"
} ,
"follow" : {
"type" : "boolean" ,
"description" : "follow the log stream of the pod; defaults to false"
} ,
"kind" : {
"type" : "string" ,
"description" : "kind of object, in CamelCase; cannot be updated"
}
}
} ,
2015-02-05 04:19:00 +00:00
"v1beta3.PodSpec" : {
"id" : "v1beta3.PodSpec" ,
"required" : [
"volumes" ,
"containers"
] ,
"properties" : {
"containers" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.Container"
} ,
2015-03-25 18:24:08 +00:00
"description" : "list of containers belonging to the pod; cannot be updated; containers cannot currently be added or removed; there must be at least one container in a Pod"
2015-02-05 04:19:00 +00:00
} ,
"dnsPolicy" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "DNS policy for containers within the pod; one of 'ClusterFirst' or 'Default'"
2015-02-05 04:19:00 +00:00
} ,
"host" : {
"type" : "string" ,
"description" : "host requested for this pod"
} ,
2015-03-25 18:24:08 +00:00
"hostNetwork" : {
"type" : "boolean" ,
"description" : "host networking requested for this pod"
} ,
2015-02-05 04:19:00 +00:00
"nodeSelector" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-11 16:48:03 +00:00
"description" : "selector which must match a node's labels for the pod to be scheduled on that node"
2015-02-05 04:19:00 +00:00
} ,
"restartPolicy" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "restart policy for all containers within the pod; one of RestartPolicyAlways, RestartPolicyOnFailure, RestartPolicyNever"
2015-02-05 04:19:00 +00:00
} ,
"volumes" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.Volume"
} ,
2015-03-11 16:48:03 +00:00
"description" : "list of volumes that can be mounted by containers belonging to the pod"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.PodStatus" : {
"id" : "v1beta3.PodStatus" ,
"properties" : {
2015-02-24 04:35:16 +00:00
"Condition" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.PodCondition"
} ,
2015-03-11 16:48:03 +00:00
"description" : "current service state of pod"
2015-02-24 04:35:16 +00:00
} ,
2015-03-30 21:01:46 +00:00
"containerStatuses" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta3.ContainerStatus"
} ,
"description" : "list of container statuses"
} ,
2015-02-05 04:19:00 +00:00
"hostIP" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "IP address of the host to which the pod is assigned; empty if not yet scheduled"
2015-02-05 04:19:00 +00:00
} ,
"message" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "human readable message indicating details about why the pod is in this condition"
2015-02-05 04:19:00 +00:00
} ,
"phase" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "current condition of the pod."
2015-02-05 04:19:00 +00:00
} ,
"podIP" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "IP address allocated to the pod; routable at least within the cluster; empty if not yet allocated"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.PodTemplateSpec" : {
"id" : "v1beta3.PodTemplateSpec" ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
2015-02-05 04:19:00 +00:00
} ,
"creationTimestamp" : {
2015-03-11 16:48:03 +00:00
"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-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"
} ,
"labels" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
2015-02-05 04:19:00 +00:00
} ,
"name" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "string that identifies an object. Must be unique within a namespace; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "namespace of the object; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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" : "v1beta3.PodSpec" ,
2015-03-11 16:48:03 +00:00
"description" : "specification of the desired behavior of the pod; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
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"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.Probe" : {
"id" : "v1beta3.Probe" ,
"properties" : {
"exec" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.ExecAction" ,
2015-03-11 16:48:03 +00:00
"description" : "exec-based handler"
2015-02-05 04:19:00 +00:00
} ,
"httpGet" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.HTTPGetAction" ,
2015-03-11 16:48:03 +00:00
"description" : "HTTP-based handler"
2015-02-05 04:19:00 +00:00
} ,
"initialDelaySeconds" : {
"type" : "integer" ,
2015-03-11 16:48:03 +00:00
"format" : "int64" ,
"description" : "number of seconds after the container has started before liveness probes are initiated"
2015-02-05 04:19:00 +00:00
} ,
"tcpSocket" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.TCPSocketAction" ,
2015-03-11 16:48:03 +00:00
"description" : "TCP-based handler; TCP hooks not yet supported"
2015-02-24 04:35:16 +00:00
} ,
"timeoutSeconds" : {
"type" : "integer" ,
2015-03-11 16:48:03 +00:00
"format" : "int64" ,
"description" : "number of seconds after which liveness probes timeout; defaults to 1 second"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.ReplicationController" : {
"id" : "v1beta3.ReplicationController" ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
2015-02-05 04:19:00 +00:00
} ,
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-05 04:19:00 +00:00
} ,
"creationTimestamp" : {
2015-03-11 16:48:03 +00:00
"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-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"
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +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-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
2015-02-05 04:19:00 +00:00
} ,
"name" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "string that identifies an object. Must be unique within a namespace; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "namespace of the object; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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" : "v1beta3.ReplicationControllerSpec" ,
2015-03-11 16:48:03 +00:00
"description" : "specification of the desired behavior of the replication controller; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
2015-02-05 04:19:00 +00:00
} ,
"status" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.ReplicationControllerStatus" ,
2015-03-11 16:48:03 +00:00
"description" : "most recently observed status of the replication controller; populated by the system, read-only; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
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"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.ReplicationControllerList" : {
"id" : "v1beta3.ReplicationControllerList" ,
"required" : [
"items"
] ,
"properties" : {
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-05 04:19:00 +00:00
} ,
"items" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.ReplicationController"
} ,
2015-03-11 16:48:03 +00:00
"description" : "list of replication controllers"
2015-02-05 04:19:00 +00:00
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.ReplicationControllerSpec" : {
"id" : "v1beta3.ReplicationControllerSpec" ,
"required" : [
"replicas"
] ,
"properties" : {
"replicas" : {
"type" : "integer" ,
2015-03-11 16:48:03 +00:00
"format" : "int32" ,
"description" : "number of replicas desired"
2015-02-05 04:19:00 +00:00
} ,
"selector" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-11 16:48:03 +00:00
"description" : "label keys and values that must match in order to be controlled by this replication controller"
2015-02-05 04:19:00 +00:00
} ,
"template" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.PodTemplateSpec" ,
2015-03-11 16:48:03 +00:00
"description" : "object that describes the pod that will be created if insufficient replicas are detected; takes precendence over templateRef"
2015-02-05 04:19:00 +00:00
} ,
"templateRef" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.ObjectReference" ,
2015-03-11 16:48:03 +00:00
"description" : "reference to an object that describes the pod that will be created if insufficient replicas are detected"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.ReplicationControllerStatus" : {
"id" : "v1beta3.ReplicationControllerStatus" ,
"required" : [
"replicas"
] ,
"properties" : {
"replicas" : {
"type" : "integer" ,
2015-03-11 16:48:03 +00:00
"format" : "int32" ,
"description" : "most recently oberved number of replicas"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.ResourceQuota" : {
"id" : "v1beta3.ResourceQuota" ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
2015-02-05 04:19:00 +00:00
} ,
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-05 04:19:00 +00:00
} ,
"creationTimestamp" : {
2015-03-11 16:48:03 +00:00
"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-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"
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +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-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
2015-02-05 04:19:00 +00:00
} ,
"name" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "string that identifies an object. Must be unique within a namespace; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "namespace of the object; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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" : "v1beta3.ResourceQuotaSpec" ,
2015-03-11 16:48:03 +00:00
"description" : "spec defines the desired quota; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
2015-02-05 04:19:00 +00:00
} ,
"status" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.ResourceQuotaStatus" ,
2015-03-11 16:48:03 +00:00
"description" : "status defines the actual enforced quota and current usage; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
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"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.ResourceQuotaList" : {
"id" : "v1beta3.ResourceQuotaList" ,
"required" : [
"items"
] ,
"properties" : {
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-05 04:19:00 +00:00
} ,
"items" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.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" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.ResourceQuotaSpec" : {
"id" : "v1beta3.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
}
}
} ,
"v1beta3.ResourceQuotaStatus" : {
"id" : "v1beta3.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
"v1beta3.ResourceRequirements" : {
"id" : "v1beta3.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-03-25 18:24:08 +00:00
"description" : "Minimum amount of resources requested"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-02-24 04:35:16 +00:00
"v1beta3.Secret" : {
"id" : "v1beta3.Secret" ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
2015-02-24 04:35:16 +00:00
} ,
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-24 04:35:16 +00:00
} ,
"creationTimestamp" : {
2015-03-11 16:48:03 +00:00
"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-24 04:35:16 +00:00
} ,
"data" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-02-24 04:35:16 +00:00
"description" : "data contains the secret data. Each key must be a valid DNS_SUBDOMAIN. Each value must be a base64 encoded string"
} ,
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"
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"labels" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
2015-02-24 04:35:16 +00:00
} ,
"name" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "string that identifies an object. Must be unique within a namespace; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"namespace" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "namespace of the object; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-24 04:35:16 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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"
2015-02-24 04:35:16 +00:00
}
}
} ,
"v1beta3.SecretList" : {
"id" : "v1beta3.SecretList" ,
"required" : [
"items"
] ,
"properties" : {
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-24 04:35:16 +00:00
} ,
"items" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.Secret"
} ,
2015-02-24 04:35:16 +00:00
"description" : "items is a list of secret objects"
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-24 04:35:16 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
2015-02-24 04:35:16 +00:00
}
}
} ,
2015-04-03 23:12:11 +00:00
"v1beta3.SecretVolumeSource" : {
"id" : "v1beta3.SecretVolumeSource" ,
"required" : [
"secretName"
] ,
"properties" : {
"secretName" : {
"type" : "string" ,
"description" : "secretName is the name of a secret in the pod's namespace"
}
}
} ,
2015-02-05 04:19:00 +00:00
"v1beta3.Service" : {
"id" : "v1beta3.Service" ,
"properties" : {
"annotations" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects"
2015-02-05 04:19:00 +00:00
} ,
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-05 04:19:00 +00:00
} ,
"creationTimestamp" : {
2015-03-11 16:48:03 +00:00
"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-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"
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +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-03-11 16:48:03 +00:00
"description" : "map of string keys and values that can be used to organize and categorize objects; may match selectors of replication controllers and services"
2015-02-05 04:19:00 +00:00
} ,
"name" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "string that identifies an object. Must be unique within a namespace; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"namespace" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "namespace of the object; cannot be updated"
2015-02-05 04:19:00 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-05 04:19:00 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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" : "v1beta3.ServiceSpec" ,
2015-03-11 16:48:03 +00:00
"description" : "specification of the desired behavior of the service; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
2015-02-05 04:19:00 +00:00
} ,
"status" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.ServiceStatus" ,
2015-03-11 16:48:03 +00:00
"description" : "most recently observed status of the service; populated by the system, read-only; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status"
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"
2015-02-05 04:19:00 +00:00
}
}
} ,
2015-02-24 04:35:16 +00:00
"v1beta3.ServiceList" : {
"id" : "v1beta3.ServiceList" ,
"required" : [
"items"
] ,
"properties" : {
"apiVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "version of the schema the object should have"
2015-02-24 04:35:16 +00:00
} ,
"items" : {
"type" : "array" ,
2015-03-13 06:23:41 +00:00
"items" : {
"$ref" : "v1beta3.Service"
} ,
2015-03-11 16:48:03 +00:00
"description" : "list of services"
2015-02-24 04:35:16 +00:00
} ,
"kind" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
2015-03-13 06:23:41 +00:00
"description" : "kind of object, in CamelCase; cannot be updated"
2015-02-24 04:35:16 +00:00
} ,
"resourceVersion" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
2015-02-24 04:35:16 +00:00
} ,
"selfLink" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "URL for the object; populated by the system, read-only"
2015-02-24 04:35:16 +00:00
}
}
} ,
2015-03-30 21:01:46 +00:00
"v1beta3.ServicePort" : {
"id" : "v1beta3.ServicePort" ,
"required" : [
"name" ,
"protocol" ,
"port" ,
"targetPort"
] ,
"properties" : {
"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"
} ,
"targetPort" : {
"type" : "string" ,
"description" : "the port to access on the pods targeted by the service; defaults to the service port"
}
}
} ,
2015-02-05 04:19:00 +00:00
"v1beta3.ServiceSpec" : {
"id" : "v1beta3.ServiceSpec" ,
"required" : [
2015-03-30 21:01:46 +00:00
"ports" ,
2015-03-11 16:48:03 +00:00
"selector" ,
"portalIP"
2015-02-05 04:19:00 +00:00
] ,
"properties" : {
"createExternalLoadBalancer" : {
2015-03-11 16:48:03 +00:00
"type" : "boolean" ,
"description" : "set up a cloud-provider-specific load balancer on an external IP"
2015-02-05 04:19:00 +00:00
} ,
"portalIP" : {
"type" : "string"
} ,
2015-03-30 21:01:46 +00:00
"ports" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta3.ServicePort"
} ,
"description" : "ports exposed by the service"
2015-02-05 04:19:00 +00:00
} ,
"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
} ,
"selector" : {
2015-04-03 23:12:11 +00:00
"type" : "any" ,
2015-03-11 16:48:03 +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"
2015-02-05 04:19:00 +00:00
} ,
"sessionAffinity" : {
2015-04-03 23:12:11 +00:00
"type" : "string" ,
2015-03-11 16:48:03 +00:00
"description" : "enable client IP based session affinity; must be ClientIP or None; defaults to None"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.ServiceStatus" : {
"id" : "v1beta3.ServiceStatus" ,
"properties" : { }
} ,
2015-04-09 02:47:31 +00:00
"v1beta3.Status" : {
"id" : "v1beta3.Status" ,
"properties" : {
"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"
} ,
"details" : {
"$ref" : "v1beta3.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"
} ,
"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"
} ,
"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" : {
"type" : "string" ,
"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: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#concurrency-control-and-consistency"
} ,
"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"
}
}
} ,
"v1beta3.StatusCause" : {
"id" : "v1beta3.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"
}
}
} ,
"v1beta3.StatusDetails" : {
"id" : "v1beta3.StatusDetails" ,
"properties" : {
"causes" : {
"type" : "array" ,
"items" : {
"$ref" : "v1beta3.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
"v1beta3.TCPSocketAction" : {
"id" : "v1beta3.TCPSocketAction" ,
"properties" : {
"port" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "number of name of the port to access on the container"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.Volume" : {
"id" : "v1beta3.Volume" ,
"required" : [
2015-03-11 16:48:03 +00:00
"name" ,
2015-04-11 15:20:22 +00:00
"gcePersistentDisk" ,
2015-03-11 16:48:03 +00:00
"gitRepo" ,
2015-03-25 18:24:08 +00:00
"secret" ,
2015-03-27 20:36:03 +00:00
"nfs" ,
2015-03-13 21:31:13 +00:00
"iscsi" ,
2015-04-09 02:47:31 +00:00
"glusterfs" ,
"hostPath" ,
2015-04-11 15:20:22 +00:00
"emptyDir"
2015-02-05 04:19:00 +00:00
] ,
"properties" : {
2015-03-11 16:48:03 +00:00
"emptyDir" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.EmptyDirVolumeSource" ,
2015-03-11 16:48:03 +00:00
"description" : "temporary directory that shares a pod's lifetime"
} ,
"gcePersistentDisk" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.GCEPersistentDiskVolumeSource" ,
2015-03-11 16:48:03 +00:00
"description" : "GCE disk resource attached to the host machine on demand"
} ,
"gitRepo" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.GitRepoVolumeSource" ,
2015-03-11 16:48:03 +00:00
"description" : "git repository at a particular revision"
} ,
2015-04-09 02:47:31 +00:00
"glusterfs" : {
"$ref" : "v1beta3.GlusterfsVolumeSource" ,
"description" : "Glusterfs volume that will be mounted on the host machine "
} ,
2015-03-11 16:48:03 +00:00
"hostPath" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.HostPathVolumeSource" ,
2015-03-11 16:48:03 +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" : "v1beta3.ISCSIVolumeSource" ,
"description" : "iSCSI disk attached to host machine on demand"
} ,
2015-02-05 04:19:00 +00:00
"name" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "volume name; must be a DNS_LABEL and unique within the pod"
2015-02-05 04:19:00 +00:00
} ,
2015-03-25 18:24:08 +00:00
"nfs" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.NFSVolumeSource" ,
2015-03-25 18:24:08 +00:00
"description" : "NFS volume that will be mounted in the host machine"
} ,
2015-03-11 16:48:03 +00:00
"secret" : {
2015-03-25 18:34:33 +00:00
"$ref" : "v1beta3.SecretVolumeSource" ,
2015-03-11 16:48:03 +00:00
"description" : "secret to populate volume"
2015-02-05 04:19:00 +00:00
}
}
} ,
"v1beta3.VolumeMount" : {
"id" : "v1beta3.VolumeMount" ,
"required" : [
"name" ,
"mountPath"
] ,
"properties" : {
"mountPath" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "path within the container at which the volume should be mounted"
2015-02-05 04:19:00 +00:00
} ,
"name" : {
2015-03-11 16:48:03 +00:00
"type" : "string" ,
"description" : "name of the volume to mount"
2015-02-05 04:19:00 +00:00
} ,
"readOnly" : {
2015-03-11 16:48:03 +00:00
"type" : "boolean" ,
"description" : "mounted read-only if true, read-write otherwise (false or unspecified)"
2015-02-05 04:19:00 +00:00
}
}
}
}
2015-04-11 15:20:22 +00:00
}