"description":"If 'true', then the output is pretty printed.",
"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":"fieldSelector",
"description":"A selector to restrict the list of returned objects by their fields. Defaults to everything.",
"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
},
{
"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":"integer",
"paramType":"query",
"name":"timeoutSeconds",
"description":"Timeout for the list/watch call.",
"required":false,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"namespace",
"description":"object name and auth scope, such as for teams and projects",
"required":true,
"allowMultiple":false
}
],
"responseMessages":[
{
"code":200,
"message":"OK",
"responseModel":"unversioned.Status"
}
],
"produces":[
"application/json"
],
"consumes":[
"*/*"
]
}
}
]
]
},
},
...
@@ -962,6 +1039,83 @@
...
@@ -962,6 +1039,83 @@
"consumes":[
"consumes":[
"*/*"
"*/*"
]
]
},
{
"type":"unversioned.Status",
"method":"DELETE",
"summary":"delete collection of Event",
"nickname":"deletecollectionNamespacedEvent",
"parameters":[
{
"type":"string",
"paramType":"query",
"name":"pretty",
"description":"If 'true', then the output is pretty printed.",
"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":"fieldSelector",
"description":"A selector to restrict the list of returned objects by their fields. Defaults to everything.",
"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
},
{
"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":"integer",
"paramType":"query",
"name":"timeoutSeconds",
"description":"Timeout for the list/watch call.",
"required":false,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"namespace",
"description":"object name and auth scope, such as for teams and projects",
"description":"If 'true', then the output is pretty printed.",
"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":"fieldSelector",
"description":"A selector to restrict the list of returned objects by their fields. Defaults to everything.",
"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
},
{
"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":"integer",
"paramType":"query",
"name":"timeoutSeconds",
"description":"Timeout for the list/watch call.",
"required":false,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"namespace",
"description":"object name and auth scope, such as for teams and projects",
"required":true,
"allowMultiple":false
}
],
"responseMessages":[
{
"code":200,
"message":"OK",
"responseModel":"unversioned.Status"
}
],
"produces":[
"application/json"
],
"consumes":[
"*/*"
]
}
}
]
]
},
},
...
@@ -2274,18 +2505,12 @@
...
@@ -2274,18 +2505,12 @@
"consumes":[
"consumes":[
"*/*"
"*/*"
]
]
}
},
]
},
{
"path":"/api/v1/watch/namespaces",
"description":"API at /api/v1",
"operations":[
{
{
"type":"json.WatchEvent",
"type":"unversioned.Status",
"method":"GET",
"method":"DELETE",
"summary":"watch individual changes to a list of Namespace",
"summary":"delete collection of Namespace",
"nickname":"watchNamespacedNamespaceList",
"nickname":"deletecollectionNamespacedNamespace",
"parameters":[
"parameters":[
{
{
"type":"string",
"type":"string",
...
@@ -2340,7 +2565,7 @@
...
@@ -2340,7 +2565,7 @@
{
{
"code":200,
"code":200,
"message":"OK",
"message":"OK",
"responseModel":"json.WatchEvent"
"responseModel":"unversioned.Status"
}
}
],
],
"produces":[
"produces":[
...
@@ -2353,14 +2578,14 @@
...
@@ -2353,14 +2578,14 @@
]
]
},
},
{
{
"path":"/api/v1/namespaces/{name}",
"path":"/api/v1/watch/namespaces",
"description":"API at /api/v1",
"description":"API at /api/v1",
"operations":[
"operations":[
{
{
"type":"v1.Namespace",
"type":"json.WatchEvent",
"method":"GET",
"method":"GET",
"summary":"read the specified Namespace",
"summary":"watch individual changes to a list of Namespace",
"nickname":"readNamespacedNamespace",
"nickname":"watchNamespacedNamespaceList",
"parameters":[
"parameters":[
{
{
"type":"string",
"type":"string",
...
@@ -2372,13 +2597,88 @@
...
@@ -2372,13 +2597,88 @@
},
},
{
{
"type":"string",
"type":"string",
"paramType":"path",
"paramType":"query",
"name":"name",
"name":"labelSelector",
"description":"name of the Namespace",
"description":"A selector to restrict the list of returned objects by their labels. Defaults to everything.",
"required":true,
"required":false,
"allowMultiple":false
"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":"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
},
{
"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":"integer",
"paramType":"query",
"name":"timeoutSeconds",
"description":"Timeout for the list/watch call.",
"required":false,
"allowMultiple":false
}
],
"responseMessages":[
{
"code":200,
"message":"OK",
"responseModel":"json.WatchEvent"
}
],
"produces":[
"application/json"
],
"consumes":[
"*/*"
]
}
]
},
{
"path":"/api/v1/namespaces/{name}",
"description":"API at /api/v1",
"operations":[
{
"type":"v1.Namespace",
"method":"GET",
"summary":"read the specified Namespace",
"nickname":"readNamespacedNamespace",
"parameters":[
{
"type":"string",
"paramType":"query",
"name":"pretty",
"description":"If 'true', then the output is pretty printed.",
"required":false,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"name",
"description":"name of the Namespace",
"required":true,
"allowMultiple":false
}
],
"responseMessages":[
"responseMessages":[
{
{
"code":200,
"code":200,
...
@@ -2826,6 +3126,75 @@
...
@@ -2826,6 +3126,75 @@
"consumes":[
"consumes":[
"*/*"
"*/*"
]
]
},
{
"type":"unversioned.Status",
"method":"DELETE",
"summary":"delete collection of Node",
"nickname":"deletecollectionNamespacedNode",
"parameters":[
{
"type":"string",
"paramType":"query",
"name":"pretty",
"description":"If 'true', then the output is pretty printed.",
"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":"fieldSelector",
"description":"A selector to restrict the list of returned objects by their fields. Defaults to everything.",
"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
},
{
"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":"integer",
"paramType":"query",
"name":"timeoutSeconds",
"description":"Timeout for the list/watch call.",
"required":false,
"allowMultiple":false
}
],
"responseMessages":[
{
"code":200,
"message":"OK",
"responseModel":"unversioned.Status"
}
],
"produces":[
"application/json"
],
"consumes":[
"*/*"
]
}
}
]
]
},
},
...
@@ -3667,6 +4036,83 @@
...
@@ -3667,6 +4036,83 @@
"consumes":[
"consumes":[
"*/*"
"*/*"
]
]
},
{
"type":"unversioned.Status",
"method":"DELETE",
"summary":"delete collection of PersistentVolumeClaim",
"description":"If 'true', then the output is pretty printed.",
"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":"fieldSelector",
"description":"A selector to restrict the list of returned objects by their fields. Defaults to everything.",
"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
},
{
"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":"integer",
"paramType":"query",
"name":"timeoutSeconds",
"description":"Timeout for the list/watch call.",
"required":false,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"namespace",
"description":"object name and auth scope, such as for teams and projects",
"required":true,
"allowMultiple":false
}
],
"responseMessages":[
{
"code":200,
"message":"OK",
"responseModel":"unversioned.Status"
}
],
"produces":[
"application/json"
],
"consumes":[
"*/*"
]
}
}
]
]
},
},
...
@@ -4374,18 +4820,12 @@
...
@@ -4374,18 +4820,12 @@
"consumes":[
"consumes":[
"*/*"
"*/*"
]
]
}
},
]
},
{
"path":"/api/v1/watch/persistentvolumes",
"description":"API at /api/v1",
"operations":[
{
{
"type":"json.WatchEvent",
"type":"unversioned.Status",
"method":"GET",
"method":"DELETE",
"summary":"watch individual changes to a list of PersistentVolume",
"summary":"delete collection of PersistentVolume",
"summary":"watch individual changes to a list of PersistentVolume",
"nickname":"readNamespacedPersistentVolume",
"nickname":"watchNamespacedPersistentVolumeList",
"parameters":[
"parameters":[
{
{
"type":"string",
"type":"string",
...
@@ -4472,10 +4912,85 @@
...
@@ -4472,10 +4912,85 @@
},
},
{
{
"type":"string",
"type":"string",
"paramType":"path",
"paramType":"query",
"name":"name",
"name":"labelSelector",
"description":"name of the PersistentVolume",
"description":"A selector to restrict the list of returned objects by their labels. Defaults to everything.",
"required":true,
"required":false,
"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":"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
},
{
"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":"integer",
"paramType":"query",
"name":"timeoutSeconds",
"description":"Timeout for the list/watch call.",
"required":false,
"allowMultiple":false
}
],
"responseMessages":[
{
"code":200,
"message":"OK",
"responseModel":"json.WatchEvent"
}
],
"produces":[
"application/json"
],
"consumes":[
"*/*"
]
}
]
},
{
"path":"/api/v1/persistentvolumes/{name}",
"description":"API at /api/v1",
"operations":[
{
"type":"v1.PersistentVolume",
"method":"GET",
"summary":"read the specified PersistentVolume",
"nickname":"readNamespacedPersistentVolume",
"parameters":[
{
"type":"string",
"paramType":"query",
"name":"pretty",
"description":"If 'true', then the output is pretty printed.",
"required":false,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"name",
"description":"name of the PersistentVolume",
"required":true,
"allowMultiple":false
"allowMultiple":false
}
}
],
],
...
@@ -4891,6 +5406,83 @@
...
@@ -4891,6 +5406,83 @@
"consumes":[
"consumes":[
"*/*"
"*/*"
]
]
},
{
"type":"unversioned.Status",
"method":"DELETE",
"summary":"delete collection of Pod",
"nickname":"deletecollectionNamespacedPod",
"parameters":[
{
"type":"string",
"paramType":"query",
"name":"pretty",
"description":"If 'true', then the output is pretty printed.",
"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":"fieldSelector",
"description":"A selector to restrict the list of returned objects by their fields. Defaults to everything.",
"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
},
{
"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":"integer",
"paramType":"query",
"name":"timeoutSeconds",
"description":"Timeout for the list/watch call.",
"required":false,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"namespace",
"description":"object name and auth scope, such as for teams and projects",
"description":"If 'true', then the output is pretty printed.",
"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":"fieldSelector",
"description":"A selector to restrict the list of returned objects by their fields. Defaults to everything.",
"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
},
{
"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":"integer",
"paramType":"query",
"name":"timeoutSeconds",
"description":"Timeout for the list/watch call.",
"required":false,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"namespace",
"description":"object name and auth scope, such as for teams and projects",
"required":true,
"allowMultiple":false
}
],
"responseMessages":[
{
"code":200,
"message":"OK",
"responseModel":"unversioned.Status"
}
],
"produces":[
"application/json"
],
"consumes":[
"*/*"
]
}
}
]
]
},
},
...
@@ -7762,6 +8431,83 @@
...
@@ -7762,6 +8431,83 @@
"consumes":[
"consumes":[
"*/*"
"*/*"
]
]
},
{
"type":"unversioned.Status",
"method":"DELETE",
"summary":"delete collection of ReplicationController",
"description":"If 'true', then the output is pretty printed.",
"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":"fieldSelector",
"description":"A selector to restrict the list of returned objects by their fields. Defaults to everything.",
"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
},
{
"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":"integer",
"paramType":"query",
"name":"timeoutSeconds",
"description":"Timeout for the list/watch call.",
"required":false,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"namespace",
"description":"object name and auth scope, such as for teams and projects",
"required":true,
"allowMultiple":false
}
],
"responseMessages":[
{
"code":200,
"message":"OK",
"responseModel":"unversioned.Status"
}
],
"produces":[
"application/json"
],
"consumes":[
"*/*"
]
}
}
]
]
},
},
...
@@ -8338,8 +9084,136 @@
...
@@ -8338,8 +9084,136 @@
{
{
"type":"string",
"type":"string",
"paramType":"path",
"paramType":"path",
"name":"name",
"name":"name",
"description":"name of the ReplicationController",
"description":"name of the ReplicationController",
"summary":"list or watch objects of kind ResourceQuota",
"nickname":"listNamespacedResourceQuota",
"parameters":[
{
"type":"string",
"paramType":"query",
"name":"pretty",
"description":"If 'true', then the output is pretty printed.",
"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":"fieldSelector",
"description":"A selector to restrict the list of returned objects by their fields. Defaults to everything.",
"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
},
{
"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":"integer",
"paramType":"query",
"name":"timeoutSeconds",
"description":"Timeout for the list/watch call.",
"required":false,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"namespace",
"description":"object name and auth scope, such as for teams and projects",
"required":true,
"allowMultiple":false
}
],
"responseMessages":[
{
"code":200,
"message":"OK",
"responseModel":"v1.ResourceQuotaList"
}
],
"produces":[
"application/json"
],
"consumes":[
"*/*"
]
},
{
"type":"v1.ResourceQuota",
"method":"POST",
"summary":"create a ResourceQuota",
"nickname":"createNamespacedResourceQuota",
"parameters":[
{
"type":"string",
"paramType":"query",
"name":"pretty",
"description":"If 'true', then the output is pretty printed.",
"required":false,
"allowMultiple":false
},
{
"type":"v1.ResourceQuota",
"paramType":"body",
"name":"body",
"description":"",
"required":true,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"namespace",
"description":"object name and auth scope, such as for teams and projects",
"description":"If 'true', then the output is pretty printed.",
"required":false,
"allowMultiple":false
},
{
"type":"v1.ResourceQuota",
"paramType":"body",
"name":"body",
"description":"",
"required":true,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"namespace",
"description":"object name and auth scope, such as for teams and projects",
"required":true,
"allowMultiple":false
}
],
"responseMessages":[
{
"code":200,
"message":"OK",
"responseModel":"v1.ResourceQuota"
}
}
],
],
"produces":[
"produces":[
...
@@ -9208,6 +10031,83 @@
...
@@ -9208,6 +10031,83 @@
"consumes":[
"consumes":[
"*/*"
"*/*"
]
]
},
{
"type":"unversioned.Status",
"method":"DELETE",
"summary":"delete collection of Secret",
"nickname":"deletecollectionNamespacedSecret",
"parameters":[
{
"type":"string",
"paramType":"query",
"name":"pretty",
"description":"If 'true', then the output is pretty printed.",
"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":"fieldSelector",
"description":"A selector to restrict the list of returned objects by their fields. Defaults to everything.",
"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
},
{
"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":"integer",
"paramType":"query",
"name":"timeoutSeconds",
"description":"Timeout for the list/watch call.",
"required":false,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"namespace",
"description":"object name and auth scope, such as for teams and projects",
"description":"If 'true', then the output is pretty printed.",
"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":"fieldSelector",
"description":"A selector to restrict the list of returned objects by their fields. Defaults to everything.",
"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
},
{
"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":"integer",
"paramType":"query",
"name":"timeoutSeconds",
"description":"Timeout for the list/watch call.",
"required":false,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"namespace",
"description":"object name and auth scope, such as for teams and projects",
"required":true,
"allowMultiple":false
}
],
"responseMessages":[
{
"code":200,
"message":"OK",
"responseModel":"unversioned.Status"
}
],
"produces":[
"application/json"
],
"consumes":[
"*/*"
]
}
}
]
]
},
},
...
@@ -11838,24 +12815,6 @@
...
@@ -11838,24 +12815,6 @@
}
}
}
}
},
},
"json.WatchEvent":{
"id":"json.WatchEvent",
"properties":{
"type":{
"type":"string",
"description":"the type of watch event; may be ADDED, MODIFIED, DELETED, or ERROR"
},
"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"
}
}
},
"unversioned.Patch":{
"id":"unversioned.Patch",
"description":"Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.",
"properties":{}
},
"unversioned.Status":{
"unversioned.Status":{
"id":"unversioned.Status",
"id":"unversioned.Status",
"description":"Status is a return value for calls that don't return other objects.",
"description":"Status is a return value for calls that don't return other objects.",
...
@@ -11939,6 +12898,24 @@
...
@@ -11939,6 +12898,24 @@
}
}
}
}
},
},
"json.WatchEvent":{
"id":"json.WatchEvent",
"properties":{
"type":{
"type":"string",
"description":"the type of watch event; may be ADDED, MODIFIED, DELETED, or ERROR"
},
"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"
}
}
},
"unversioned.Patch":{
"id":"unversioned.Patch",
"description":"Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.",
"properties":{}
},
"v1.DeleteOptions":{
"v1.DeleteOptions":{
"id":"v1.DeleteOptions",
"id":"v1.DeleteOptions",
"description":"DeleteOptions may be provided when deleting an API object",
"description":"DeleteOptions may be provided when deleting an API object",
"description":"If 'true', then the output is pretty printed.",
"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":"fieldSelector",
"description":"A selector to restrict the list of returned objects by their fields. Defaults to everything.",
"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
},
{
"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":"integer",
"paramType":"query",
"name":"timeoutSeconds",
"description":"Timeout for the list/watch call.",
"required":false,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"namespace",
"description":"object name and auth scope, such as for teams and projects",
"required":true,
"allowMultiple":false
}
],
"responseMessages":[
{
"code":200,
"message":"OK",
"responseModel":"unversioned.Status"
}
],
"produces":[
"application/json"
],
"consumes":[
"*/*"
]
}
}
]
]
},
},
...
@@ -852,6 +929,83 @@
...
@@ -852,6 +929,83 @@
"consumes":[
"consumes":[
"*/*"
"*/*"
]
]
},
{
"type":"unversioned.Status",
"method":"DELETE",
"summary":"delete collection of Ingress",
"nickname":"deletecollectionNamespacedIngress",
"parameters":[
{
"type":"string",
"paramType":"query",
"name":"pretty",
"description":"If 'true', then the output is pretty printed.",
"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":"fieldSelector",
"description":"A selector to restrict the list of returned objects by their fields. Defaults to everything.",
"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
},
{
"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":"integer",
"paramType":"query",
"name":"timeoutSeconds",
"description":"Timeout for the list/watch call.",
"required":false,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"namespace",
"description":"object name and auth scope, such as for teams and projects",
"required":true,
"allowMultiple":false
}
],
"responseMessages":[
{
"code":200,
"message":"OK",
"responseModel":"unversioned.Status"
}
],
"produces":[
"application/json"
],
"consumes":[
"*/*"
]
}
}
]
]
},
},
...
@@ -1575,6 +1729,83 @@
...
@@ -1575,6 +1729,83 @@
"consumes":[
"consumes":[
"*/*"
"*/*"
]
]
},
{
"type":"unversioned.Status",
"method":"DELETE",
"summary":"delete collection of Job",
"nickname":"deletecollectionNamespacedJob",
"parameters":[
{
"type":"string",
"paramType":"query",
"name":"pretty",
"description":"If 'true', then the output is pretty printed.",
"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":"fieldSelector",
"description":"A selector to restrict the list of returned objects by their fields. Defaults to everything.",
"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
},
{
"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":"integer",
"paramType":"query",
"name":"timeoutSeconds",
"description":"Timeout for the list/watch call.",
"required":false,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"namespace",
"description":"object name and auth scope, such as for teams and projects",
"required":true,
"allowMultiple":false
}
],
"responseMessages":[
{
"code":200,
"message":"OK",
"responseModel":"unversioned.Status"
}
],
"produces":[
"application/json"
],
"consumes":[
"*/*"
]
}
}
]
]
},
},
...
@@ -2574,24 +2805,6 @@
...
@@ -2574,24 +2805,6 @@
}
}
}
}
},
},
"json.WatchEvent":{
"id":"json.WatchEvent",
"properties":{
"type":{
"type":"string",
"description":"the type of watch event; may be ADDED, MODIFIED, DELETED, or ERROR"
},
"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"
}
}
},
"unversioned.Patch":{
"id":"unversioned.Patch",
"description":"Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.",
"properties":{}
},
"unversioned.Status":{
"unversioned.Status":{
"id":"unversioned.Status",
"id":"unversioned.Status",
"description":"Status is a return value for calls that don't return other objects.",
"description":"Status is a return value for calls that don't return other objects.",
...
@@ -2675,6 +2888,24 @@
...
@@ -2675,6 +2888,24 @@
}
}
}
}
},
},
"json.WatchEvent":{
"id":"json.WatchEvent",
"properties":{
"type":{
"type":"string",
"description":"the type of watch event; may be ADDED, MODIFIED, DELETED, or ERROR"
},
"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"
}
}
},
"unversioned.Patch":{
"id":"unversioned.Patch",
"description":"Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.",
"properties":{}
},
"v1.DeleteOptions":{
"v1.DeleteOptions":{
"id":"v1.DeleteOptions",
"id":"v1.DeleteOptions",
"description":"DeleteOptions may be provided when deleting an API object",
"description":"DeleteOptions may be provided when deleting an API object",
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">A selector to restrict the list of returned objects by their labels. Defaults to everything.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">A selector to restrict the list of returned objects by their fields. Defaults to everything.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">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.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">A selector to restrict the list of returned objects by their labels. Defaults to everything.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">A selector to restrict the list of returned objects by their fields. Defaults to everything.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">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.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">object name and auth scope, such as for teams and projects</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">A selector to restrict the list of returned objects by their labels. Defaults to everything.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">A selector to restrict the list of returned objects by their fields. Defaults to everything.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">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.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">object name and auth scope, such as for teams and projects</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">A selector to restrict the list of returned objects by their labels. Defaults to everything.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">A selector to restrict the list of returned objects by their fields. Defaults to everything.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">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.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">A selector to restrict the list of returned objects by their labels. Defaults to everything.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">A selector to restrict the list of returned objects by their fields. Defaults to everything.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">object name and auth scope, such as for teams and projects</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">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.</p></td>