{ "swaggerVersion": "1.2", "apiVersion": "v1beta3", "basePath": "https://127.0.0.1:6443", "resourcePath": "/api/v1beta3", "apis": [ { "path": "/api/v1beta3/namespaces/{namespaces}/bindings", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "void", "method": "POST", "summary": "create a Binding", "nickname": "createBinding", "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_Binding", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{namespaces}/endpoints", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_EndpointsList", "method": "GET", "summary": "list or watch objects of kind Endpoints", "nickname": "listEndpoints", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "POST", "summary": "create a Endpoints", "nickname": "createEndpoints", "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_Endpoints", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces/{namespaces}/endpoints", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Endpoints", "nickname": "watchEndpointslist", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{namespaces}/endpoints/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_Endpoints", "method": "GET", "summary": "read the specified Endpoints", "nickname": "readEndpoints", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "PUT", "summary": "replace the specified Endpoints", "nickname": "replaceEndpoints", "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 }, { "type": "v1beta3_Endpoints", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "PATCH", "summary": "partially update the specified Endpoints", "nickname": "patchEndpoints", "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 }, { "type": "v1beta3_Endpoints", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "void", "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 }, { "type": "v1beta3_DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces/{namespaces}/endpoints/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch changes to an object of kind Endpoints", "nickname": "watchEndpoints", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/endpoints", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_EndpointsList", "method": "GET", "summary": "list or watch objects of kind Endpoints", "nickname": "listEndpoints", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/endpoints", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Endpoints", "nickname": "watchEndpointslist", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{namespaces}/events", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_EventList", "method": "GET", "summary": "list or watch objects of kind Event", "nickname": "listEvent", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "POST", "summary": "create a Event", "nickname": "createEvent", "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_Event", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces/{namespaces}/events", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Event", "nickname": "watchEventlist", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{namespaces}/events/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_Event", "method": "GET", "summary": "read the specified Event", "nickname": "readEvent", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "PUT", "summary": "replace the specified Event", "nickname": "replaceEvent", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "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": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "PATCH", "summary": "partially update the specified Event", "nickname": "patchEvent", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "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": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "void", "method": "DELETE", "summary": "delete a Event", "nickname": "deleteEvent", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces/{namespaces}/events/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch changes to an object of kind Event", "nickname": "watchEvent", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "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": "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/events", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_EventList", "method": "GET", "summary": "list or watch objects of kind Event", "nickname": "listEvent", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/events", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Event", "nickname": "watchEventlist", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{namespaces}/limitranges", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_LimitRangeList", "method": "GET", "summary": "list or watch objects of kind LimitRange", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces/{namespaces}/limitranges", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch individual changes to a list of LimitRange", "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 }, { "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 } ], "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", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the LimitRange", "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": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "PUT", "summary": "replace the specified LimitRange", "nickname": "replaceLimitRange", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the LimitRange", "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_LimitRange", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "PATCH", "summary": "partially update the specified LimitRange", "nickname": "patchLimitRange", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the LimitRange", "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_LimitRange", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "void", "method": "DELETE", "summary": "delete a LimitRange", "nickname": "deleteLimitRange", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the LimitRange", "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": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces/{namespaces}/limitranges/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch changes to an object of kind LimitRange", "nickname": "watchLimitRange", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the LimitRange", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/limitranges", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_LimitRangeList", "method": "GET", "summary": "list or watch objects of kind LimitRange", "nickname": "listLimitRange", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/limitranges", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch individual changes to a list of LimitRange", "nickname": "watchLimitRangelist", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_NamespaceList", "method": "GET", "summary": "list or watch objects of kind Namespace", "nickname": "listNamespace", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "POST", "summary": "create a Namespace", "nickname": "createNamespace", "parameters": [ { "type": "v1beta3_Namespace", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Namespace", "nickname": "watchNamespacelist", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_Namespace", "method": "GET", "summary": "read the specified Namespace", "nickname": "readNamespace", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Namespace", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "PATCH", "summary": "partially update the specified Namespace", "nickname": "patchNamespace", "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 } ], "produces": [ "application/json" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "void", "method": "DELETE", "summary": "delete a Namespace", "nickname": "deleteNamespace", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Namespace", "required": true, "allowMultiple": false }, { "type": "v1beta3_DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch changes to an object of kind Namespace", "nickname": "watchNamespace", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Namespace", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{name}/finalize", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "void", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{name}/status", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "void", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/nodes", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_NodeList", "method": "GET", "summary": "list or watch objects of kind Node", "nickname": "listNode", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "POST", "summary": "create a Node", "nickname": "createNode", "parameters": [ { "type": "v1beta3_Node", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/nodes", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Node", "nickname": "watchNodelist", "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 }, { "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 } ], "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": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Node", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "PATCH", "summary": "partially update the specified Node", "nickname": "patchNode", "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 } ], "produces": [ "application/json" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "void", "method": "DELETE", "summary": "delete a Node", "nickname": "deleteNode", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Node", "required": true, "allowMultiple": false }, { "type": "v1beta3_DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/nodes/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch changes to an object of kind Node", "nickname": "watchNode", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Node", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/redirect/nodes/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "void", "method": "GET", "summary": "redirect GET request to Node", "nickname": "redirectNode", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Node", "required": true, "allowMultiple": false } ], "produces": [ "*/*" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/proxy/nodes/{name}/{path:*}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "void", "method": "GET", "summary": "proxy GET requests to Node", "nickname": "proxyGETNode", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Node", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "path:*", "description": "path to the resource", "required": true, "allowMultiple": false } ], "produces": [ "*/*" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "PUT", "summary": "proxy PUT requests to Node", "nickname": "proxyPUTNode", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Node", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "path:*", "description": "path to the resource", "required": true, "allowMultiple": false } ], "produces": [ "*/*" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "POST", "summary": "proxy POST requests to Node", "nickname": "proxyPOSTNode", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Node", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "path:*", "description": "path to the resource", "required": true, "allowMultiple": false } ], "produces": [ "*/*" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "DELETE", "summary": "proxy DELETE requests to Node", "nickname": "proxyDELETENode", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Node", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "path:*", "description": "path to the resource", "required": true, "allowMultiple": false } ], "produces": [ "*/*" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/proxy/nodes/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "void", "method": "GET", "summary": "proxy GET requests to Node", "nickname": "proxyGETNode", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Node", "required": true, "allowMultiple": false } ], "produces": [ "*/*" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "PUT", "summary": "proxy PUT requests to Node", "nickname": "proxyPUTNode", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Node", "required": true, "allowMultiple": false } ], "produces": [ "*/*" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "POST", "summary": "proxy POST requests to Node", "nickname": "proxyPOSTNode", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Node", "required": true, "allowMultiple": false } ], "produces": [ "*/*" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "DELETE", "summary": "proxy DELETE requests to Node", "nickname": "proxyDELETENode", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Node", "required": true, "allowMultiple": false } ], "produces": [ "*/*" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{namespaces}/persistentvolumeclaims", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_PersistentVolumeClaimList", "method": "GET", "summary": "list or watch objects of kind PersistentVolumeClaim", "nickname": "listPersistentVolumeClaim", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "POST", "summary": "create a PersistentVolumeClaim", "nickname": "createPersistentVolumeClaim", "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_PersistentVolumeClaim", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces/{namespaces}/persistentvolumeclaims", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch individual changes to a list of PersistentVolumeClaim", "nickname": "watchPersistentVolumeClaimlist", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{namespaces}/persistentvolumeclaims/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_PersistentVolumeClaim", "method": "GET", "summary": "read the specified PersistentVolumeClaim", "nickname": "readPersistentVolumeClaim", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "PATCH", "summary": "partially update the specified PersistentVolumeClaim", "nickname": "patchPersistentVolumeClaim", "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 } ], "produces": [ "application/json" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "void", "method": "DELETE", "summary": "delete a PersistentVolumeClaim", "nickname": "deletePersistentVolumeClaim", "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_DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces/{namespaces}/persistentvolumeclaims/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch changes to an object of kind PersistentVolumeClaim", "nickname": "watchPersistentVolumeClaim", "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": "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/persistentvolumeclaims", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_PersistentVolumeClaimList", "method": "GET", "summary": "list or watch objects of kind PersistentVolumeClaim", "nickname": "listPersistentVolumeClaim", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/persistentvolumeclaims", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch individual changes to a list of PersistentVolumeClaim", "nickname": "watchPersistentVolumeClaimlist", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/persistentvolumes", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_PersistentVolumeList", "method": "GET", "summary": "list or watch objects of kind PersistentVolume", "nickname": "listPersistentVolume", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "POST", "summary": "create a PersistentVolume", "nickname": "createPersistentVolume", "parameters": [ { "type": "v1beta3_PersistentVolume", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/persistentvolumes", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch individual changes to a list of PersistentVolume", "nickname": "watchPersistentVolumelist", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/persistentvolumes/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_PersistentVolume", "method": "GET", "summary": "read the specified PersistentVolume", "nickname": "readPersistentVolume", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the PersistentVolume", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "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 }, { "type": "v1beta3_PersistentVolume", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "void", "method": "DELETE", "summary": "delete a PersistentVolume", "nickname": "deletePersistentVolume", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the PersistentVolume", "required": true, "allowMultiple": false }, { "type": "v1beta3_DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/persistentvolumes/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/persistentvolumes/{name}/status", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "void", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{namespaces}/pods", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_PodList", "method": "GET", "summary": "list or watch objects of kind Pod", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces/{namespaces}/pods", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "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 } ], "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "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 }, { "type": "v1beta3_Pod", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "void", "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 }, { "type": "v1beta3_DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces/{namespaces}/pods/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/redirect/namespaces/{namespaces}/pods/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "void", "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": [ { "type": "void", "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": [ "*/*" ] }, { "type": "void", "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": [ "*/*" ] }, { "type": "void", "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": [ "*/*" ] }, { "type": "void", "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": [ { "type": "void", "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": [ "*/*" ] }, { "type": "void", "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 } ], "produces": [ "*/*" ], "consumes": [ "*/*" ] }, { "type": "void", "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 } ], "produces": [ "*/*" ], "consumes": [ "*/*" ] }, { "type": "void", "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 } ], "produces": [ "*/*" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/pods", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_PodList", "method": "GET", "summary": "list or watch objects of kind Pod", "nickname": "listPod", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/pods", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{namespaces}/pods/{name}/binding", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "void", "method": "POST", "summary": "create a Binding", "nickname": "createBinding", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Binding", "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_Binding", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{namespaces}/pods/{name}/status", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "void", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{namespaces}/replicationcontrollers", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_ReplicationControllerList", "method": "GET", "summary": "list or watch objects of kind ReplicationController", "nickname": "listReplicationController", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "POST", "summary": "create a ReplicationController", "nickname": "createReplicationController", "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_ReplicationController", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces/{namespaces}/replicationcontrollers", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch individual changes to a list of ReplicationController", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{namespaces}/replicationcontrollers/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_ReplicationController", "method": "GET", "summary": "read the specified ReplicationController", "nickname": "readReplicationController", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the ReplicationController", "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": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "PUT", "summary": "replace the specified ReplicationController", "nickname": "replaceReplicationController", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the ReplicationController", "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_ReplicationController", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "PATCH", "summary": "partially update the specified ReplicationController", "nickname": "patchReplicationController", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the ReplicationController", "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_ReplicationController", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "void", "method": "DELETE", "summary": "delete a ReplicationController", "nickname": "deleteReplicationController", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the ReplicationController", "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_DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces/{namespaces}/replicationcontrollers/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch changes to an object of kind ReplicationController", "nickname": "watchReplicationController", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the ReplicationController", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/replicationcontrollers", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_ReplicationControllerList", "method": "GET", "summary": "list or watch objects of kind ReplicationController", "nickname": "listReplicationController", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/replicationcontrollers", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch individual changes to a list of ReplicationController", "nickname": "watchReplicationControllerlist", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{namespaces}/resourcequotas", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_ResourceQuotaList", "method": "GET", "summary": "list or watch objects of kind ResourceQuota", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "POST", "summary": "create a ResourceQuota", "nickname": "createResourceQuota", "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_ResourceQuota", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces/{namespaces}/resourcequotas", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch individual changes to a list of ResourceQuota", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{namespaces}/resourcequotas/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_ResourceQuota", "method": "GET", "summary": "read the specified ResourceQuota", "nickname": "readResourceQuota", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "PATCH", "summary": "partially update the specified ResourceQuota", "nickname": "patchResourceQuota", "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 } ], "produces": [ "application/json" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "void", "method": "DELETE", "summary": "delete a ResourceQuota", "nickname": "deleteResourceQuota", "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_DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces/{namespaces}/resourcequotas/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch changes to an object of kind ResourceQuota", "nickname": "watchResourceQuota", "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": "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/resourcequotas", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_ResourceQuotaList", "method": "GET", "summary": "list or watch objects of kind ResourceQuota", "nickname": "listResourceQuota", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/resourcequotas", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch individual changes to a list of ResourceQuota", "nickname": "watchResourceQuotalist", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{namespaces}/resourcequotas/{name}/status", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "void", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{namespaces}/secrets", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_SecretList", "method": "GET", "summary": "list or watch objects of kind Secret", "nickname": "listSecret", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "POST", "summary": "create a Secret", "nickname": "createSecret", "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_Secret", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces/{namespaces}/secrets", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Secret", "nickname": "watchSecretlist", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{namespaces}/secrets/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_Secret", "method": "GET", "summary": "read the specified Secret", "nickname": "readSecret", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "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", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "PUT", "summary": "replace the specified Secret", "nickname": "replaceSecret", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "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", "required": true, "allowMultiple": false }, { "type": "v1beta3_Secret", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "PATCH", "summary": "partially update the specified Secret", "nickname": "patchSecret", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "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", "required": true, "allowMultiple": false }, { "type": "v1beta3_Secret", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "void", "method": "DELETE", "summary": "delete a Secret", "nickname": "deleteSecret", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "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", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces/{namespaces}/secrets/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch changes to an object of kind Secret", "nickname": "watchSecret", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Secret", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/secrets", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_SecretList", "method": "GET", "summary": "list or watch objects of kind Secret", "nickname": "listSecret", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/secrets", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Secret", "nickname": "watchSecretlist", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{namespaces}/services", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_ServiceList", "method": "GET", "summary": "list or watch objects of kind Service", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "POST", "summary": "create a Service", "nickname": "createService", "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_Service", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces/{namespaces}/services", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Service", "nickname": "watchServicelist", "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/namespaces/{namespaces}/services/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_Service", "method": "GET", "summary": "read the specified Service", "nickname": "readService", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Service", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespaces", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "PUT", "summary": "replace the specified Service", "nickname": "replaceService", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Service", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespaces", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "v1beta3_Service", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "PATCH", "summary": "partially update the specified Service", "nickname": "patchService", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Service", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespaces", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "v1beta3_Service", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "void", "method": "DELETE", "summary": "delete a Service", "nickname": "deleteService", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Service", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespaces", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/namespaces/{namespaces}/services/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch changes to an object of kind Service", "nickname": "watchService", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Service", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/redirect/namespaces/{namespaces}/services/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "void", "method": "GET", "summary": "redirect GET request to Service", "nickname": "redirectService", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Service", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "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}/services/{name}/{path:*}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "void", "method": "GET", "summary": "proxy GET requests to Service", "nickname": "proxyGETService", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Service", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "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": [ "*/*" ] }, { "type": "void", "method": "PUT", "summary": "proxy PUT requests to Service", "nickname": "proxyPUTService", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Service", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "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": [ "*/*" ] }, { "type": "void", "method": "POST", "summary": "proxy POST requests to Service", "nickname": "proxyPOSTService", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Service", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "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": [ "*/*" ] }, { "type": "void", "method": "DELETE", "summary": "proxy DELETE requests to Service", "nickname": "proxyDELETEService", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Service", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "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}/services/{name}", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "void", "method": "GET", "summary": "proxy GET requests to Service", "nickname": "proxyGETService", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Service", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespaces", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "produces": [ "*/*" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "PUT", "summary": "proxy PUT requests to Service", "nickname": "proxyPUTService", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Service", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespaces", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "produces": [ "*/*" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "POST", "summary": "proxy POST requests to Service", "nickname": "proxyPOSTService", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Service", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespaces", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "produces": [ "*/*" ], "consumes": [ "*/*" ] }, { "type": "void", "method": "DELETE", "summary": "proxy DELETE requests to Service", "nickname": "proxyDELETEService", "parameters": [ { "type": "string", "paramType": "path", "name": "name", "description": "name of the Service", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespaces", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "produces": [ "*/*" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/services", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "v1beta3_ServiceList", "method": "GET", "summary": "list or watch objects of kind Service", "nickname": "listService", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] }, { "path": "/api/v1beta3/watch/services", "description": "API at /api/v1beta3 version v1beta3", "operations": [ { "type": "json_WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Service", "nickname": "watchServicelist", "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 }, { "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 } ], "produces": [ "application/json" ], "consumes": [ "*/*" ] } ] } ], "models": { "v1beta3_DeleteOptions": { "id": "v1beta3_DeleteOptions", "properties": {} }, "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" } } }, "v1beta3_AccessModeType": { "id": "v1beta3_AccessModeType", "properties": {} }, "v1beta3_Binding": { "id": "v1beta3_Binding", "required": [ "target" ], "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" }, "target": { "$ref": "v1beta3_ObjectReference", "description": "an object to bind to" }, "uid": { "type": "string", "description": "unique UUID across space and time; populated by the system; read-only" } } }, "v1beta3_Capabilities": { "id": "v1beta3_Capabilities", "properties": { "add": { "type": "array", "items": { "$ref": "v1beta3_CapabilityType" }, "description": "added capabilities" }, "drop": { "type": "array", "items": { "$ref": "v1beta3_CapabilityType" }, "description": "droped capabilities" } } }, "v1beta3_CapabilityType": { "id": "v1beta3_CapabilityType", "properties": {} }, "v1beta3_Container": { "id": "v1beta3_Container", "required": [ "name", "image", "imagePullPolicy" ], "properties": { "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" }, "capabilities": { "$ref": "v1beta3_Capabilities", "description": "capabilities for container; cannot be updated" }, "command": { "type": "array", "items": { "type": "string" }, "description": "entrypoint array; not executed within a shell; the docker image's entrypoint is used if this is not provided; cannot be updated" }, "env": { "type": "array", "items": { "$ref": "v1beta3_EnvVar" }, "description": "list of environment variables to set in the container; cannot be updated" }, "image": { "type": "string", "description": "Docker image name" }, "imagePullPolicy": { "type": "string", "description": "image pull policy; one of PullAlways, PullNever, PullIfNotPresent; defaults to PullAlways if :latest tag is specified, or PullIfNotPresent otherwise; cannot be updated" }, "lifecycle": { "$ref": "v1beta3_Lifecycle", "description": "actions that the management system should take in response to container lifecycle events; cannot be updated" }, "livenessProbe": { "$ref": "v1beta3_Probe", "description": "periodic probe of container liveness; container will be restarted if the probe fails; cannot be updated" }, "name": { "type": "string", "description": "name of the container; must be a DNS_LABEL and unique within the pod; cannot be updated" }, "ports": { "type": "array", "items": { "$ref": "v1beta3_ContainerPort" }, "description": "list of ports to expose from the container; cannot be updated" }, "privileged": { "type": "boolean", "description": "whether or not the container is granted privileged status; defaults to false; cannot be updated" }, "readinessProbe": { "$ref": "v1beta3_Probe", "description": "periodic probe of container service readiness; container will be removed from service endpoints if the probe fails; cannot be updated" }, "resources": { "$ref": "v1beta3_ResourceRequirements", "description": "Compute Resources required by this container; cannot be updated" }, "terminationMessagePath": { "type": "string", "description": "path at which the file to which the container's termination message will be written is mounted into the container's filesystem; message written is intended to be brief final status, such as an assertion failure message; defaults to /dev/termination-log; cannot be updated" }, "volumeMounts": { "type": "array", "items": { "$ref": "v1beta3_VolumeMount" }, "description": "pod volumes to mount into the container's filesyste; cannot be updated" }, "workingDir": { "type": "string", "description": "container's working directory; defaults to image's default; cannot be updated" } } }, "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": { "type": "string", "description": "protocol for port; must be UDP or TCP; TCP if unspecified" } } }, "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", "required": [ "exitCode" ], "properties": { "containerID": { "type": "string", "description": "container's ID in the format 'docker://\u003ccontainer_id\u003e'" }, "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": { "type": "integer", "format": "int32", "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" } } }, "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" } } }, "v1beta3_EndpointAddress": { "id": "v1beta3_EndpointAddress", "required": [ "IP" ], "properties": { "IP": { "type": "string", "description": "IP address of the endpoint" }, "targetRef": { "$ref": "v1beta3_ObjectReference", "description": "reference to object providing the endpoint" } } }, "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": { "type": "string", "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" } } }, "v1beta3_Endpoints": { "id": "v1beta3_Endpoints", "required": [ "subsets" ], "properties": { "annotations": { "type": "any", "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about 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" }, "subsets": { "type": "array", "items": { "$ref": "v1beta3_EndpointSubset" }, "description": "sets of addresses and ports that comprise a service" }, "uid": { "type": "string", "description": "unique UUID across space and time; populated by the system; read-only" } } }, "v1beta3_EndpointsList": { "id": "v1beta3_EndpointsList", "required": [ "items" ], "properties": { "apiVersion": { "type": "string", "description": "version of the schema the object should have" }, "items": { "type": "array", "items": { "$ref": "v1beta3_Endpoints" }, "description": "list of endpoints" }, "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_EnvVar": { "id": "v1beta3_EnvVar", "required": [ "name" ], "properties": { "name": { "type": "string", "description": "name of the environment variable; must be a C_IDENTIFIER" }, "value": { "type": "string", "description": "value of the environment variable; defaults to empty string" } } }, "v1beta3_Event": { "id": "v1beta3_Event", "properties": { "annotations": { "type": "any", "description": "map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about objects" }, "apiVersion": { "type": "string", "description": "version of the schema the object should have" }, "count": { "type": "integer", "format": "int32", "description": "the number of times this event has occurred" }, "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" }, "firstTimestamp": { "type": "string", "description": "the time at which the event was first recorded" }, "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": { "$ref": "v1beta3_ObjectReference", "description": "object this event is about" }, "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" }, "lastTimestamp": { "type": "string", "description": "the time at which the most recent occurance of this event was recorded" }, "message": { "type": "string", "description": "human-readable description of the status of this operation" }, "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" }, "reason": { "type": "string", "description": "short, machine understandable string that gives the reason for the transition into the object's current status" }, "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" }, "source": { "$ref": "v1beta3_EventSource", "description": "component reporting this event" }, "uid": { "type": "string", "description": "unique UUID across space and time; populated by the system; read-only" } } }, "v1beta3_EventList": { "id": "v1beta3_EventList", "required": [ "items" ], "properties": { "apiVersion": { "type": "string", "description": "version of the schema the object should have" }, "items": { "type": "array", "items": { "$ref": "v1beta3_Event" }, "description": "list of events" }, "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_EventSource": { "id": "v1beta3_EventSource", "properties": { "component": { "type": "string", "description": "component that generated the event" }, "host": { "type": "string", "description": "name of the host where the event is generated" } } }, "v1beta3_ExecAction": { "id": "v1beta3_ExecAction", "properties": { "command": { "type": "array", "items": { "type": "string" }, "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" } } }, "v1beta3_FinalizerName": { "id": "v1beta3_FinalizerName", "properties": {} }, "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" } } }, "v1beta3_HTTPGetAction": { "id": "v1beta3_HTTPGetAction", "properties": { "host": { "type": "string", "description": "hostname to connect to; defaults to pod IP" }, "path": { "type": "string", "description": "path to access on the HTTP server" }, "port": { "type": "string", "description": "number or name of the port to access on the container" } } }, "v1beta3_Handler": { "id": "v1beta3_Handler", "properties": { "exect": { "$ref": "v1beta3_ExecAction", "description": "exec-based handler" }, "httpGet": { "$ref": "v1beta3_HTTPGetAction", "description": "HTTP-based handler" }, "tcpSocket": { "$ref": "v1beta3_TCPSocketAction", "description": "TCP-based handler; TCP hooks not yet supported" } } }, "v1beta3_HostPathVolumeSource": { "id": "v1beta3_HostPathVolumeSource", "required": [ "path" ], "properties": { "path": { "type": "string", "description": "path of the directory on the host" } } }, "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" } } }, "v1beta3_Lifecycle": { "id": "v1beta3_Lifecycle", "properties": { "postStart": { "$ref": "v1beta3_Handler", "description": "called immediately after a container is started; if the handler fails, the container is terminated and restarted according to its restart policy; other management of the container blocks until the hook completes" }, "preStop": { "$ref": "v1beta3_Handler", "description": "called before a container is terminated; the container is terminated after the handler completes; other management of the container blocks until the hook completes" } } }, "v1beta3_LimitRange": { "id": "v1beta3_LimitRange", "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_LimitRangeSpec", "description": "spec defines the limits enforced; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status" }, "uid": { "type": "string", "description": "unique UUID across space and time; populated by the system; read-only" } } }, "v1beta3_LimitRangeItem": { "id": "v1beta3_LimitRangeItem", "properties": { "default": { "type": "any", "description": "default values on this kind by resource name if omitted" }, "max": { "type": "any", "description": "max usage constraints on this kind by resource name" }, "min": { "type": "any", "description": "min usage constraints on this kind by resource name" }, "type": { "type": "string", "description": "type of resource that this limit applies to" } } }, "v1beta3_LimitRangeList": { "id": "v1beta3_LimitRangeList", "required": [ "items" ], "properties": { "apiVersion": { "type": "string", "description": "version of the schema the object should have" }, "items": { "type": "array", "items": { "$ref": "v1beta3_LimitRange" }, "description": "items is a list of LimitRange objects" }, "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_LimitRangeSpec": { "id": "v1beta3_LimitRangeSpec", "required": [ "limits" ], "properties": { "limits": { "type": "array", "items": { "$ref": "v1beta3_LimitRangeItem" }, "description": "limits is the list of LimitRangeItem objects that are enforced" } } }, "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" } } }, "v1beta3_Namespace": { "id": "v1beta3_Namespace", "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_NamespaceSpec", "description": "spec defines the behavior of the Namespace; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status" }, "status": { "$ref": "v1beta3_NamespaceStatus", "description": "status describes the current status of a Namespace; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status" }, "uid": { "type": "string", "description": "unique UUID across space and time; populated by the system; read-only" } } }, "v1beta3_NamespaceList": { "id": "v1beta3_NamespaceList", "required": [ "items" ], "properties": { "apiVersion": { "type": "string", "description": "version of the schema the object should have" }, "items": { "type": "array", "items": { "$ref": "v1beta3_Namespace" }, "description": "items is the list of Namespace objects in the list" }, "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_NamespaceSpec": { "id": "v1beta3_NamespaceSpec", "properties": { "finalizers": { "type": "array", "items": { "$ref": "v1beta3_FinalizerName" }, "description": "an opaque list of values that must be empty to permanently remove object from storage" } } }, "v1beta3_NamespaceStatus": { "id": "v1beta3_NamespaceStatus", "properties": { "phase": { "type": "string", "description": "phase is the current lifecycle phase of the namespace" } } }, "v1beta3_Node": { "id": "v1beta3_Node", "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_NodeSpec", "description": "specification of a node; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status" }, "status": { "$ref": "v1beta3_NodeStatus", "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" }, "uid": { "type": "string", "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": { "type": "string" } } }, "v1beta3_NodeCondition": { "id": "v1beta3_NodeCondition", "required": [ "type", "status" ], "properties": { "lastProbeTime": { "type": "string", "description": "last time the condition was probed" }, "lastTransitionTime": { "type": "string", "description": "last time the condition transit from one status to another" }, "message": { "type": "string", "description": "human readable message indicating details about last transition" }, "reason": { "type": "string", "description": "(brief) reason for the condition's last transition" }, "status": { "type": "string", "description": "status of the condition, one of Full, None, Unknown" }, "type": { "type": "string", "description": "type of node condition, one of Ready, Schedulable" } } }, "v1beta3_NodeList": { "id": "v1beta3_NodeList", "required": [ "items" ], "properties": { "apiVersion": { "type": "string", "description": "version of the schema the object should have" }, "items": { "type": "array", "items": { "$ref": "v1beta3_Node" }, "description": "list of nodes" }, "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_NodeSpec": { "id": "v1beta3_NodeSpec", "properties": { "externalID": { "type": "string", "description": "external ID assigned to the node by some machine database (e.g. a cloud provider). Defaults to node name when empty." }, "podCIDR": { "type": "string", "description": "pod IP range assigned to the node" }, "unschedulable": { "type": "boolean", "description": "disable pod scheduling on the node" } } }, "v1beta3_NodeStatus": { "id": "v1beta3_NodeStatus", "properties": { "addresses": { "type": "array", "items": { "$ref": "v1beta3_NodeAddress" }, "description": "list of addresses reachable to the node" }, "capacity": { "type": "any", "description": "compute resource capacity of the node; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/resources.md" }, "conditions": { "type": "array", "items": { "$ref": "v1beta3_NodeCondition" }, "description": "list of node conditions observed" }, "nodeInfo": { "$ref": "v1beta3_NodeSystemInfo" }, "phase": { "type": "string", "description": "most recently observed lifecycle phase of the node" } } }, "v1beta3_NodeSystemInfo": { "id": "v1beta3_NodeSystemInfo", "required": [ "machineID", "systemUUID", "bootID", "kernelVersion", "osImage", "containerRuntimeVersion", "kubeletVersion", "KubeProxyVersion" ], "properties": { "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" }, "machineID": { "type": "string" }, "osImage": { "type": "string", "description": "OS image used reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy))" }, "systemUUID": { "type": "string" } } }, "v1beta3_ObjectReference": { "id": "v1beta3_ObjectReference", "properties": { "apiVersion": { "type": "string", "description": "API version of the referent" }, "fieldPath": { "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]" }, "kind": { "type": "string", "description": "kind of the referent" }, "name": { "type": "string", "description": "name of the referent" }, "namespace": { "type": "string", "description": "namespace of the referent" }, "resourceVersion": { "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" }, "uid": { "type": "string", "description": "uid of the referent" } } }, "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": [ "hostPath", "gcePersistentDisk" ], "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" }, "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" } } }, "v1beta3_Pod": { "id": "v1beta3_Pod", "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_PodSpec", "description": "specification of the desired behavior of the pod; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status" }, "status": { "$ref": "v1beta3_PodStatus", "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" }, "uid": { "type": "string", "description": "unique UUID across space and time; populated by the system; read-only" } } }, "v1beta3_PodCondition": { "id": "v1beta3_PodCondition", "required": [ "type", "status" ], "properties": { "status": { "type": "string", "description": "status of the condition, one of Full, None, Unknown" }, "type": { "type": "string", "description": "kind of the condition" } } }, "v1beta3_PodList": { "id": "v1beta3_PodList", "required": [ "items" ], "properties": { "apiVersion": { "type": "string", "description": "version of the schema the object should have" }, "items": { "type": "array", "items": { "$ref": "v1beta3_Pod" }, "description": "list of pods" }, "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_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" } } }, "v1beta3_PodSpec": { "id": "v1beta3_PodSpec", "required": [ "volumes", "containers" ], "properties": { "containers": { "type": "array", "items": { "$ref": "v1beta3_Container" }, "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" }, "dnsPolicy": { "type": "string", "description": "DNS policy for containers within the pod; one of 'ClusterFirst' or 'Default'" }, "host": { "type": "string", "description": "host requested for this pod" }, "hostNetwork": { "type": "boolean", "description": "host networking requested for this pod" }, "nodeSelector": { "type": "any", "description": "selector which must match a node's labels for the pod to be scheduled on that node" }, "restartPolicy": { "type": "string", "description": "restart policy for all containers within the pod; one of RestartPolicyAlways, RestartPolicyOnFailure, RestartPolicyNever" }, "volumes": { "type": "array", "items": { "$ref": "v1beta3_Volume" }, "description": "list of volumes that can be mounted by containers belonging to the pod" } } }, "v1beta3_PodStatus": { "id": "v1beta3_PodStatus", "properties": { "Condition": { "type": "array", "items": { "$ref": "v1beta3_PodCondition" }, "description": "current service state of pod" }, "containerStatuses": { "type": "array", "items": { "$ref": "v1beta3_ContainerStatus" }, "description": "list of container statuses" }, "hostIP": { "type": "string", "description": "IP address of the host to which the pod is assigned; empty if not yet scheduled" }, "message": { "type": "string", "description": "human readable message indicating details about why the pod is in this condition" }, "phase": { "type": "string", "description": "current condition of the pod." }, "podIP": { "type": "string", "description": "IP address allocated to the pod; routable at least within the cluster; empty if not yet allocated" } } }, "v1beta3_PodTemplateSpec": { "id": "v1beta3_PodTemplateSpec", "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" }, "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" }, "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_PodSpec", "description": "specification of the desired behavior of the pod; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status" }, "uid": { "type": "string", "description": "unique UUID across space and time; populated by the system; read-only" } } }, "v1beta3_Probe": { "id": "v1beta3_Probe", "properties": { "exect": { "$ref": "v1beta3_ExecAction", "description": "exec-based handler" }, "httpGet": { "$ref": "v1beta3_HTTPGetAction", "description": "HTTP-based handler" }, "initialDelaySeconds": { "type": "integer", "format": "int64", "description": "number of seconds after the container has started before liveness probes are initiated" }, "tcpSocket": { "$ref": "v1beta3_TCPSocketAction", "description": "TCP-based handler; TCP hooks not yet supported" }, "timeoutSeconds": { "type": "integer", "format": "int64", "description": "number of seconds after which liveness probes timeout; defaults to 1 second" } } }, "v1beta3_ReplicationController": { "id": "v1beta3_ReplicationController", "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_ReplicationControllerSpec", "description": "specification of the desired behavior of the replication controller; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status" }, "status": { "$ref": "v1beta3_ReplicationControllerStatus", "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" }, "uid": { "type": "string", "description": "unique UUID across space and time; populated by the system; read-only" } } }, "v1beta3_ReplicationControllerList": { "id": "v1beta3_ReplicationControllerList", "required": [ "items" ], "properties": { "apiVersion": { "type": "string", "description": "version of the schema the object should have" }, "items": { "type": "array", "items": { "$ref": "v1beta3_ReplicationController" }, "description": "list of replication controllers" }, "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_ReplicationControllerSpec": { "id": "v1beta3_ReplicationControllerSpec", "required": [ "replicas" ], "properties": { "replicas": { "type": "integer", "format": "int32", "description": "number of replicas desired" }, "selector": { "type": "any", "description": "label keys and values that must match in order to be controlled by this replication controller" }, "template": { "$ref": "v1beta3_PodTemplateSpec", "description": "object that describes the pod that will be created if insufficient replicas are detected; takes precendence over templateRef" }, "templateRef": { "$ref": "v1beta3_ObjectReference", "description": "reference to an object that describes the pod that will be created if insufficient replicas are detected" } } }, "v1beta3_ReplicationControllerStatus": { "id": "v1beta3_ReplicationControllerStatus", "required": [ "replicas" ], "properties": { "replicas": { "type": "integer", "format": "int32", "description": "most recently oberved number of replicas" } } }, "v1beta3_ResourceQuota": { "id": "v1beta3_ResourceQuota", "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_ResourceQuotaSpec", "description": "spec defines the desired quota; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status" }, "status": { "$ref": "v1beta3_ResourceQuotaStatus", "description": "status defines the actual enforced quota and current usage; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status" }, "uid": { "type": "string", "description": "unique UUID across space and time; populated by the system; read-only" } } }, "v1beta3_ResourceQuotaList": { "id": "v1beta3_ResourceQuotaList", "required": [ "items" ], "properties": { "apiVersion": { "type": "string", "description": "version of the schema the object should have" }, "items": { "type": "array", "items": { "$ref": "v1beta3_ResourceQuota" }, "description": "items is a list of ResourceQuota objects" }, "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_ResourceQuotaSpec": { "id": "v1beta3_ResourceQuotaSpec", "properties": { "hard": { "type": "any", "description": "hard is the set of desired hard limits for each named resource" } } }, "v1beta3_ResourceQuotaStatus": { "id": "v1beta3_ResourceQuotaStatus", "properties": { "hard": { "type": "any", "description": "hard is the set of enforced hard limits for each named resource" }, "used": { "type": "any", "description": "used is the current observed total usage of the resource in the namespace" } } }, "v1beta3_ResourceRequirements": { "id": "v1beta3_ResourceRequirements", "properties": { "limits": { "type": "any", "description": "Maximum amount of compute resources allowed" }, "requests": { "type": "any", "description": "Minimum amount of resources requested" } } }, "v1beta3_Secret": { "id": "v1beta3_Secret", "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" }, "data": { "type": "any", "description": "data contains the secret data. Each key must be a valid DNS_SUBDOMAIN. Each value must be a base64 encoded string" }, "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" }, "type": { "type": "string", "description": "type facilitates programmatic handling of secret data" }, "uid": { "type": "string", "description": "unique UUID across space and time; populated by the system; read-only" } } }, "v1beta3_SecretList": { "id": "v1beta3_SecretList", "required": [ "items" ], "properties": { "apiVersion": { "type": "string", "description": "version of the schema the object should have" }, "items": { "type": "array", "items": { "$ref": "v1beta3_Secret" }, "description": "items is a list of secret objects" }, "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_SecretVolumeSource": { "id": "v1beta3_SecretVolumeSource", "required": [ "secretName" ], "properties": { "secretName": { "type": "string", "description": "secretName is the name of a secret in the pod's namespace" } } }, "v1beta3_Service": { "id": "v1beta3_Service", "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_ServiceSpec", "description": "specification of the desired behavior of the service; https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/api-conventions.md#spec-and-status" }, "status": { "$ref": "v1beta3_ServiceStatus", "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" }, "uid": { "type": "string", "description": "unique UUID across space and time; populated by the system; read-only" } } }, "v1beta3_ServiceList": { "id": "v1beta3_ServiceList", "required": [ "items" ], "properties": { "apiVersion": { "type": "string", "description": "version of the schema the object should have" }, "items": { "type": "array", "items": { "$ref": "v1beta3_Service" }, "description": "list of services" }, "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_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": { "type": "string", "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" } } }, "v1beta3_ServiceSpec": { "id": "v1beta3_ServiceSpec", "required": [ "ports", "selector", "portalIP" ], "properties": { "createExternalLoadBalancer": { "type": "boolean", "description": "set up a cloud-provider-specific load balancer on an external IP" }, "portalIP": { "type": "string" }, "ports": { "type": "array", "items": { "$ref": "v1beta3_ServicePort" }, "description": "ports exposed by the service" }, "publicIPs": { "type": "array", "items": { "type": "string" }, "description": "externally visible IPs (e.g. load balancers) that should be proxied to this service" }, "selector": { "type": "any", "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" }, "sessionAffinity": { "type": "string", "description": "enable client IP based session affinity; must be ClientIP or None; defaults to None" } } }, "v1beta3_ServiceStatus": { "id": "v1beta3_ServiceStatus", "properties": {} }, "v1beta3_TCPSocketAction": { "id": "v1beta3_TCPSocketAction", "properties": { "port": { "type": "string", "description": "number of name of the port to access on the container" } } }, "v1beta3_Volume": { "id": "v1beta3_Volume", "required": [ "name", "emptyDir", "gcePersistentDisk", "gitRepo", "secret", "nfs", "iscsi", "hostPath" ], "properties": { "emptyDir": { "$ref": "v1beta3_EmptyDirVolumeSource", "description": "temporary directory that shares a pod's lifetime" }, "gcePersistentDisk": { "$ref": "v1beta3_GCEPersistentDiskVolumeSource", "description": "GCE disk resource attached to the host machine on demand" }, "gitRepo": { "$ref": "v1beta3_GitRepoVolumeSource", "description": "git repository at a particular revision" }, "hostPath": { "$ref": "v1beta3_HostPathVolumeSource", "description": "pre-existing host file or directory; generally for privileged system daemons or other agents tied to the host" }, "iscsi": { "$ref": "v1beta3_ISCSIVolumeSource", "description": "iSCSI disk attached to host machine on demand" }, "name": { "type": "string", "description": "volume name; must be a DNS_LABEL and unique within the pod" }, "nfs": { "$ref": "v1beta3_NFSVolumeSource", "description": "NFS volume that will be mounted in the host machine" }, "secret": { "$ref": "v1beta3_SecretVolumeSource", "description": "secret to populate volume" } } }, "v1beta3_VolumeMount": { "id": "v1beta3_VolumeMount", "required": [ "name", "mountPath" ], "properties": { "mountPath": { "type": "string", "description": "path within the container at which the volume should be mounted" }, "name": { "type": "string", "description": "name of the volume to mount" }, "readOnly": { "type": "boolean", "description": "mounted read-only if true, read-write otherwise (false or unspecified)" } } } } }