Package | Description |
---|---|
io.kubernetes.client.openapi | |
io.kubernetes.client.openapi.apis |
Modifier and Type | Method and Description |
---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build HTTP call with the given options.
|
okhttp3.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(okhttp3.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and the Content-Type
response header.
|
File |
ApiClient.downloadFileFromResponse(okhttp3.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(okhttp3.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
okhttp3.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's class and the
request Content-Type.
|
Modifier and Type | Method and Description |
---|---|
String |
CoreV1Api.connectDeleteNamespacedPodProxy(String name,
String namespace,
String path)
connect DELETE requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectDeleteNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> _callback)
(asynchronously) connect DELETE requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectDeleteNamespacedPodProxyCall(String name,
String namespace,
String path,
ApiCallback _callback)
Build call for connectDeleteNamespacedPodProxy
|
ApiResponse<String> |
CoreV1Api.connectDeleteNamespacedPodProxyWithHttpInfo(String name,
String namespace,
String path)
connect DELETE requests to proxy of Pod
|
String |
CoreV1Api.connectDeleteNamespacedPodProxyWithPath(String name,
String namespace,
String path,
String path2)
connect DELETE requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectDeleteNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect DELETE requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectDeleteNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ApiCallback _callback)
Build call for connectDeleteNamespacedPodProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectDeleteNamespacedPodProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect DELETE requests to proxy of Pod
|
String |
CoreV1Api.connectDeleteNamespacedServiceProxy(String name,
String namespace,
String path)
connect DELETE requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectDeleteNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> _callback)
(asynchronously) connect DELETE requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectDeleteNamespacedServiceProxyCall(String name,
String namespace,
String path,
ApiCallback _callback)
Build call for connectDeleteNamespacedServiceProxy
|
ApiResponse<String> |
CoreV1Api.connectDeleteNamespacedServiceProxyWithHttpInfo(String name,
String namespace,
String path)
connect DELETE requests to proxy of Service
|
String |
CoreV1Api.connectDeleteNamespacedServiceProxyWithPath(String name,
String namespace,
String path,
String path2)
connect DELETE requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectDeleteNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect DELETE requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectDeleteNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ApiCallback _callback)
Build call for connectDeleteNamespacedServiceProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectDeleteNamespacedServiceProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect DELETE requests to proxy of Service
|
String |
CoreV1Api.connectDeleteNodeProxy(String name,
String path)
connect DELETE requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectDeleteNodeProxyAsync(String name,
String path,
ApiCallback<String> _callback)
(asynchronously) connect DELETE requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectDeleteNodeProxyCall(String name,
String path,
ApiCallback _callback)
Build call for connectDeleteNodeProxy
|
ApiResponse<String> |
CoreV1Api.connectDeleteNodeProxyWithHttpInfo(String name,
String path)
connect DELETE requests to proxy of Node
|
String |
CoreV1Api.connectDeleteNodeProxyWithPath(String name,
String path,
String path2)
connect DELETE requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectDeleteNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect DELETE requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectDeleteNodeProxyWithPathCall(String name,
String path,
String path2,
ApiCallback _callback)
Build call for connectDeleteNodeProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectDeleteNodeProxyWithPathWithHttpInfo(String name,
String path,
String path2)
connect DELETE requests to proxy of Node
|
String |
CoreV1Api.connectGetNamespacedPodAttach(String name,
String namespace,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty)
connect GET requests to attach of Pod
|
okhttp3.Call |
CoreV1Api.connectGetNamespacedPodAttachAsync(String name,
String namespace,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ApiCallback<String> _callback)
(asynchronously) connect GET requests to attach of Pod
|
okhttp3.Call |
CoreV1Api.connectGetNamespacedPodAttachCall(String name,
String namespace,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ApiCallback _callback)
Build call for connectGetNamespacedPodAttach
|
ApiResponse<String> |
CoreV1Api.connectGetNamespacedPodAttachWithHttpInfo(String name,
String namespace,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty)
connect GET requests to attach of Pod
|
String |
CoreV1Api.connectGetNamespacedPodExec(String name,
String namespace,
String command,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty)
connect GET requests to exec of Pod
|
okhttp3.Call |
CoreV1Api.connectGetNamespacedPodExecAsync(String name,
String namespace,
String command,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ApiCallback<String> _callback)
(asynchronously) connect GET requests to exec of Pod
|
okhttp3.Call |
CoreV1Api.connectGetNamespacedPodExecCall(String name,
String namespace,
String command,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ApiCallback _callback)
Build call for connectGetNamespacedPodExec
|
ApiResponse<String> |
CoreV1Api.connectGetNamespacedPodExecWithHttpInfo(String name,
String namespace,
String command,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty)
connect GET requests to exec of Pod
|
String |
CoreV1Api.connectGetNamespacedPodPortforward(String name,
String namespace,
Integer ports)
connect GET requests to portforward of Pod
|
okhttp3.Call |
CoreV1Api.connectGetNamespacedPodPortforwardAsync(String name,
String namespace,
Integer ports,
ApiCallback<String> _callback)
(asynchronously) connect GET requests to portforward of Pod
|
okhttp3.Call |
CoreV1Api.connectGetNamespacedPodPortforwardCall(String name,
String namespace,
Integer ports,
ApiCallback _callback)
Build call for connectGetNamespacedPodPortforward
|
ApiResponse<String> |
CoreV1Api.connectGetNamespacedPodPortforwardWithHttpInfo(String name,
String namespace,
Integer ports)
connect GET requests to portforward of Pod
|
String |
CoreV1Api.connectGetNamespacedPodProxy(String name,
String namespace,
String path)
connect GET requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectGetNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> _callback)
(asynchronously) connect GET requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectGetNamespacedPodProxyCall(String name,
String namespace,
String path,
ApiCallback _callback)
Build call for connectGetNamespacedPodProxy
|
ApiResponse<String> |
CoreV1Api.connectGetNamespacedPodProxyWithHttpInfo(String name,
String namespace,
String path)
connect GET requests to proxy of Pod
|
String |
CoreV1Api.connectGetNamespacedPodProxyWithPath(String name,
String namespace,
String path,
String path2)
connect GET requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectGetNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect GET requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectGetNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ApiCallback _callback)
Build call for connectGetNamespacedPodProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectGetNamespacedPodProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect GET requests to proxy of Pod
|
String |
CoreV1Api.connectGetNamespacedServiceProxy(String name,
String namespace,
String path)
connect GET requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectGetNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> _callback)
(asynchronously) connect GET requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectGetNamespacedServiceProxyCall(String name,
String namespace,
String path,
ApiCallback _callback)
Build call for connectGetNamespacedServiceProxy
|
ApiResponse<String> |
CoreV1Api.connectGetNamespacedServiceProxyWithHttpInfo(String name,
String namespace,
String path)
connect GET requests to proxy of Service
|
String |
CoreV1Api.connectGetNamespacedServiceProxyWithPath(String name,
String namespace,
String path,
String path2)
connect GET requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectGetNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect GET requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectGetNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ApiCallback _callback)
Build call for connectGetNamespacedServiceProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectGetNamespacedServiceProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect GET requests to proxy of Service
|
String |
CoreV1Api.connectGetNodeProxy(String name,
String path)
connect GET requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectGetNodeProxyAsync(String name,
String path,
ApiCallback<String> _callback)
(asynchronously) connect GET requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectGetNodeProxyCall(String name,
String path,
ApiCallback _callback)
Build call for connectGetNodeProxy
|
ApiResponse<String> |
CoreV1Api.connectGetNodeProxyWithHttpInfo(String name,
String path)
connect GET requests to proxy of Node
|
String |
CoreV1Api.connectGetNodeProxyWithPath(String name,
String path,
String path2)
connect GET requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectGetNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect GET requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectGetNodeProxyWithPathCall(String name,
String path,
String path2,
ApiCallback _callback)
Build call for connectGetNodeProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectGetNodeProxyWithPathWithHttpInfo(String name,
String path,
String path2)
connect GET requests to proxy of Node
|
String |
CoreV1Api.connectHeadNamespacedPodProxy(String name,
String namespace,
String path)
connect HEAD requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectHeadNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> _callback)
(asynchronously) connect HEAD requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectHeadNamespacedPodProxyCall(String name,
String namespace,
String path,
ApiCallback _callback)
Build call for connectHeadNamespacedPodProxy
|
ApiResponse<String> |
CoreV1Api.connectHeadNamespacedPodProxyWithHttpInfo(String name,
String namespace,
String path)
connect HEAD requests to proxy of Pod
|
String |
CoreV1Api.connectHeadNamespacedPodProxyWithPath(String name,
String namespace,
String path,
String path2)
connect HEAD requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectHeadNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect HEAD requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectHeadNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ApiCallback _callback)
Build call for connectHeadNamespacedPodProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectHeadNamespacedPodProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect HEAD requests to proxy of Pod
|
String |
CoreV1Api.connectHeadNamespacedServiceProxy(String name,
String namespace,
String path)
connect HEAD requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectHeadNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> _callback)
(asynchronously) connect HEAD requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectHeadNamespacedServiceProxyCall(String name,
String namespace,
String path,
ApiCallback _callback)
Build call for connectHeadNamespacedServiceProxy
|
ApiResponse<String> |
CoreV1Api.connectHeadNamespacedServiceProxyWithHttpInfo(String name,
String namespace,
String path)
connect HEAD requests to proxy of Service
|
String |
CoreV1Api.connectHeadNamespacedServiceProxyWithPath(String name,
String namespace,
String path,
String path2)
connect HEAD requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectHeadNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect HEAD requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectHeadNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ApiCallback _callback)
Build call for connectHeadNamespacedServiceProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectHeadNamespacedServiceProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect HEAD requests to proxy of Service
|
String |
CoreV1Api.connectHeadNodeProxy(String name,
String path)
connect HEAD requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectHeadNodeProxyAsync(String name,
String path,
ApiCallback<String> _callback)
(asynchronously) connect HEAD requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectHeadNodeProxyCall(String name,
String path,
ApiCallback _callback)
Build call for connectHeadNodeProxy
|
ApiResponse<String> |
CoreV1Api.connectHeadNodeProxyWithHttpInfo(String name,
String path)
connect HEAD requests to proxy of Node
|
String |
CoreV1Api.connectHeadNodeProxyWithPath(String name,
String path,
String path2)
connect HEAD requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectHeadNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect HEAD requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectHeadNodeProxyWithPathCall(String name,
String path,
String path2,
ApiCallback _callback)
Build call for connectHeadNodeProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectHeadNodeProxyWithPathWithHttpInfo(String name,
String path,
String path2)
connect HEAD requests to proxy of Node
|
String |
CoreV1Api.connectOptionsNamespacedPodProxy(String name,
String namespace,
String path)
connect OPTIONS requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectOptionsNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> _callback)
(asynchronously) connect OPTIONS requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectOptionsNamespacedPodProxyCall(String name,
String namespace,
String path,
ApiCallback _callback)
Build call for connectOptionsNamespacedPodProxy
|
ApiResponse<String> |
CoreV1Api.connectOptionsNamespacedPodProxyWithHttpInfo(String name,
String namespace,
String path)
connect OPTIONS requests to proxy of Pod
|
String |
CoreV1Api.connectOptionsNamespacedPodProxyWithPath(String name,
String namespace,
String path,
String path2)
connect OPTIONS requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectOptionsNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect OPTIONS requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectOptionsNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ApiCallback _callback)
Build call for connectOptionsNamespacedPodProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectOptionsNamespacedPodProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect OPTIONS requests to proxy of Pod
|
String |
CoreV1Api.connectOptionsNamespacedServiceProxy(String name,
String namespace,
String path)
connect OPTIONS requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectOptionsNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> _callback)
(asynchronously) connect OPTIONS requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectOptionsNamespacedServiceProxyCall(String name,
String namespace,
String path,
ApiCallback _callback)
Build call for connectOptionsNamespacedServiceProxy
|
ApiResponse<String> |
CoreV1Api.connectOptionsNamespacedServiceProxyWithHttpInfo(String name,
String namespace,
String path)
connect OPTIONS requests to proxy of Service
|
String |
CoreV1Api.connectOptionsNamespacedServiceProxyWithPath(String name,
String namespace,
String path,
String path2)
connect OPTIONS requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectOptionsNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect OPTIONS requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectOptionsNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ApiCallback _callback)
Build call for connectOptionsNamespacedServiceProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectOptionsNamespacedServiceProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect OPTIONS requests to proxy of Service
|
String |
CoreV1Api.connectOptionsNodeProxy(String name,
String path)
connect OPTIONS requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectOptionsNodeProxyAsync(String name,
String path,
ApiCallback<String> _callback)
(asynchronously) connect OPTIONS requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectOptionsNodeProxyCall(String name,
String path,
ApiCallback _callback)
Build call for connectOptionsNodeProxy
|
ApiResponse<String> |
CoreV1Api.connectOptionsNodeProxyWithHttpInfo(String name,
String path)
connect OPTIONS requests to proxy of Node
|
String |
CoreV1Api.connectOptionsNodeProxyWithPath(String name,
String path,
String path2)
connect OPTIONS requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectOptionsNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect OPTIONS requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectOptionsNodeProxyWithPathCall(String name,
String path,
String path2,
ApiCallback _callback)
Build call for connectOptionsNodeProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectOptionsNodeProxyWithPathWithHttpInfo(String name,
String path,
String path2)
connect OPTIONS requests to proxy of Node
|
String |
CoreV1Api.connectPatchNamespacedPodProxy(String name,
String namespace,
String path)
connect PATCH requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectPatchNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> _callback)
(asynchronously) connect PATCH requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectPatchNamespacedPodProxyCall(String name,
String namespace,
String path,
ApiCallback _callback)
Build call for connectPatchNamespacedPodProxy
|
ApiResponse<String> |
CoreV1Api.connectPatchNamespacedPodProxyWithHttpInfo(String name,
String namespace,
String path)
connect PATCH requests to proxy of Pod
|
String |
CoreV1Api.connectPatchNamespacedPodProxyWithPath(String name,
String namespace,
String path,
String path2)
connect PATCH requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectPatchNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect PATCH requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectPatchNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ApiCallback _callback)
Build call for connectPatchNamespacedPodProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectPatchNamespacedPodProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect PATCH requests to proxy of Pod
|
String |
CoreV1Api.connectPatchNamespacedServiceProxy(String name,
String namespace,
String path)
connect PATCH requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectPatchNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> _callback)
(asynchronously) connect PATCH requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectPatchNamespacedServiceProxyCall(String name,
String namespace,
String path,
ApiCallback _callback)
Build call for connectPatchNamespacedServiceProxy
|
ApiResponse<String> |
CoreV1Api.connectPatchNamespacedServiceProxyWithHttpInfo(String name,
String namespace,
String path)
connect PATCH requests to proxy of Service
|
String |
CoreV1Api.connectPatchNamespacedServiceProxyWithPath(String name,
String namespace,
String path,
String path2)
connect PATCH requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectPatchNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect PATCH requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectPatchNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ApiCallback _callback)
Build call for connectPatchNamespacedServiceProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectPatchNamespacedServiceProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect PATCH requests to proxy of Service
|
String |
CoreV1Api.connectPatchNodeProxy(String name,
String path)
connect PATCH requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectPatchNodeProxyAsync(String name,
String path,
ApiCallback<String> _callback)
(asynchronously) connect PATCH requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectPatchNodeProxyCall(String name,
String path,
ApiCallback _callback)
Build call for connectPatchNodeProxy
|
ApiResponse<String> |
CoreV1Api.connectPatchNodeProxyWithHttpInfo(String name,
String path)
connect PATCH requests to proxy of Node
|
String |
CoreV1Api.connectPatchNodeProxyWithPath(String name,
String path,
String path2)
connect PATCH requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectPatchNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect PATCH requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectPatchNodeProxyWithPathCall(String name,
String path,
String path2,
ApiCallback _callback)
Build call for connectPatchNodeProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectPatchNodeProxyWithPathWithHttpInfo(String name,
String path,
String path2)
connect PATCH requests to proxy of Node
|
String |
CoreV1Api.connectPostNamespacedPodAttach(String name,
String namespace,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty)
connect POST requests to attach of Pod
|
okhttp3.Call |
CoreV1Api.connectPostNamespacedPodAttachAsync(String name,
String namespace,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ApiCallback<String> _callback)
(asynchronously) connect POST requests to attach of Pod
|
okhttp3.Call |
CoreV1Api.connectPostNamespacedPodAttachCall(String name,
String namespace,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ApiCallback _callback)
Build call for connectPostNamespacedPodAttach
|
ApiResponse<String> |
CoreV1Api.connectPostNamespacedPodAttachWithHttpInfo(String name,
String namespace,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty)
connect POST requests to attach of Pod
|
String |
CoreV1Api.connectPostNamespacedPodExec(String name,
String namespace,
String command,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty)
connect POST requests to exec of Pod
|
okhttp3.Call |
CoreV1Api.connectPostNamespacedPodExecAsync(String name,
String namespace,
String command,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ApiCallback<String> _callback)
(asynchronously) connect POST requests to exec of Pod
|
okhttp3.Call |
CoreV1Api.connectPostNamespacedPodExecCall(String name,
String namespace,
String command,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ApiCallback _callback)
Build call for connectPostNamespacedPodExec
|
ApiResponse<String> |
CoreV1Api.connectPostNamespacedPodExecWithHttpInfo(String name,
String namespace,
String command,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty)
connect POST requests to exec of Pod
|
String |
CoreV1Api.connectPostNamespacedPodPortforward(String name,
String namespace,
Integer ports)
connect POST requests to portforward of Pod
|
okhttp3.Call |
CoreV1Api.connectPostNamespacedPodPortforwardAsync(String name,
String namespace,
Integer ports,
ApiCallback<String> _callback)
(asynchronously) connect POST requests to portforward of Pod
|
okhttp3.Call |
CoreV1Api.connectPostNamespacedPodPortforwardCall(String name,
String namespace,
Integer ports,
ApiCallback _callback)
Build call for connectPostNamespacedPodPortforward
|
ApiResponse<String> |
CoreV1Api.connectPostNamespacedPodPortforwardWithHttpInfo(String name,
String namespace,
Integer ports)
connect POST requests to portforward of Pod
|
String |
CoreV1Api.connectPostNamespacedPodProxy(String name,
String namespace,
String path)
connect POST requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectPostNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> _callback)
(asynchronously) connect POST requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectPostNamespacedPodProxyCall(String name,
String namespace,
String path,
ApiCallback _callback)
Build call for connectPostNamespacedPodProxy
|
ApiResponse<String> |
CoreV1Api.connectPostNamespacedPodProxyWithHttpInfo(String name,
String namespace,
String path)
connect POST requests to proxy of Pod
|
String |
CoreV1Api.connectPostNamespacedPodProxyWithPath(String name,
String namespace,
String path,
String path2)
connect POST requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectPostNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect POST requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectPostNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ApiCallback _callback)
Build call for connectPostNamespacedPodProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectPostNamespacedPodProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect POST requests to proxy of Pod
|
String |
CoreV1Api.connectPostNamespacedServiceProxy(String name,
String namespace,
String path)
connect POST requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectPostNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> _callback)
(asynchronously) connect POST requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectPostNamespacedServiceProxyCall(String name,
String namespace,
String path,
ApiCallback _callback)
Build call for connectPostNamespacedServiceProxy
|
ApiResponse<String> |
CoreV1Api.connectPostNamespacedServiceProxyWithHttpInfo(String name,
String namespace,
String path)
connect POST requests to proxy of Service
|
String |
CoreV1Api.connectPostNamespacedServiceProxyWithPath(String name,
String namespace,
String path,
String path2)
connect POST requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectPostNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect POST requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectPostNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ApiCallback _callback)
Build call for connectPostNamespacedServiceProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectPostNamespacedServiceProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect POST requests to proxy of Service
|
String |
CoreV1Api.connectPostNodeProxy(String name,
String path)
connect POST requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectPostNodeProxyAsync(String name,
String path,
ApiCallback<String> _callback)
(asynchronously) connect POST requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectPostNodeProxyCall(String name,
String path,
ApiCallback _callback)
Build call for connectPostNodeProxy
|
ApiResponse<String> |
CoreV1Api.connectPostNodeProxyWithHttpInfo(String name,
String path)
connect POST requests to proxy of Node
|
String |
CoreV1Api.connectPostNodeProxyWithPath(String name,
String path,
String path2)
connect POST requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectPostNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect POST requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectPostNodeProxyWithPathCall(String name,
String path,
String path2,
ApiCallback _callback)
Build call for connectPostNodeProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectPostNodeProxyWithPathWithHttpInfo(String name,
String path,
String path2)
connect POST requests to proxy of Node
|
String |
CoreV1Api.connectPutNamespacedPodProxy(String name,
String namespace,
String path)
connect PUT requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectPutNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> _callback)
(asynchronously) connect PUT requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectPutNamespacedPodProxyCall(String name,
String namespace,
String path,
ApiCallback _callback)
Build call for connectPutNamespacedPodProxy
|
ApiResponse<String> |
CoreV1Api.connectPutNamespacedPodProxyWithHttpInfo(String name,
String namespace,
String path)
connect PUT requests to proxy of Pod
|
String |
CoreV1Api.connectPutNamespacedPodProxyWithPath(String name,
String namespace,
String path,
String path2)
connect PUT requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectPutNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect PUT requests to proxy of Pod
|
okhttp3.Call |
CoreV1Api.connectPutNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ApiCallback _callback)
Build call for connectPutNamespacedPodProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectPutNamespacedPodProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect PUT requests to proxy of Pod
|
String |
CoreV1Api.connectPutNamespacedServiceProxy(String name,
String namespace,
String path)
connect PUT requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectPutNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> _callback)
(asynchronously) connect PUT requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectPutNamespacedServiceProxyCall(String name,
String namespace,
String path,
ApiCallback _callback)
Build call for connectPutNamespacedServiceProxy
|
ApiResponse<String> |
CoreV1Api.connectPutNamespacedServiceProxyWithHttpInfo(String name,
String namespace,
String path)
connect PUT requests to proxy of Service
|
String |
CoreV1Api.connectPutNamespacedServiceProxyWithPath(String name,
String namespace,
String path,
String path2)
connect PUT requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectPutNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect PUT requests to proxy of Service
|
okhttp3.Call |
CoreV1Api.connectPutNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ApiCallback _callback)
Build call for connectPutNamespacedServiceProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectPutNamespacedServiceProxyWithPathWithHttpInfo(String name,
String namespace,
String path,
String path2)
connect PUT requests to proxy of Service
|
String |
CoreV1Api.connectPutNodeProxy(String name,
String path)
connect PUT requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectPutNodeProxyAsync(String name,
String path,
ApiCallback<String> _callback)
(asynchronously) connect PUT requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectPutNodeProxyCall(String name,
String path,
ApiCallback _callback)
Build call for connectPutNodeProxy
|
ApiResponse<String> |
CoreV1Api.connectPutNodeProxyWithHttpInfo(String name,
String path)
connect PUT requests to proxy of Node
|
String |
CoreV1Api.connectPutNodeProxyWithPath(String name,
String path,
String path2)
connect PUT requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectPutNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> _callback)
(asynchronously) connect PUT requests to proxy of Node
|
okhttp3.Call |
CoreV1Api.connectPutNodeProxyWithPathCall(String name,
String path,
String path2,
ApiCallback _callback)
Build call for connectPutNodeProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectPutNodeProxyWithPathWithHttpInfo(String name,
String path,
String path2)
connect PUT requests to proxy of Node
|
V1APIService |
ApiregistrationV1Api.createAPIService(V1APIService body,
String pretty,
String dryRun,
String fieldManager)
create an APIService
|
V1beta1APIService |
ApiregistrationV1beta1Api.createAPIService(V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager)
create an APIService
|
okhttp3.Call |
ApiregistrationV1Api.createAPIServiceAsync(V1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1APIService> _callback)
(asynchronously) create an APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.createAPIServiceAsync(V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1APIService> _callback)
(asynchronously) create an APIService
|
okhttp3.Call |
ApiregistrationV1Api.createAPIServiceCall(V1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createAPIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.createAPIServiceCall(V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createAPIService
|
ApiResponse<V1APIService> |
ApiregistrationV1Api.createAPIServiceWithHttpInfo(V1APIService body,
String pretty,
String dryRun,
String fieldManager)
create an APIService
|
ApiResponse<V1beta1APIService> |
ApiregistrationV1beta1Api.createAPIServiceWithHttpInfo(V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager)
create an APIService
|
V1beta1CertificateSigningRequest |
CertificatesV1beta1Api.createCertificateSigningRequest(V1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager)
create a CertificateSigningRequest
|
V1CertificateSigningRequest |
CertificatesV1Api.createCertificateSigningRequest(V1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager)
create a CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.createCertificateSigningRequestAsync(V1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1CertificateSigningRequest> _callback)
(asynchronously) create a CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.createCertificateSigningRequestAsync(V1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1CertificateSigningRequest> _callback)
(asynchronously) create a CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.createCertificateSigningRequestCall(V1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createCertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.createCertificateSigningRequestCall(V1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createCertificateSigningRequest
|
ApiResponse<V1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.createCertificateSigningRequestWithHttpInfo(V1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager)
create a CertificateSigningRequest
|
ApiResponse<V1CertificateSigningRequest> |
CertificatesV1Api.createCertificateSigningRequestWithHttpInfo(V1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager)
create a CertificateSigningRequest
|
Object |
CustomObjectsApi.createClusterCustomObject(String group,
String version,
String plural,
Object body,
String pretty,
String dryRun,
String fieldManager)
Creates a cluster scoped Custom object
|
okhttp3.Call |
CustomObjectsApi.createClusterCustomObjectAsync(String group,
String version,
String plural,
Object body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<Object> _callback)
(asynchronously) Creates a cluster scoped Custom object
|
okhttp3.Call |
CustomObjectsApi.createClusterCustomObjectCall(String group,
String version,
String plural,
Object body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createClusterCustomObject
|
ApiResponse<Object> |
CustomObjectsApi.createClusterCustomObjectWithHttpInfo(String group,
String version,
String plural,
Object body,
String pretty,
String dryRun,
String fieldManager)
Creates a cluster scoped Custom object
|
V1alpha1ClusterRole |
RbacAuthorizationV1alpha1Api.createClusterRole(V1alpha1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRole
|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.createClusterRole(V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRole
|
V1ClusterRole |
RbacAuthorizationV1Api.createClusterRole(V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.createClusterRoleAsync(V1alpha1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1ClusterRole> _callback)
(asynchronously) create a ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.createClusterRoleAsync(V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1ClusterRole> _callback)
(asynchronously) create a ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.createClusterRoleAsync(V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ClusterRole> _callback)
(asynchronously) create a ClusterRole
|
V1alpha1ClusterRoleBinding |
RbacAuthorizationV1alpha1Api.createClusterRoleBinding(V1alpha1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRoleBinding
|
V1beta1ClusterRoleBinding |
RbacAuthorizationV1beta1Api.createClusterRoleBinding(V1beta1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRoleBinding
|
V1ClusterRoleBinding |
RbacAuthorizationV1Api.createClusterRoleBinding(V1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.createClusterRoleBindingAsync(V1alpha1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1ClusterRoleBinding> _callback)
(asynchronously) create a ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.createClusterRoleBindingAsync(V1beta1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1ClusterRoleBinding> _callback)
(asynchronously) create a ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.createClusterRoleBindingAsync(V1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ClusterRoleBinding> _callback)
(asynchronously) create a ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.createClusterRoleBindingCall(V1alpha1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.createClusterRoleBindingCall(V1beta1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.createClusterRoleBindingCall(V1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createClusterRoleBinding
|
ApiResponse<V1alpha1ClusterRoleBinding> |
RbacAuthorizationV1alpha1Api.createClusterRoleBindingWithHttpInfo(V1alpha1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRoleBinding
|
ApiResponse<V1beta1ClusterRoleBinding> |
RbacAuthorizationV1beta1Api.createClusterRoleBindingWithHttpInfo(V1beta1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRoleBinding
|
ApiResponse<V1ClusterRoleBinding> |
RbacAuthorizationV1Api.createClusterRoleBindingWithHttpInfo(V1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.createClusterRoleCall(V1alpha1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.createClusterRoleCall(V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.createClusterRoleCall(V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createClusterRole
|
ApiResponse<V1alpha1ClusterRole> |
RbacAuthorizationV1alpha1Api.createClusterRoleWithHttpInfo(V1alpha1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.createClusterRoleWithHttpInfo(V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRole
|
ApiResponse<V1ClusterRole> |
RbacAuthorizationV1Api.createClusterRoleWithHttpInfo(V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
create a ClusterRole
|
V1beta1CSIDriver |
StorageV1beta1Api.createCSIDriver(V1beta1CSIDriver body,
String pretty,
String dryRun,
String fieldManager)
create a CSIDriver
|
V1CSIDriver |
StorageV1Api.createCSIDriver(V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager)
create a CSIDriver
|
okhttp3.Call |
StorageV1beta1Api.createCSIDriverAsync(V1beta1CSIDriver body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1CSIDriver> _callback)
(asynchronously) create a CSIDriver
|
okhttp3.Call |
StorageV1Api.createCSIDriverAsync(V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1CSIDriver> _callback)
(asynchronously) create a CSIDriver
|
okhttp3.Call |
StorageV1beta1Api.createCSIDriverCall(V1beta1CSIDriver body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createCSIDriver
|
okhttp3.Call |
StorageV1Api.createCSIDriverCall(V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createCSIDriver
|
ApiResponse<V1beta1CSIDriver> |
StorageV1beta1Api.createCSIDriverWithHttpInfo(V1beta1CSIDriver body,
String pretty,
String dryRun,
String fieldManager)
create a CSIDriver
|
ApiResponse<V1CSIDriver> |
StorageV1Api.createCSIDriverWithHttpInfo(V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager)
create a CSIDriver
|
V1beta1CSINode |
StorageV1beta1Api.createCSINode(V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager)
create a CSINode
|
V1CSINode |
StorageV1Api.createCSINode(V1CSINode body,
String pretty,
String dryRun,
String fieldManager)
create a CSINode
|
okhttp3.Call |
StorageV1beta1Api.createCSINodeAsync(V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1CSINode> _callback)
(asynchronously) create a CSINode
|
okhttp3.Call |
StorageV1Api.createCSINodeAsync(V1CSINode body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1CSINode> _callback)
(asynchronously) create a CSINode
|
okhttp3.Call |
StorageV1beta1Api.createCSINodeCall(V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createCSINode
|
okhttp3.Call |
StorageV1Api.createCSINodeCall(V1CSINode body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createCSINode
|
ApiResponse<V1beta1CSINode> |
StorageV1beta1Api.createCSINodeWithHttpInfo(V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager)
create a CSINode
|
ApiResponse<V1CSINode> |
StorageV1Api.createCSINodeWithHttpInfo(V1CSINode body,
String pretty,
String dryRun,
String fieldManager)
create a CSINode
|
V1beta1CustomResourceDefinition |
ApiextensionsV1beta1Api.createCustomResourceDefinition(V1beta1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager)
create a CustomResourceDefinition
|
V1CustomResourceDefinition |
ApiextensionsV1Api.createCustomResourceDefinition(V1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager)
create a CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.createCustomResourceDefinitionAsync(V1beta1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1CustomResourceDefinition> _callback)
(asynchronously) create a CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.createCustomResourceDefinitionAsync(V1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1CustomResourceDefinition> _callback)
(asynchronously) create a CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.createCustomResourceDefinitionCall(V1beta1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createCustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.createCustomResourceDefinitionCall(V1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createCustomResourceDefinition
|
ApiResponse<V1beta1CustomResourceDefinition> |
ApiextensionsV1beta1Api.createCustomResourceDefinitionWithHttpInfo(V1beta1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager)
create a CustomResourceDefinition
|
ApiResponse<V1CustomResourceDefinition> |
ApiextensionsV1Api.createCustomResourceDefinitionWithHttpInfo(V1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager)
create a CustomResourceDefinition
|
V1alpha1FlowSchema |
FlowcontrolApiserverV1alpha1Api.createFlowSchema(V1alpha1FlowSchema body,
String pretty,
String dryRun,
String fieldManager)
create a FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.createFlowSchemaAsync(V1alpha1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1FlowSchema> _callback)
(asynchronously) create a FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.createFlowSchemaCall(V1alpha1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createFlowSchema
|
ApiResponse<V1alpha1FlowSchema> |
FlowcontrolApiserverV1alpha1Api.createFlowSchemaWithHttpInfo(V1alpha1FlowSchema body,
String pretty,
String dryRun,
String fieldManager)
create a FlowSchema
|
V1beta1IngressClass |
NetworkingV1beta1Api.createIngressClass(V1beta1IngressClass body,
String pretty,
String dryRun,
String fieldManager)
create an IngressClass
|
V1IngressClass |
NetworkingV1Api.createIngressClass(V1IngressClass body,
String pretty,
String dryRun,
String fieldManager)
create an IngressClass
|
okhttp3.Call |
NetworkingV1beta1Api.createIngressClassAsync(V1beta1IngressClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1IngressClass> _callback)
(asynchronously) create an IngressClass
|
okhttp3.Call |
NetworkingV1Api.createIngressClassAsync(V1IngressClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1IngressClass> _callback)
(asynchronously) create an IngressClass
|
okhttp3.Call |
NetworkingV1beta1Api.createIngressClassCall(V1beta1IngressClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createIngressClass
|
okhttp3.Call |
NetworkingV1Api.createIngressClassCall(V1IngressClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createIngressClass
|
ApiResponse<V1beta1IngressClass> |
NetworkingV1beta1Api.createIngressClassWithHttpInfo(V1beta1IngressClass body,
String pretty,
String dryRun,
String fieldManager)
create an IngressClass
|
ApiResponse<V1IngressClass> |
NetworkingV1Api.createIngressClassWithHttpInfo(V1IngressClass body,
String pretty,
String dryRun,
String fieldManager)
create an IngressClass
|
V1beta1MutatingWebhookConfiguration |
AdmissionregistrationV1beta1Api.createMutatingWebhookConfiguration(V1beta1MutatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager)
create a MutatingWebhookConfiguration
|
V1MutatingWebhookConfiguration |
AdmissionregistrationV1Api.createMutatingWebhookConfiguration(V1MutatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager)
create a MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.createMutatingWebhookConfigurationAsync(V1beta1MutatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1MutatingWebhookConfiguration> _callback)
(asynchronously) create a MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.createMutatingWebhookConfigurationAsync(V1MutatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1MutatingWebhookConfiguration> _callback)
(asynchronously) create a MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.createMutatingWebhookConfigurationCall(V1beta1MutatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createMutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.createMutatingWebhookConfigurationCall(V1MutatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createMutatingWebhookConfiguration
|
ApiResponse<V1beta1MutatingWebhookConfiguration> |
AdmissionregistrationV1beta1Api.createMutatingWebhookConfigurationWithHttpInfo(V1beta1MutatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager)
create a MutatingWebhookConfiguration
|
ApiResponse<V1MutatingWebhookConfiguration> |
AdmissionregistrationV1Api.createMutatingWebhookConfigurationWithHttpInfo(V1MutatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager)
create a MutatingWebhookConfiguration
|
V1Namespace |
CoreV1Api.createNamespace(V1Namespace body,
String pretty,
String dryRun,
String fieldManager)
create a Namespace
|
okhttp3.Call |
CoreV1Api.createNamespaceAsync(V1Namespace body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Namespace> _callback)
(asynchronously) create a Namespace
|
okhttp3.Call |
CoreV1Api.createNamespaceCall(V1Namespace body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespace
|
V1Binding |
CoreV1Api.createNamespacedBinding(String namespace,
V1Binding body,
String dryRun,
String fieldManager,
String pretty)
create a Binding
|
okhttp3.Call |
CoreV1Api.createNamespacedBindingAsync(String namespace,
V1Binding body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1Binding> _callback)
(asynchronously) create a Binding
|
okhttp3.Call |
CoreV1Api.createNamespacedBindingCall(String namespace,
V1Binding body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for createNamespacedBinding
|
ApiResponse<V1Binding> |
CoreV1Api.createNamespacedBindingWithHttpInfo(String namespace,
V1Binding body,
String dryRun,
String fieldManager,
String pretty)
create a Binding
|
V1ConfigMap |
CoreV1Api.createNamespacedConfigMap(String namespace,
V1ConfigMap body,
String pretty,
String dryRun,
String fieldManager)
create a ConfigMap
|
okhttp3.Call |
CoreV1Api.createNamespacedConfigMapAsync(String namespace,
V1ConfigMap body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ConfigMap> _callback)
(asynchronously) create a ConfigMap
|
okhttp3.Call |
CoreV1Api.createNamespacedConfigMapCall(String namespace,
V1ConfigMap body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedConfigMap
|
ApiResponse<V1ConfigMap> |
CoreV1Api.createNamespacedConfigMapWithHttpInfo(String namespace,
V1ConfigMap body,
String pretty,
String dryRun,
String fieldManager)
create a ConfigMap
|
V1ControllerRevision |
AppsV1Api.createNamespacedControllerRevision(String namespace,
V1ControllerRevision body,
String pretty,
String dryRun,
String fieldManager)
create a ControllerRevision
|
okhttp3.Call |
AppsV1Api.createNamespacedControllerRevisionAsync(String namespace,
V1ControllerRevision body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ControllerRevision> _callback)
(asynchronously) create a ControllerRevision
|
okhttp3.Call |
AppsV1Api.createNamespacedControllerRevisionCall(String namespace,
V1ControllerRevision body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedControllerRevision
|
ApiResponse<V1ControllerRevision> |
AppsV1Api.createNamespacedControllerRevisionWithHttpInfo(String namespace,
V1ControllerRevision body,
String pretty,
String dryRun,
String fieldManager)
create a ControllerRevision
|
V1beta1CronJob |
BatchV1beta1Api.createNamespacedCronJob(String namespace,
V1beta1CronJob body,
String pretty,
String dryRun,
String fieldManager)
create a CronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.createNamespacedCronJob(String namespace,
V2alpha1CronJob body,
String pretty,
String dryRun,
String fieldManager)
create a CronJob
|
okhttp3.Call |
BatchV1beta1Api.createNamespacedCronJobAsync(String namespace,
V1beta1CronJob body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1CronJob> _callback)
(asynchronously) create a CronJob
|
okhttp3.Call |
BatchV2alpha1Api.createNamespacedCronJobAsync(String namespace,
V2alpha1CronJob body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V2alpha1CronJob> _callback)
(asynchronously) create a CronJob
|
okhttp3.Call |
BatchV1beta1Api.createNamespacedCronJobCall(String namespace,
V1beta1CronJob body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedCronJob
|
okhttp3.Call |
BatchV2alpha1Api.createNamespacedCronJobCall(String namespace,
V2alpha1CronJob body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedCronJob
|
ApiResponse<V1beta1CronJob> |
BatchV1beta1Api.createNamespacedCronJobWithHttpInfo(String namespace,
V1beta1CronJob body,
String pretty,
String dryRun,
String fieldManager)
create a CronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.createNamespacedCronJobWithHttpInfo(String namespace,
V2alpha1CronJob body,
String pretty,
String dryRun,
String fieldManager)
create a CronJob
|
Object |
CustomObjectsApi.createNamespacedCustomObject(String group,
String version,
String namespace,
String plural,
Object body,
String pretty,
String dryRun,
String fieldManager)
Creates a namespace scoped Custom object
|
okhttp3.Call |
CustomObjectsApi.createNamespacedCustomObjectAsync(String group,
String version,
String namespace,
String plural,
Object body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<Object> _callback)
(asynchronously) Creates a namespace scoped Custom object
|
okhttp3.Call |
CustomObjectsApi.createNamespacedCustomObjectCall(String group,
String version,
String namespace,
String plural,
Object body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedCustomObject
|
ApiResponse<Object> |
CustomObjectsApi.createNamespacedCustomObjectWithHttpInfo(String group,
String version,
String namespace,
String plural,
Object body,
String pretty,
String dryRun,
String fieldManager)
Creates a namespace scoped Custom object
|
V1DaemonSet |
AppsV1Api.createNamespacedDaemonSet(String namespace,
V1DaemonSet body,
String pretty,
String dryRun,
String fieldManager)
create a DaemonSet
|
okhttp3.Call |
AppsV1Api.createNamespacedDaemonSetAsync(String namespace,
V1DaemonSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1DaemonSet> _callback)
(asynchronously) create a DaemonSet
|
okhttp3.Call |
AppsV1Api.createNamespacedDaemonSetCall(String namespace,
V1DaemonSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedDaemonSet
|
ApiResponse<V1DaemonSet> |
AppsV1Api.createNamespacedDaemonSetWithHttpInfo(String namespace,
V1DaemonSet body,
String pretty,
String dryRun,
String fieldManager)
create a DaemonSet
|
V1Deployment |
AppsV1Api.createNamespacedDeployment(String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager)
create a Deployment
|
okhttp3.Call |
AppsV1Api.createNamespacedDeploymentAsync(String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Deployment> _callback)
(asynchronously) create a Deployment
|
okhttp3.Call |
AppsV1Api.createNamespacedDeploymentCall(String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedDeployment
|
ApiResponse<V1Deployment> |
AppsV1Api.createNamespacedDeploymentWithHttpInfo(String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager)
create a Deployment
|
V1Endpoints |
CoreV1Api.createNamespacedEndpoints(String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager)
create Endpoints
|
okhttp3.Call |
CoreV1Api.createNamespacedEndpointsAsync(String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Endpoints> _callback)
(asynchronously) create Endpoints
|
okhttp3.Call |
CoreV1Api.createNamespacedEndpointsCall(String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedEndpoints
|
V1beta1EndpointSlice |
DiscoveryV1beta1Api.createNamespacedEndpointSlice(String namespace,
V1beta1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager)
create an EndpointSlice
|
okhttp3.Call |
DiscoveryV1beta1Api.createNamespacedEndpointSliceAsync(String namespace,
V1beta1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1EndpointSlice> _callback)
(asynchronously) create an EndpointSlice
|
okhttp3.Call |
DiscoveryV1beta1Api.createNamespacedEndpointSliceCall(String namespace,
V1beta1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedEndpointSlice
|
ApiResponse<V1beta1EndpointSlice> |
DiscoveryV1beta1Api.createNamespacedEndpointSliceWithHttpInfo(String namespace,
V1beta1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager)
create an EndpointSlice
|
ApiResponse<V1Endpoints> |
CoreV1Api.createNamespacedEndpointsWithHttpInfo(String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager)
create Endpoints
|
CoreV1Event |
CoreV1Api.createNamespacedEvent(String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager)
create an Event
|
EventsV1Event |
EventsV1Api.createNamespacedEvent(String namespace,
EventsV1Event body,
String pretty,
String dryRun,
String fieldManager)
create an Event
|
V1beta1Event |
EventsV1beta1Api.createNamespacedEvent(String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager)
create an Event
|
okhttp3.Call |
CoreV1Api.createNamespacedEventAsync(String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<CoreV1Event> _callback)
(asynchronously) create an Event
|
okhttp3.Call |
EventsV1Api.createNamespacedEventAsync(String namespace,
EventsV1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<EventsV1Event> _callback)
(asynchronously) create an Event
|
okhttp3.Call |
EventsV1beta1Api.createNamespacedEventAsync(String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1Event> _callback)
(asynchronously) create an Event
|
okhttp3.Call |
CoreV1Api.createNamespacedEventCall(String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedEvent
|
okhttp3.Call |
EventsV1Api.createNamespacedEventCall(String namespace,
EventsV1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedEvent
|
okhttp3.Call |
EventsV1beta1Api.createNamespacedEventCall(String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedEvent
|
ApiResponse<CoreV1Event> |
CoreV1Api.createNamespacedEventWithHttpInfo(String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager)
create an Event
|
ApiResponse<EventsV1Event> |
EventsV1Api.createNamespacedEventWithHttpInfo(String namespace,
EventsV1Event body,
String pretty,
String dryRun,
String fieldManager)
create an Event
|
ApiResponse<V1beta1Event> |
EventsV1beta1Api.createNamespacedEventWithHttpInfo(String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager)
create an Event
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.createNamespacedHorizontalPodAutoscaler(String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
create a HorizontalPodAutoscaler
|
V2beta1HorizontalPodAutoscaler |
AutoscalingV2beta1Api.createNamespacedHorizontalPodAutoscaler(String namespace,
V2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
create a HorizontalPodAutoscaler
|
V2beta2HorizontalPodAutoscaler |
AutoscalingV2beta2Api.createNamespacedHorizontalPodAutoscaler(String namespace,
V2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
create a HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.createNamespacedHorizontalPodAutoscalerAsync(String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1HorizontalPodAutoscaler> _callback)
(asynchronously) create a HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.createNamespacedHorizontalPodAutoscalerAsync(String namespace,
V2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V2beta1HorizontalPodAutoscaler> _callback)
(asynchronously) create a HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.createNamespacedHorizontalPodAutoscalerAsync(String namespace,
V2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V2beta2HorizontalPodAutoscaler> _callback)
(asynchronously) create a HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.createNamespacedHorizontalPodAutoscalerCall(String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedHorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.createNamespacedHorizontalPodAutoscalerCall(String namespace,
V2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedHorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.createNamespacedHorizontalPodAutoscalerCall(String namespace,
V2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedHorizontalPodAutoscaler
|
ApiResponse<V1HorizontalPodAutoscaler> |
AutoscalingV1Api.createNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
create a HorizontalPodAutoscaler
|
ApiResponse<V2beta1HorizontalPodAutoscaler> |
AutoscalingV2beta1Api.createNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
V2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
create a HorizontalPodAutoscaler
|
ApiResponse<V2beta2HorizontalPodAutoscaler> |
AutoscalingV2beta2Api.createNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
V2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
create a HorizontalPodAutoscaler
|
ExtensionsV1beta1Ingress |
ExtensionsV1beta1Api.createNamespacedIngress(String namespace,
ExtensionsV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager)
create an Ingress
|
NetworkingV1beta1Ingress |
NetworkingV1beta1Api.createNamespacedIngress(String namespace,
NetworkingV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager)
create an Ingress
|
V1Ingress |
NetworkingV1Api.createNamespacedIngress(String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager)
create an Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.createNamespacedIngressAsync(String namespace,
ExtensionsV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<ExtensionsV1beta1Ingress> _callback)
(asynchronously) create an Ingress
|
okhttp3.Call |
NetworkingV1beta1Api.createNamespacedIngressAsync(String namespace,
NetworkingV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<NetworkingV1beta1Ingress> _callback)
(asynchronously) create an Ingress
|
okhttp3.Call |
NetworkingV1Api.createNamespacedIngressAsync(String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Ingress> _callback)
(asynchronously) create an Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.createNamespacedIngressCall(String namespace,
ExtensionsV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedIngress
|
okhttp3.Call |
NetworkingV1beta1Api.createNamespacedIngressCall(String namespace,
NetworkingV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedIngress
|
okhttp3.Call |
NetworkingV1Api.createNamespacedIngressCall(String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedIngress
|
ApiResponse<ExtensionsV1beta1Ingress> |
ExtensionsV1beta1Api.createNamespacedIngressWithHttpInfo(String namespace,
ExtensionsV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager)
create an Ingress
|
ApiResponse<NetworkingV1beta1Ingress> |
NetworkingV1beta1Api.createNamespacedIngressWithHttpInfo(String namespace,
NetworkingV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager)
create an Ingress
|
ApiResponse<V1Ingress> |
NetworkingV1Api.createNamespacedIngressWithHttpInfo(String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager)
create an Ingress
|
V1Job |
BatchV1Api.createNamespacedJob(String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager)
create a Job
|
okhttp3.Call |
BatchV1Api.createNamespacedJobAsync(String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Job> _callback)
(asynchronously) create a Job
|
okhttp3.Call |
BatchV1Api.createNamespacedJobCall(String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedJob
|
ApiResponse<V1Job> |
BatchV1Api.createNamespacedJobWithHttpInfo(String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager)
create a Job
|
V1beta1Lease |
CoordinationV1beta1Api.createNamespacedLease(String namespace,
V1beta1Lease body,
String pretty,
String dryRun,
String fieldManager)
create a Lease
|
V1Lease |
CoordinationV1Api.createNamespacedLease(String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager)
create a Lease
|
okhttp3.Call |
CoordinationV1beta1Api.createNamespacedLeaseAsync(String namespace,
V1beta1Lease body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1Lease> _callback)
(asynchronously) create a Lease
|
okhttp3.Call |
CoordinationV1Api.createNamespacedLeaseAsync(String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Lease> _callback)
(asynchronously) create a Lease
|
okhttp3.Call |
CoordinationV1beta1Api.createNamespacedLeaseCall(String namespace,
V1beta1Lease body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedLease
|
okhttp3.Call |
CoordinationV1Api.createNamespacedLeaseCall(String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedLease
|
ApiResponse<V1beta1Lease> |
CoordinationV1beta1Api.createNamespacedLeaseWithHttpInfo(String namespace,
V1beta1Lease body,
String pretty,
String dryRun,
String fieldManager)
create a Lease
|
ApiResponse<V1Lease> |
CoordinationV1Api.createNamespacedLeaseWithHttpInfo(String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager)
create a Lease
|
V1LimitRange |
CoreV1Api.createNamespacedLimitRange(String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager)
create a LimitRange
|
okhttp3.Call |
CoreV1Api.createNamespacedLimitRangeAsync(String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1LimitRange> _callback)
(asynchronously) create a LimitRange
|
okhttp3.Call |
CoreV1Api.createNamespacedLimitRangeCall(String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedLimitRange
|
ApiResponse<V1LimitRange> |
CoreV1Api.createNamespacedLimitRangeWithHttpInfo(String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager)
create a LimitRange
|
V1beta1LocalSubjectAccessReview |
AuthorizationV1beta1Api.createNamespacedLocalSubjectAccessReview(String namespace,
V1beta1LocalSubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty)
create a LocalSubjectAccessReview
|
V1LocalSubjectAccessReview |
AuthorizationV1Api.createNamespacedLocalSubjectAccessReview(String namespace,
V1LocalSubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty)
create a LocalSubjectAccessReview
|
okhttp3.Call |
AuthorizationV1beta1Api.createNamespacedLocalSubjectAccessReviewAsync(String namespace,
V1beta1LocalSubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1beta1LocalSubjectAccessReview> _callback)
(asynchronously) create a LocalSubjectAccessReview
|
okhttp3.Call |
AuthorizationV1Api.createNamespacedLocalSubjectAccessReviewAsync(String namespace,
V1LocalSubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1LocalSubjectAccessReview> _callback)
(asynchronously) create a LocalSubjectAccessReview
|
okhttp3.Call |
AuthorizationV1beta1Api.createNamespacedLocalSubjectAccessReviewCall(String namespace,
V1beta1LocalSubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for createNamespacedLocalSubjectAccessReview
|
okhttp3.Call |
AuthorizationV1Api.createNamespacedLocalSubjectAccessReviewCall(String namespace,
V1LocalSubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for createNamespacedLocalSubjectAccessReview
|
ApiResponse<V1beta1LocalSubjectAccessReview> |
AuthorizationV1beta1Api.createNamespacedLocalSubjectAccessReviewWithHttpInfo(String namespace,
V1beta1LocalSubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty)
create a LocalSubjectAccessReview
|
ApiResponse<V1LocalSubjectAccessReview> |
AuthorizationV1Api.createNamespacedLocalSubjectAccessReviewWithHttpInfo(String namespace,
V1LocalSubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty)
create a LocalSubjectAccessReview
|
V1NetworkPolicy |
NetworkingV1Api.createNamespacedNetworkPolicy(String namespace,
V1NetworkPolicy body,
String pretty,
String dryRun,
String fieldManager)
create a NetworkPolicy
|
okhttp3.Call |
NetworkingV1Api.createNamespacedNetworkPolicyAsync(String namespace,
V1NetworkPolicy body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1NetworkPolicy> _callback)
(asynchronously) create a NetworkPolicy
|
okhttp3.Call |
NetworkingV1Api.createNamespacedNetworkPolicyCall(String namespace,
V1NetworkPolicy body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedNetworkPolicy
|
ApiResponse<V1NetworkPolicy> |
NetworkingV1Api.createNamespacedNetworkPolicyWithHttpInfo(String namespace,
V1NetworkPolicy body,
String pretty,
String dryRun,
String fieldManager)
create a NetworkPolicy
|
V1PersistentVolumeClaim |
CoreV1Api.createNamespacedPersistentVolumeClaim(String namespace,
V1PersistentVolumeClaim body,
String pretty,
String dryRun,
String fieldManager)
create a PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.createNamespacedPersistentVolumeClaimAsync(String namespace,
V1PersistentVolumeClaim body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1PersistentVolumeClaim> _callback)
(asynchronously) create a PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.createNamespacedPersistentVolumeClaimCall(String namespace,
V1PersistentVolumeClaim body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedPersistentVolumeClaim
|
ApiResponse<V1PersistentVolumeClaim> |
CoreV1Api.createNamespacedPersistentVolumeClaimWithHttpInfo(String namespace,
V1PersistentVolumeClaim body,
String pretty,
String dryRun,
String fieldManager)
create a PersistentVolumeClaim
|
V1Pod |
CoreV1Api.createNamespacedPod(String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager)
create a Pod
|
okhttp3.Call |
CoreV1Api.createNamespacedPodAsync(String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Pod> _callback)
(asynchronously) create a Pod
|
V1Binding |
CoreV1Api.createNamespacedPodBinding(String name,
String namespace,
V1Binding body,
String dryRun,
String fieldManager,
String pretty)
create binding of a Pod
|
okhttp3.Call |
CoreV1Api.createNamespacedPodBindingAsync(String name,
String namespace,
V1Binding body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1Binding> _callback)
(asynchronously) create binding of a Pod
|
okhttp3.Call |
CoreV1Api.createNamespacedPodBindingCall(String name,
String namespace,
V1Binding body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for createNamespacedPodBinding
|
ApiResponse<V1Binding> |
CoreV1Api.createNamespacedPodBindingWithHttpInfo(String name,
String namespace,
V1Binding body,
String dryRun,
String fieldManager,
String pretty)
create binding of a Pod
|
okhttp3.Call |
CoreV1Api.createNamespacedPodCall(String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedPod
|
V1beta1PodDisruptionBudget |
PolicyV1beta1Api.createNamespacedPodDisruptionBudget(String namespace,
V1beta1PodDisruptionBudget body,
String pretty,
String dryRun,
String fieldManager)
create a PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.createNamespacedPodDisruptionBudgetAsync(String namespace,
V1beta1PodDisruptionBudget body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1PodDisruptionBudget> _callback)
(asynchronously) create a PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.createNamespacedPodDisruptionBudgetCall(String namespace,
V1beta1PodDisruptionBudget body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedPodDisruptionBudget
|
ApiResponse<V1beta1PodDisruptionBudget> |
PolicyV1beta1Api.createNamespacedPodDisruptionBudgetWithHttpInfo(String namespace,
V1beta1PodDisruptionBudget body,
String pretty,
String dryRun,
String fieldManager)
create a PodDisruptionBudget
|
V1beta1Eviction |
CoreV1Api.createNamespacedPodEviction(String name,
String namespace,
V1beta1Eviction body,
String dryRun,
String fieldManager,
String pretty)
create eviction of a Pod
|
okhttp3.Call |
CoreV1Api.createNamespacedPodEvictionAsync(String name,
String namespace,
V1beta1Eviction body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1beta1Eviction> _callback)
(asynchronously) create eviction of a Pod
|
okhttp3.Call |
CoreV1Api.createNamespacedPodEvictionCall(String name,
String namespace,
V1beta1Eviction body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for createNamespacedPodEviction
|
ApiResponse<V1beta1Eviction> |
CoreV1Api.createNamespacedPodEvictionWithHttpInfo(String name,
String namespace,
V1beta1Eviction body,
String dryRun,
String fieldManager,
String pretty)
create eviction of a Pod
|
V1alpha1PodPreset |
SettingsV1alpha1Api.createNamespacedPodPreset(String namespace,
V1alpha1PodPreset body,
String pretty,
String dryRun,
String fieldManager)
create a PodPreset
|
okhttp3.Call |
SettingsV1alpha1Api.createNamespacedPodPresetAsync(String namespace,
V1alpha1PodPreset body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1PodPreset> _callback)
(asynchronously) create a PodPreset
|
okhttp3.Call |
SettingsV1alpha1Api.createNamespacedPodPresetCall(String namespace,
V1alpha1PodPreset body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedPodPreset
|
ApiResponse<V1alpha1PodPreset> |
SettingsV1alpha1Api.createNamespacedPodPresetWithHttpInfo(String namespace,
V1alpha1PodPreset body,
String pretty,
String dryRun,
String fieldManager)
create a PodPreset
|
V1PodTemplate |
CoreV1Api.createNamespacedPodTemplate(String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager)
create a PodTemplate
|
okhttp3.Call |
CoreV1Api.createNamespacedPodTemplateAsync(String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1PodTemplate> _callback)
(asynchronously) create a PodTemplate
|
okhttp3.Call |
CoreV1Api.createNamespacedPodTemplateCall(String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedPodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.createNamespacedPodTemplateWithHttpInfo(String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager)
create a PodTemplate
|
ApiResponse<V1Pod> |
CoreV1Api.createNamespacedPodWithHttpInfo(String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager)
create a Pod
|
V1ReplicaSet |
AppsV1Api.createNamespacedReplicaSet(String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager)
create a ReplicaSet
|
okhttp3.Call |
AppsV1Api.createNamespacedReplicaSetAsync(String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ReplicaSet> _callback)
(asynchronously) create a ReplicaSet
|
okhttp3.Call |
AppsV1Api.createNamespacedReplicaSetCall(String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedReplicaSet
|
ApiResponse<V1ReplicaSet> |
AppsV1Api.createNamespacedReplicaSetWithHttpInfo(String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager)
create a ReplicaSet
|
V1ReplicationController |
CoreV1Api.createNamespacedReplicationController(String namespace,
V1ReplicationController body,
String pretty,
String dryRun,
String fieldManager)
create a ReplicationController
|
okhttp3.Call |
CoreV1Api.createNamespacedReplicationControllerAsync(String namespace,
V1ReplicationController body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ReplicationController> _callback)
(asynchronously) create a ReplicationController
|
okhttp3.Call |
CoreV1Api.createNamespacedReplicationControllerCall(String namespace,
V1ReplicationController body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedReplicationController
|
ApiResponse<V1ReplicationController> |
CoreV1Api.createNamespacedReplicationControllerWithHttpInfo(String namespace,
V1ReplicationController body,
String pretty,
String dryRun,
String fieldManager)
create a ReplicationController
|
V1ResourceQuota |
CoreV1Api.createNamespacedResourceQuota(String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager)
create a ResourceQuota
|
okhttp3.Call |
CoreV1Api.createNamespacedResourceQuotaAsync(String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) create a ResourceQuota
|
okhttp3.Call |
CoreV1Api.createNamespacedResourceQuotaCall(String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.createNamespacedResourceQuotaWithHttpInfo(String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager)
create a ResourceQuota
|
V1alpha1Role |
RbacAuthorizationV1alpha1Api.createNamespacedRole(String namespace,
V1alpha1Role body,
String pretty,
String dryRun,
String fieldManager)
create a Role
|
V1beta1Role |
RbacAuthorizationV1beta1Api.createNamespacedRole(String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager)
create a Role
|
V1Role |
RbacAuthorizationV1Api.createNamespacedRole(String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager)
create a Role
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.createNamespacedRoleAsync(String namespace,
V1alpha1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1Role> _callback)
(asynchronously) create a Role
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.createNamespacedRoleAsync(String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1Role> _callback)
(asynchronously) create a Role
|
okhttp3.Call |
RbacAuthorizationV1Api.createNamespacedRoleAsync(String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Role> _callback)
(asynchronously) create a Role
|
V1alpha1RoleBinding |
RbacAuthorizationV1alpha1Api.createNamespacedRoleBinding(String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
create a RoleBinding
|
V1beta1RoleBinding |
RbacAuthorizationV1beta1Api.createNamespacedRoleBinding(String namespace,
V1beta1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
create a RoleBinding
|
V1RoleBinding |
RbacAuthorizationV1Api.createNamespacedRoleBinding(String namespace,
V1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
create a RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.createNamespacedRoleBindingAsync(String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1RoleBinding> _callback)
(asynchronously) create a RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.createNamespacedRoleBindingAsync(String namespace,
V1beta1RoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1RoleBinding> _callback)
(asynchronously) create a RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.createNamespacedRoleBindingAsync(String namespace,
V1RoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1RoleBinding> _callback)
(asynchronously) create a RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.createNamespacedRoleBindingCall(String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.createNamespacedRoleBindingCall(String namespace,
V1beta1RoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.createNamespacedRoleBindingCall(String namespace,
V1RoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedRoleBinding
|
ApiResponse<V1alpha1RoleBinding> |
RbacAuthorizationV1alpha1Api.createNamespacedRoleBindingWithHttpInfo(String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
create a RoleBinding
|
ApiResponse<V1beta1RoleBinding> |
RbacAuthorizationV1beta1Api.createNamespacedRoleBindingWithHttpInfo(String namespace,
V1beta1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
create a RoleBinding
|
ApiResponse<V1RoleBinding> |
RbacAuthorizationV1Api.createNamespacedRoleBindingWithHttpInfo(String namespace,
V1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
create a RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.createNamespacedRoleCall(String namespace,
V1alpha1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.createNamespacedRoleCall(String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedRole
|
okhttp3.Call |
RbacAuthorizationV1Api.createNamespacedRoleCall(String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedRole
|
ApiResponse<V1alpha1Role> |
RbacAuthorizationV1alpha1Api.createNamespacedRoleWithHttpInfo(String namespace,
V1alpha1Role body,
String pretty,
String dryRun,
String fieldManager)
create a Role
|
ApiResponse<V1beta1Role> |
RbacAuthorizationV1beta1Api.createNamespacedRoleWithHttpInfo(String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager)
create a Role
|
ApiResponse<V1Role> |
RbacAuthorizationV1Api.createNamespacedRoleWithHttpInfo(String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager)
create a Role
|
V1Secret |
CoreV1Api.createNamespacedSecret(String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager)
create a Secret
|
okhttp3.Call |
CoreV1Api.createNamespacedSecretAsync(String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Secret> _callback)
(asynchronously) create a Secret
|
okhttp3.Call |
CoreV1Api.createNamespacedSecretCall(String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedSecret
|
ApiResponse<V1Secret> |
CoreV1Api.createNamespacedSecretWithHttpInfo(String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager)
create a Secret
|
V1Service |
CoreV1Api.createNamespacedService(String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager)
create a Service
|
V1ServiceAccount |
CoreV1Api.createNamespacedServiceAccount(String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager)
create a ServiceAccount
|
okhttp3.Call |
CoreV1Api.createNamespacedServiceAccountAsync(String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ServiceAccount> _callback)
(asynchronously) create a ServiceAccount
|
okhttp3.Call |
CoreV1Api.createNamespacedServiceAccountCall(String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedServiceAccount
|
V1TokenRequest |
CoreV1Api.createNamespacedServiceAccountToken(String name,
String namespace,
V1TokenRequest body,
String dryRun,
String fieldManager,
String pretty)
create token of a ServiceAccount
|
okhttp3.Call |
CoreV1Api.createNamespacedServiceAccountTokenAsync(String name,
String namespace,
V1TokenRequest body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1TokenRequest> _callback)
(asynchronously) create token of a ServiceAccount
|
okhttp3.Call |
CoreV1Api.createNamespacedServiceAccountTokenCall(String name,
String namespace,
V1TokenRequest body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for createNamespacedServiceAccountToken
|
ApiResponse<V1TokenRequest> |
CoreV1Api.createNamespacedServiceAccountTokenWithHttpInfo(String name,
String namespace,
V1TokenRequest body,
String dryRun,
String fieldManager,
String pretty)
create token of a ServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.createNamespacedServiceAccountWithHttpInfo(String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager)
create a ServiceAccount
|
okhttp3.Call |
CoreV1Api.createNamespacedServiceAsync(String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Service> _callback)
(asynchronously) create a Service
|
okhttp3.Call |
CoreV1Api.createNamespacedServiceCall(String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedService
|
ApiResponse<V1Service> |
CoreV1Api.createNamespacedServiceWithHttpInfo(String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager)
create a Service
|
V1StatefulSet |
AppsV1Api.createNamespacedStatefulSet(String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager)
create a StatefulSet
|
okhttp3.Call |
AppsV1Api.createNamespacedStatefulSetAsync(String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1StatefulSet> _callback)
(asynchronously) create a StatefulSet
|
okhttp3.Call |
AppsV1Api.createNamespacedStatefulSetCall(String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedStatefulSet
|
ApiResponse<V1StatefulSet> |
AppsV1Api.createNamespacedStatefulSetWithHttpInfo(String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager)
create a StatefulSet
|
ApiResponse<V1Namespace> |
CoreV1Api.createNamespaceWithHttpInfo(V1Namespace body,
String pretty,
String dryRun,
String fieldManager)
create a Namespace
|
V1Node |
CoreV1Api.createNode(V1Node body,
String pretty,
String dryRun,
String fieldManager)
create a Node
|
okhttp3.Call |
CoreV1Api.createNodeAsync(V1Node body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Node> _callback)
(asynchronously) create a Node
|
okhttp3.Call |
CoreV1Api.createNodeCall(V1Node body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNode
|
ApiResponse<V1Node> |
CoreV1Api.createNodeWithHttpInfo(V1Node body,
String pretty,
String dryRun,
String fieldManager)
create a Node
|
V1PersistentVolume |
CoreV1Api.createPersistentVolume(V1PersistentVolume body,
String pretty,
String dryRun,
String fieldManager)
create a PersistentVolume
|
okhttp3.Call |
CoreV1Api.createPersistentVolumeAsync(V1PersistentVolume body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1PersistentVolume> _callback)
(asynchronously) create a PersistentVolume
|
okhttp3.Call |
CoreV1Api.createPersistentVolumeCall(V1PersistentVolume body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createPersistentVolume
|
ApiResponse<V1PersistentVolume> |
CoreV1Api.createPersistentVolumeWithHttpInfo(V1PersistentVolume body,
String pretty,
String dryRun,
String fieldManager)
create a PersistentVolume
|
V1beta1PodSecurityPolicy |
PolicyV1beta1Api.createPodSecurityPolicy(V1beta1PodSecurityPolicy body,
String pretty,
String dryRun,
String fieldManager)
create a PodSecurityPolicy
|
okhttp3.Call |
PolicyV1beta1Api.createPodSecurityPolicyAsync(V1beta1PodSecurityPolicy body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1PodSecurityPolicy> _callback)
(asynchronously) create a PodSecurityPolicy
|
okhttp3.Call |
PolicyV1beta1Api.createPodSecurityPolicyCall(V1beta1PodSecurityPolicy body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createPodSecurityPolicy
|
ApiResponse<V1beta1PodSecurityPolicy> |
PolicyV1beta1Api.createPodSecurityPolicyWithHttpInfo(V1beta1PodSecurityPolicy body,
String pretty,
String dryRun,
String fieldManager)
create a PodSecurityPolicy
|
V1alpha1PriorityClass |
SchedulingV1alpha1Api.createPriorityClass(V1alpha1PriorityClass body,
String pretty,
String dryRun,
String fieldManager)
create a PriorityClass
|
V1beta1PriorityClass |
SchedulingV1beta1Api.createPriorityClass(V1beta1PriorityClass body,
String pretty,
String dryRun,
String fieldManager)
create a PriorityClass
|
V1PriorityClass |
SchedulingV1Api.createPriorityClass(V1PriorityClass body,
String pretty,
String dryRun,
String fieldManager)
create a PriorityClass
|
okhttp3.Call |
SchedulingV1alpha1Api.createPriorityClassAsync(V1alpha1PriorityClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1PriorityClass> _callback)
(asynchronously) create a PriorityClass
|
okhttp3.Call |
SchedulingV1beta1Api.createPriorityClassAsync(V1beta1PriorityClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1PriorityClass> _callback)
(asynchronously) create a PriorityClass
|
okhttp3.Call |
SchedulingV1Api.createPriorityClassAsync(V1PriorityClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1PriorityClass> _callback)
(asynchronously) create a PriorityClass
|
okhttp3.Call |
SchedulingV1alpha1Api.createPriorityClassCall(V1alpha1PriorityClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createPriorityClass
|
okhttp3.Call |
SchedulingV1beta1Api.createPriorityClassCall(V1beta1PriorityClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createPriorityClass
|
okhttp3.Call |
SchedulingV1Api.createPriorityClassCall(V1PriorityClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createPriorityClass
|
ApiResponse<V1alpha1PriorityClass> |
SchedulingV1alpha1Api.createPriorityClassWithHttpInfo(V1alpha1PriorityClass body,
String pretty,
String dryRun,
String fieldManager)
create a PriorityClass
|
ApiResponse<V1beta1PriorityClass> |
SchedulingV1beta1Api.createPriorityClassWithHttpInfo(V1beta1PriorityClass body,
String pretty,
String dryRun,
String fieldManager)
create a PriorityClass
|
ApiResponse<V1PriorityClass> |
SchedulingV1Api.createPriorityClassWithHttpInfo(V1PriorityClass body,
String pretty,
String dryRun,
String fieldManager)
create a PriorityClass
|
V1alpha1PriorityLevelConfiguration |
FlowcontrolApiserverV1alpha1Api.createPriorityLevelConfiguration(V1alpha1PriorityLevelConfiguration body,
String pretty,
String dryRun,
String fieldManager)
create a PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.createPriorityLevelConfigurationAsync(V1alpha1PriorityLevelConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1PriorityLevelConfiguration> _callback)
(asynchronously) create a PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.createPriorityLevelConfigurationCall(V1alpha1PriorityLevelConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createPriorityLevelConfiguration
|
ApiResponse<V1alpha1PriorityLevelConfiguration> |
FlowcontrolApiserverV1alpha1Api.createPriorityLevelConfigurationWithHttpInfo(V1alpha1PriorityLevelConfiguration body,
String pretty,
String dryRun,
String fieldManager)
create a PriorityLevelConfiguration
|
V1alpha1RuntimeClass |
NodeV1alpha1Api.createRuntimeClass(V1alpha1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager)
create a RuntimeClass
|
V1beta1RuntimeClass |
NodeV1beta1Api.createRuntimeClass(V1beta1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager)
create a RuntimeClass
|
okhttp3.Call |
NodeV1alpha1Api.createRuntimeClassAsync(V1alpha1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1RuntimeClass> _callback)
(asynchronously) create a RuntimeClass
|
okhttp3.Call |
NodeV1beta1Api.createRuntimeClassAsync(V1beta1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1RuntimeClass> _callback)
(asynchronously) create a RuntimeClass
|
okhttp3.Call |
NodeV1alpha1Api.createRuntimeClassCall(V1alpha1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createRuntimeClass
|
okhttp3.Call |
NodeV1beta1Api.createRuntimeClassCall(V1beta1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createRuntimeClass
|
ApiResponse<V1alpha1RuntimeClass> |
NodeV1alpha1Api.createRuntimeClassWithHttpInfo(V1alpha1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager)
create a RuntimeClass
|
ApiResponse<V1beta1RuntimeClass> |
NodeV1beta1Api.createRuntimeClassWithHttpInfo(V1beta1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager)
create a RuntimeClass
|
V1beta1SelfSubjectAccessReview |
AuthorizationV1beta1Api.createSelfSubjectAccessReview(V1beta1SelfSubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty)
create a SelfSubjectAccessReview
|
V1SelfSubjectAccessReview |
AuthorizationV1Api.createSelfSubjectAccessReview(V1SelfSubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty)
create a SelfSubjectAccessReview
|
okhttp3.Call |
AuthorizationV1beta1Api.createSelfSubjectAccessReviewAsync(V1beta1SelfSubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1beta1SelfSubjectAccessReview> _callback)
(asynchronously) create a SelfSubjectAccessReview
|
okhttp3.Call |
AuthorizationV1Api.createSelfSubjectAccessReviewAsync(V1SelfSubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1SelfSubjectAccessReview> _callback)
(asynchronously) create a SelfSubjectAccessReview
|
okhttp3.Call |
AuthorizationV1beta1Api.createSelfSubjectAccessReviewCall(V1beta1SelfSubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for createSelfSubjectAccessReview
|
okhttp3.Call |
AuthorizationV1Api.createSelfSubjectAccessReviewCall(V1SelfSubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for createSelfSubjectAccessReview
|
ApiResponse<V1beta1SelfSubjectAccessReview> |
AuthorizationV1beta1Api.createSelfSubjectAccessReviewWithHttpInfo(V1beta1SelfSubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty)
create a SelfSubjectAccessReview
|
ApiResponse<V1SelfSubjectAccessReview> |
AuthorizationV1Api.createSelfSubjectAccessReviewWithHttpInfo(V1SelfSubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty)
create a SelfSubjectAccessReview
|
V1beta1SelfSubjectRulesReview |
AuthorizationV1beta1Api.createSelfSubjectRulesReview(V1beta1SelfSubjectRulesReview body,
String dryRun,
String fieldManager,
String pretty)
create a SelfSubjectRulesReview
|
V1SelfSubjectRulesReview |
AuthorizationV1Api.createSelfSubjectRulesReview(V1SelfSubjectRulesReview body,
String dryRun,
String fieldManager,
String pretty)
create a SelfSubjectRulesReview
|
okhttp3.Call |
AuthorizationV1beta1Api.createSelfSubjectRulesReviewAsync(V1beta1SelfSubjectRulesReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1beta1SelfSubjectRulesReview> _callback)
(asynchronously) create a SelfSubjectRulesReview
|
okhttp3.Call |
AuthorizationV1Api.createSelfSubjectRulesReviewAsync(V1SelfSubjectRulesReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1SelfSubjectRulesReview> _callback)
(asynchronously) create a SelfSubjectRulesReview
|
okhttp3.Call |
AuthorizationV1beta1Api.createSelfSubjectRulesReviewCall(V1beta1SelfSubjectRulesReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for createSelfSubjectRulesReview
|
okhttp3.Call |
AuthorizationV1Api.createSelfSubjectRulesReviewCall(V1SelfSubjectRulesReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for createSelfSubjectRulesReview
|
ApiResponse<V1beta1SelfSubjectRulesReview> |
AuthorizationV1beta1Api.createSelfSubjectRulesReviewWithHttpInfo(V1beta1SelfSubjectRulesReview body,
String dryRun,
String fieldManager,
String pretty)
create a SelfSubjectRulesReview
|
ApiResponse<V1SelfSubjectRulesReview> |
AuthorizationV1Api.createSelfSubjectRulesReviewWithHttpInfo(V1SelfSubjectRulesReview body,
String dryRun,
String fieldManager,
String pretty)
create a SelfSubjectRulesReview
|
V1beta1StorageClass |
StorageV1beta1Api.createStorageClass(V1beta1StorageClass body,
String pretty,
String dryRun,
String fieldManager)
create a StorageClass
|
V1StorageClass |
StorageV1Api.createStorageClass(V1StorageClass body,
String pretty,
String dryRun,
String fieldManager)
create a StorageClass
|
okhttp3.Call |
StorageV1beta1Api.createStorageClassAsync(V1beta1StorageClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1StorageClass> _callback)
(asynchronously) create a StorageClass
|
okhttp3.Call |
StorageV1Api.createStorageClassAsync(V1StorageClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1StorageClass> _callback)
(asynchronously) create a StorageClass
|
okhttp3.Call |
StorageV1beta1Api.createStorageClassCall(V1beta1StorageClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createStorageClass
|
okhttp3.Call |
StorageV1Api.createStorageClassCall(V1StorageClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createStorageClass
|
ApiResponse<V1beta1StorageClass> |
StorageV1beta1Api.createStorageClassWithHttpInfo(V1beta1StorageClass body,
String pretty,
String dryRun,
String fieldManager)
create a StorageClass
|
ApiResponse<V1StorageClass> |
StorageV1Api.createStorageClassWithHttpInfo(V1StorageClass body,
String pretty,
String dryRun,
String fieldManager)
create a StorageClass
|
V1beta1SubjectAccessReview |
AuthorizationV1beta1Api.createSubjectAccessReview(V1beta1SubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty)
create a SubjectAccessReview
|
V1SubjectAccessReview |
AuthorizationV1Api.createSubjectAccessReview(V1SubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty)
create a SubjectAccessReview
|
okhttp3.Call |
AuthorizationV1beta1Api.createSubjectAccessReviewAsync(V1beta1SubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1beta1SubjectAccessReview> _callback)
(asynchronously) create a SubjectAccessReview
|
okhttp3.Call |
AuthorizationV1Api.createSubjectAccessReviewAsync(V1SubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1SubjectAccessReview> _callback)
(asynchronously) create a SubjectAccessReview
|
okhttp3.Call |
AuthorizationV1beta1Api.createSubjectAccessReviewCall(V1beta1SubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for createSubjectAccessReview
|
okhttp3.Call |
AuthorizationV1Api.createSubjectAccessReviewCall(V1SubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for createSubjectAccessReview
|
ApiResponse<V1beta1SubjectAccessReview> |
AuthorizationV1beta1Api.createSubjectAccessReviewWithHttpInfo(V1beta1SubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty)
create a SubjectAccessReview
|
ApiResponse<V1SubjectAccessReview> |
AuthorizationV1Api.createSubjectAccessReviewWithHttpInfo(V1SubjectAccessReview body,
String dryRun,
String fieldManager,
String pretty)
create a SubjectAccessReview
|
V1beta1TokenReview |
AuthenticationV1beta1Api.createTokenReview(V1beta1TokenReview body,
String dryRun,
String fieldManager,
String pretty)
create a TokenReview
|
V1TokenReview |
AuthenticationV1Api.createTokenReview(V1TokenReview body,
String dryRun,
String fieldManager,
String pretty)
create a TokenReview
|
okhttp3.Call |
AuthenticationV1beta1Api.createTokenReviewAsync(V1beta1TokenReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1beta1TokenReview> _callback)
(asynchronously) create a TokenReview
|
okhttp3.Call |
AuthenticationV1Api.createTokenReviewAsync(V1TokenReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1TokenReview> _callback)
(asynchronously) create a TokenReview
|
okhttp3.Call |
AuthenticationV1beta1Api.createTokenReviewCall(V1beta1TokenReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for createTokenReview
|
okhttp3.Call |
AuthenticationV1Api.createTokenReviewCall(V1TokenReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for createTokenReview
|
ApiResponse<V1beta1TokenReview> |
AuthenticationV1beta1Api.createTokenReviewWithHttpInfo(V1beta1TokenReview body,
String dryRun,
String fieldManager,
String pretty)
create a TokenReview
|
ApiResponse<V1TokenReview> |
AuthenticationV1Api.createTokenReviewWithHttpInfo(V1TokenReview body,
String dryRun,
String fieldManager,
String pretty)
create a TokenReview
|
V1beta1ValidatingWebhookConfiguration |
AdmissionregistrationV1beta1Api.createValidatingWebhookConfiguration(V1beta1ValidatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager)
create a ValidatingWebhookConfiguration
|
V1ValidatingWebhookConfiguration |
AdmissionregistrationV1Api.createValidatingWebhookConfiguration(V1ValidatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager)
create a ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.createValidatingWebhookConfigurationAsync(V1beta1ValidatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1ValidatingWebhookConfiguration> _callback)
(asynchronously) create a ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.createValidatingWebhookConfigurationAsync(V1ValidatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ValidatingWebhookConfiguration> _callback)
(asynchronously) create a ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.createValidatingWebhookConfigurationCall(V1beta1ValidatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.createValidatingWebhookConfigurationCall(V1ValidatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createValidatingWebhookConfiguration
|
ApiResponse<V1beta1ValidatingWebhookConfiguration> |
AdmissionregistrationV1beta1Api.createValidatingWebhookConfigurationWithHttpInfo(V1beta1ValidatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager)
create a ValidatingWebhookConfiguration
|
ApiResponse<V1ValidatingWebhookConfiguration> |
AdmissionregistrationV1Api.createValidatingWebhookConfigurationWithHttpInfo(V1ValidatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager)
create a ValidatingWebhookConfiguration
|
V1alpha1VolumeAttachment |
StorageV1alpha1Api.createVolumeAttachment(V1alpha1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager)
create a VolumeAttachment
|
V1beta1VolumeAttachment |
StorageV1beta1Api.createVolumeAttachment(V1beta1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager)
create a VolumeAttachment
|
V1VolumeAttachment |
StorageV1Api.createVolumeAttachment(V1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager)
create a VolumeAttachment
|
okhttp3.Call |
StorageV1alpha1Api.createVolumeAttachmentAsync(V1alpha1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1VolumeAttachment> _callback)
(asynchronously) create a VolumeAttachment
|
okhttp3.Call |
StorageV1beta1Api.createVolumeAttachmentAsync(V1beta1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1VolumeAttachment> _callback)
(asynchronously) create a VolumeAttachment
|
okhttp3.Call |
StorageV1Api.createVolumeAttachmentAsync(V1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1VolumeAttachment> _callback)
(asynchronously) create a VolumeAttachment
|
okhttp3.Call |
StorageV1alpha1Api.createVolumeAttachmentCall(V1alpha1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createVolumeAttachment
|
okhttp3.Call |
StorageV1beta1Api.createVolumeAttachmentCall(V1beta1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createVolumeAttachment
|
okhttp3.Call |
StorageV1Api.createVolumeAttachmentCall(V1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createVolumeAttachment
|
ApiResponse<V1alpha1VolumeAttachment> |
StorageV1alpha1Api.createVolumeAttachmentWithHttpInfo(V1alpha1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager)
create a VolumeAttachment
|
ApiResponse<V1beta1VolumeAttachment> |
StorageV1beta1Api.createVolumeAttachmentWithHttpInfo(V1beta1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager)
create a VolumeAttachment
|
ApiResponse<V1VolumeAttachment> |
StorageV1Api.createVolumeAttachmentWithHttpInfo(V1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager)
create a VolumeAttachment
|
V1Status |
ApiregistrationV1beta1Api.deleteAPIService(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an APIService
|
V1Status |
ApiregistrationV1Api.deleteAPIService(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.deleteAPIServiceAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete an APIService
|
okhttp3.Call |
ApiregistrationV1Api.deleteAPIServiceAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete an APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.deleteAPIServiceCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteAPIService
|
okhttp3.Call |
ApiregistrationV1Api.deleteAPIServiceCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteAPIService
|
ApiResponse<V1Status> |
ApiregistrationV1beta1Api.deleteAPIServiceWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an APIService
|
ApiResponse<V1Status> |
ApiregistrationV1Api.deleteAPIServiceWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an APIService
|
V1Status |
CertificatesV1beta1Api.deleteCertificateSigningRequest(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CertificateSigningRequest
|
V1Status |
CertificatesV1Api.deleteCertificateSigningRequest(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.deleteCertificateSigningRequestAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.deleteCertificateSigningRequestAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.deleteCertificateSigningRequestCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.deleteCertificateSigningRequestCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCertificateSigningRequest
|
ApiResponse<V1Status> |
CertificatesV1beta1Api.deleteCertificateSigningRequestWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CertificateSigningRequest
|
ApiResponse<V1Status> |
CertificatesV1Api.deleteCertificateSigningRequestWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CertificateSigningRequest
|
Object |
CustomObjectsApi.deleteClusterCustomObject(String group,
String version,
String plural,
String name,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body)
Deletes the specified cluster scoped custom object
|
okhttp3.Call |
CustomObjectsApi.deleteClusterCustomObjectAsync(String group,
String version,
String plural,
String name,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body,
ApiCallback<Object> _callback)
(asynchronously) Deletes the specified cluster scoped custom object
|
okhttp3.Call |
CustomObjectsApi.deleteClusterCustomObjectCall(String group,
String version,
String plural,
String name,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteClusterCustomObject
|
ApiResponse<Object> |
CustomObjectsApi.deleteClusterCustomObjectWithHttpInfo(String group,
String version,
String plural,
String name,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body)
Deletes the specified cluster scoped custom object
|
V1Status |
RbacAuthorizationV1alpha1Api.deleteClusterRole(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ClusterRole
|
V1Status |
RbacAuthorizationV1beta1Api.deleteClusterRole(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ClusterRole
|
V1Status |
RbacAuthorizationV1Api.deleteClusterRole(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.deleteClusterRoleAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.deleteClusterRoleAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.deleteClusterRoleAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a ClusterRole
|
V1Status |
RbacAuthorizationV1alpha1Api.deleteClusterRoleBinding(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ClusterRoleBinding
|
V1Status |
RbacAuthorizationV1beta1Api.deleteClusterRoleBinding(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ClusterRoleBinding
|
V1Status |
RbacAuthorizationV1Api.deleteClusterRoleBinding(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.deleteClusterRoleBindingAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.deleteClusterRoleBindingAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.deleteClusterRoleBindingAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.deleteClusterRoleBindingCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.deleteClusterRoleBindingCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.deleteClusterRoleBindingCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteClusterRoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1alpha1Api.deleteClusterRoleBindingWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ClusterRoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1beta1Api.deleteClusterRoleBindingWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ClusterRoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1Api.deleteClusterRoleBindingWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.deleteClusterRoleCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.deleteClusterRoleCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.deleteClusterRoleCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteClusterRole
|
ApiResponse<V1Status> |
RbacAuthorizationV1alpha1Api.deleteClusterRoleWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ClusterRole
|
ApiResponse<V1Status> |
RbacAuthorizationV1beta1Api.deleteClusterRoleWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ClusterRole
|
ApiResponse<V1Status> |
RbacAuthorizationV1Api.deleteClusterRoleWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ClusterRole
|
V1Status |
ApiregistrationV1beta1Api.deleteCollectionAPIService(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of APIService
|
V1Status |
ApiregistrationV1Api.deleteCollectionAPIService(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.deleteCollectionAPIServiceAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of APIService
|
okhttp3.Call |
ApiregistrationV1Api.deleteCollectionAPIServiceAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.deleteCollectionAPIServiceCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionAPIService
|
okhttp3.Call |
ApiregistrationV1Api.deleteCollectionAPIServiceCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionAPIService
|
ApiResponse<V1Status> |
ApiregistrationV1beta1Api.deleteCollectionAPIServiceWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of APIService
|
ApiResponse<V1Status> |
ApiregistrationV1Api.deleteCollectionAPIServiceWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of APIService
|
V1Status |
CertificatesV1beta1Api.deleteCollectionCertificateSigningRequest(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CertificateSigningRequest
|
V1Status |
CertificatesV1Api.deleteCollectionCertificateSigningRequest(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.deleteCollectionCertificateSigningRequestAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.deleteCollectionCertificateSigningRequestAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.deleteCollectionCertificateSigningRequestCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionCertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.deleteCollectionCertificateSigningRequestCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionCertificateSigningRequest
|
ApiResponse<V1Status> |
CertificatesV1beta1Api.deleteCollectionCertificateSigningRequestWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CertificateSigningRequest
|
ApiResponse<V1Status> |
CertificatesV1Api.deleteCollectionCertificateSigningRequestWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CertificateSigningRequest
|
Object |
CustomObjectsApi.deleteCollectionClusterCustomObject(String group,
String version,
String plural,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body)
Delete collection of cluster scoped custom objects
|
okhttp3.Call |
CustomObjectsApi.deleteCollectionClusterCustomObjectAsync(String group,
String version,
String plural,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body,
ApiCallback<Object> _callback)
(asynchronously) Delete collection of cluster scoped custom objects
|
okhttp3.Call |
CustomObjectsApi.deleteCollectionClusterCustomObjectCall(String group,
String version,
String plural,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionClusterCustomObject
|
ApiResponse<Object> |
CustomObjectsApi.deleteCollectionClusterCustomObjectWithHttpInfo(String group,
String version,
String plural,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body)
Delete collection of cluster scoped custom objects
|
V1Status |
RbacAuthorizationV1alpha1Api.deleteCollectionClusterRole(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ClusterRole
|
V1Status |
RbacAuthorizationV1beta1Api.deleteCollectionClusterRole(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ClusterRole
|
V1Status |
RbacAuthorizationV1Api.deleteCollectionClusterRole(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.deleteCollectionClusterRoleAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.deleteCollectionClusterRoleAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.deleteCollectionClusterRoleAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of ClusterRole
|
V1Status |
RbacAuthorizationV1alpha1Api.deleteCollectionClusterRoleBinding(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ClusterRoleBinding
|
V1Status |
RbacAuthorizationV1beta1Api.deleteCollectionClusterRoleBinding(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ClusterRoleBinding
|
V1Status |
RbacAuthorizationV1Api.deleteCollectionClusterRoleBinding(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.deleteCollectionClusterRoleBindingAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.deleteCollectionClusterRoleBindingAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.deleteCollectionClusterRoleBindingAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.deleteCollectionClusterRoleBindingCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.deleteCollectionClusterRoleBindingCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.deleteCollectionClusterRoleBindingCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionClusterRoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1alpha1Api.deleteCollectionClusterRoleBindingWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ClusterRoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1beta1Api.deleteCollectionClusterRoleBindingWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ClusterRoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1Api.deleteCollectionClusterRoleBindingWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.deleteCollectionClusterRoleCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.deleteCollectionClusterRoleCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.deleteCollectionClusterRoleCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionClusterRole
|
ApiResponse<V1Status> |
RbacAuthorizationV1alpha1Api.deleteCollectionClusterRoleWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ClusterRole
|
ApiResponse<V1Status> |
RbacAuthorizationV1beta1Api.deleteCollectionClusterRoleWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ClusterRole
|
ApiResponse<V1Status> |
RbacAuthorizationV1Api.deleteCollectionClusterRoleWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ClusterRole
|
V1Status |
StorageV1Api.deleteCollectionCSIDriver(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CSIDriver
|
V1Status |
StorageV1beta1Api.deleteCollectionCSIDriver(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CSIDriver
|
okhttp3.Call |
StorageV1Api.deleteCollectionCSIDriverAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of CSIDriver
|
okhttp3.Call |
StorageV1beta1Api.deleteCollectionCSIDriverAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of CSIDriver
|
okhttp3.Call |
StorageV1Api.deleteCollectionCSIDriverCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionCSIDriver
|
okhttp3.Call |
StorageV1beta1Api.deleteCollectionCSIDriverCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionCSIDriver
|
ApiResponse<V1Status> |
StorageV1Api.deleteCollectionCSIDriverWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CSIDriver
|
ApiResponse<V1Status> |
StorageV1beta1Api.deleteCollectionCSIDriverWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CSIDriver
|
V1Status |
StorageV1Api.deleteCollectionCSINode(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CSINode
|
V1Status |
StorageV1beta1Api.deleteCollectionCSINode(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CSINode
|
okhttp3.Call |
StorageV1Api.deleteCollectionCSINodeAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of CSINode
|
okhttp3.Call |
StorageV1beta1Api.deleteCollectionCSINodeAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of CSINode
|
okhttp3.Call |
StorageV1Api.deleteCollectionCSINodeCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionCSINode
|
okhttp3.Call |
StorageV1beta1Api.deleteCollectionCSINodeCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionCSINode
|
ApiResponse<V1Status> |
StorageV1Api.deleteCollectionCSINodeWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CSINode
|
ApiResponse<V1Status> |
StorageV1beta1Api.deleteCollectionCSINodeWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CSINode
|
V1Status |
ApiextensionsV1Api.deleteCollectionCustomResourceDefinition(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CustomResourceDefinition
|
V1Status |
ApiextensionsV1beta1Api.deleteCollectionCustomResourceDefinition(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.deleteCollectionCustomResourceDefinitionAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.deleteCollectionCustomResourceDefinitionAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.deleteCollectionCustomResourceDefinitionCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionCustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.deleteCollectionCustomResourceDefinitionCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionCustomResourceDefinition
|
ApiResponse<V1Status> |
ApiextensionsV1Api.deleteCollectionCustomResourceDefinitionWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CustomResourceDefinition
|
ApiResponse<V1Status> |
ApiextensionsV1beta1Api.deleteCollectionCustomResourceDefinitionWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CustomResourceDefinition
|
V1Status |
FlowcontrolApiserverV1alpha1Api.deleteCollectionFlowSchema(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.deleteCollectionFlowSchemaAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.deleteCollectionFlowSchemaCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionFlowSchema
|
ApiResponse<V1Status> |
FlowcontrolApiserverV1alpha1Api.deleteCollectionFlowSchemaWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of FlowSchema
|
V1Status |
NetworkingV1Api.deleteCollectionIngressClass(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of IngressClass
|
V1Status |
NetworkingV1beta1Api.deleteCollectionIngressClass(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of IngressClass
|
okhttp3.Call |
NetworkingV1Api.deleteCollectionIngressClassAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of IngressClass
|
okhttp3.Call |
NetworkingV1beta1Api.deleteCollectionIngressClassAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of IngressClass
|
okhttp3.Call |
NetworkingV1Api.deleteCollectionIngressClassCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionIngressClass
|
okhttp3.Call |
NetworkingV1beta1Api.deleteCollectionIngressClassCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionIngressClass
|
ApiResponse<V1Status> |
NetworkingV1Api.deleteCollectionIngressClassWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of IngressClass
|
ApiResponse<V1Status> |
NetworkingV1beta1Api.deleteCollectionIngressClassWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of IngressClass
|
V1Status |
AdmissionregistrationV1beta1Api.deleteCollectionMutatingWebhookConfiguration(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of MutatingWebhookConfiguration
|
V1Status |
AdmissionregistrationV1Api.deleteCollectionMutatingWebhookConfiguration(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.deleteCollectionMutatingWebhookConfigurationAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.deleteCollectionMutatingWebhookConfigurationAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.deleteCollectionMutatingWebhookConfigurationCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionMutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.deleteCollectionMutatingWebhookConfigurationCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionMutatingWebhookConfiguration
|
ApiResponse<V1Status> |
AdmissionregistrationV1beta1Api.deleteCollectionMutatingWebhookConfigurationWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of MutatingWebhookConfiguration
|
ApiResponse<V1Status> |
AdmissionregistrationV1Api.deleteCollectionMutatingWebhookConfigurationWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of MutatingWebhookConfiguration
|
V1Status |
CoreV1Api.deleteCollectionNamespacedConfigMap(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ConfigMap
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedConfigMapAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of ConfigMap
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedConfigMapCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedConfigMap
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedConfigMapWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ConfigMap
|
V1Status |
AppsV1Api.deleteCollectionNamespacedControllerRevision(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ControllerRevision
|
okhttp3.Call |
AppsV1Api.deleteCollectionNamespacedControllerRevisionAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of ControllerRevision
|
okhttp3.Call |
AppsV1Api.deleteCollectionNamespacedControllerRevisionCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedControllerRevision
|
ApiResponse<V1Status> |
AppsV1Api.deleteCollectionNamespacedControllerRevisionWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ControllerRevision
|
V1Status |
BatchV1beta1Api.deleteCollectionNamespacedCronJob(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CronJob
|
V1Status |
BatchV2alpha1Api.deleteCollectionNamespacedCronJob(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CronJob
|
okhttp3.Call |
BatchV1beta1Api.deleteCollectionNamespacedCronJobAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of CronJob
|
okhttp3.Call |
BatchV2alpha1Api.deleteCollectionNamespacedCronJobAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of CronJob
|
okhttp3.Call |
BatchV1beta1Api.deleteCollectionNamespacedCronJobCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedCronJob
|
okhttp3.Call |
BatchV2alpha1Api.deleteCollectionNamespacedCronJobCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedCronJob
|
ApiResponse<V1Status> |
BatchV1beta1Api.deleteCollectionNamespacedCronJobWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CronJob
|
ApiResponse<V1Status> |
BatchV2alpha1Api.deleteCollectionNamespacedCronJobWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of CronJob
|
Object |
CustomObjectsApi.deleteCollectionNamespacedCustomObject(String group,
String version,
String namespace,
String plural,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body)
Delete collection of namespace scoped custom objects
|
okhttp3.Call |
CustomObjectsApi.deleteCollectionNamespacedCustomObjectAsync(String group,
String version,
String namespace,
String plural,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body,
ApiCallback<Object> _callback)
(asynchronously) Delete collection of namespace scoped custom objects
|
okhttp3.Call |
CustomObjectsApi.deleteCollectionNamespacedCustomObjectCall(String group,
String version,
String namespace,
String plural,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedCustomObject
|
ApiResponse<Object> |
CustomObjectsApi.deleteCollectionNamespacedCustomObjectWithHttpInfo(String group,
String version,
String namespace,
String plural,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body)
Delete collection of namespace scoped custom objects
|
V1Status |
AppsV1Api.deleteCollectionNamespacedDaemonSet(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of DaemonSet
|
okhttp3.Call |
AppsV1Api.deleteCollectionNamespacedDaemonSetAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of DaemonSet
|
okhttp3.Call |
AppsV1Api.deleteCollectionNamespacedDaemonSetCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedDaemonSet
|
ApiResponse<V1Status> |
AppsV1Api.deleteCollectionNamespacedDaemonSetWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of DaemonSet
|
V1Status |
AppsV1Api.deleteCollectionNamespacedDeployment(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Deployment
|
okhttp3.Call |
AppsV1Api.deleteCollectionNamespacedDeploymentAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of Deployment
|
okhttp3.Call |
AppsV1Api.deleteCollectionNamespacedDeploymentCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedDeployment
|
ApiResponse<V1Status> |
AppsV1Api.deleteCollectionNamespacedDeploymentWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Deployment
|
V1Status |
CoreV1Api.deleteCollectionNamespacedEndpoints(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Endpoints
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedEndpointsAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of Endpoints
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedEndpointsCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedEndpoints
|
V1Status |
DiscoveryV1beta1Api.deleteCollectionNamespacedEndpointSlice(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of EndpointSlice
|
okhttp3.Call |
DiscoveryV1beta1Api.deleteCollectionNamespacedEndpointSliceAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of EndpointSlice
|
okhttp3.Call |
DiscoveryV1beta1Api.deleteCollectionNamespacedEndpointSliceCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedEndpointSlice
|
ApiResponse<V1Status> |
DiscoveryV1beta1Api.deleteCollectionNamespacedEndpointSliceWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of EndpointSlice
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedEndpointsWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Endpoints
|
V1Status |
CoreV1Api.deleteCollectionNamespacedEvent(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Event
|
V1Status |
EventsV1Api.deleteCollectionNamespacedEvent(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Event
|
V1Status |
EventsV1beta1Api.deleteCollectionNamespacedEvent(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Event
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedEventAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of Event
|
okhttp3.Call |
EventsV1Api.deleteCollectionNamespacedEventAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of Event
|
okhttp3.Call |
EventsV1beta1Api.deleteCollectionNamespacedEventAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of Event
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedEventCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedEvent
|
okhttp3.Call |
EventsV1Api.deleteCollectionNamespacedEventCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedEvent
|
okhttp3.Call |
EventsV1beta1Api.deleteCollectionNamespacedEventCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedEvent
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedEventWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Event
|
ApiResponse<V1Status> |
EventsV1Api.deleteCollectionNamespacedEventWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Event
|
ApiResponse<V1Status> |
EventsV1beta1Api.deleteCollectionNamespacedEventWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Event
|
V1Status |
AutoscalingV1Api.deleteCollectionNamespacedHorizontalPodAutoscaler(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of HorizontalPodAutoscaler
|
V1Status |
AutoscalingV2beta2Api.deleteCollectionNamespacedHorizontalPodAutoscaler(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of HorizontalPodAutoscaler
|
V1Status |
AutoscalingV2beta1Api.deleteCollectionNamespacedHorizontalPodAutoscaler(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.deleteCollectionNamespacedHorizontalPodAutoscalerAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.deleteCollectionNamespacedHorizontalPodAutoscalerAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.deleteCollectionNamespacedHorizontalPodAutoscalerAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.deleteCollectionNamespacedHorizontalPodAutoscalerCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedHorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.deleteCollectionNamespacedHorizontalPodAutoscalerCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedHorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.deleteCollectionNamespacedHorizontalPodAutoscalerCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedHorizontalPodAutoscaler
|
ApiResponse<V1Status> |
AutoscalingV1Api.deleteCollectionNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of HorizontalPodAutoscaler
|
ApiResponse<V1Status> |
AutoscalingV2beta2Api.deleteCollectionNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of HorizontalPodAutoscaler
|
ApiResponse<V1Status> |
AutoscalingV2beta1Api.deleteCollectionNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of HorizontalPodAutoscaler
|
V1Status |
ExtensionsV1beta1Api.deleteCollectionNamespacedIngress(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Ingress
|
V1Status |
NetworkingV1Api.deleteCollectionNamespacedIngress(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Ingress
|
V1Status |
NetworkingV1beta1Api.deleteCollectionNamespacedIngress(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.deleteCollectionNamespacedIngressAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of Ingress
|
okhttp3.Call |
NetworkingV1Api.deleteCollectionNamespacedIngressAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of Ingress
|
okhttp3.Call |
NetworkingV1beta1Api.deleteCollectionNamespacedIngressAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.deleteCollectionNamespacedIngressCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedIngress
|
okhttp3.Call |
NetworkingV1Api.deleteCollectionNamespacedIngressCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedIngress
|
okhttp3.Call |
NetworkingV1beta1Api.deleteCollectionNamespacedIngressCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedIngress
|
ApiResponse<V1Status> |
ExtensionsV1beta1Api.deleteCollectionNamespacedIngressWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Ingress
|
ApiResponse<V1Status> |
NetworkingV1Api.deleteCollectionNamespacedIngressWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Ingress
|
ApiResponse<V1Status> |
NetworkingV1beta1Api.deleteCollectionNamespacedIngressWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Ingress
|
V1Status |
BatchV1Api.deleteCollectionNamespacedJob(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Job
|
okhttp3.Call |
BatchV1Api.deleteCollectionNamespacedJobAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of Job
|
okhttp3.Call |
BatchV1Api.deleteCollectionNamespacedJobCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedJob
|
ApiResponse<V1Status> |
BatchV1Api.deleteCollectionNamespacedJobWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Job
|
V1Status |
CoordinationV1beta1Api.deleteCollectionNamespacedLease(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Lease
|
V1Status |
CoordinationV1Api.deleteCollectionNamespacedLease(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Lease
|
okhttp3.Call |
CoordinationV1beta1Api.deleteCollectionNamespacedLeaseAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of Lease
|
okhttp3.Call |
CoordinationV1Api.deleteCollectionNamespacedLeaseAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of Lease
|
okhttp3.Call |
CoordinationV1beta1Api.deleteCollectionNamespacedLeaseCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedLease
|
okhttp3.Call |
CoordinationV1Api.deleteCollectionNamespacedLeaseCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedLease
|
ApiResponse<V1Status> |
CoordinationV1beta1Api.deleteCollectionNamespacedLeaseWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Lease
|
ApiResponse<V1Status> |
CoordinationV1Api.deleteCollectionNamespacedLeaseWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Lease
|
V1Status |
CoreV1Api.deleteCollectionNamespacedLimitRange(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of LimitRange
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedLimitRangeAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of LimitRange
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedLimitRangeCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedLimitRange
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedLimitRangeWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of LimitRange
|
V1Status |
NetworkingV1Api.deleteCollectionNamespacedNetworkPolicy(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of NetworkPolicy
|
okhttp3.Call |
NetworkingV1Api.deleteCollectionNamespacedNetworkPolicyAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of NetworkPolicy
|
okhttp3.Call |
NetworkingV1Api.deleteCollectionNamespacedNetworkPolicyCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedNetworkPolicy
|
ApiResponse<V1Status> |
NetworkingV1Api.deleteCollectionNamespacedNetworkPolicyWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of NetworkPolicy
|
V1Status |
CoreV1Api.deleteCollectionNamespacedPersistentVolumeClaim(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedPersistentVolumeClaimAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedPersistentVolumeClaimCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedPersistentVolumeClaim
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedPersistentVolumeClaimWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PersistentVolumeClaim
|
V1Status |
CoreV1Api.deleteCollectionNamespacedPod(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Pod
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedPodAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of Pod
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedPodCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedPod
|
V1Status |
PolicyV1beta1Api.deleteCollectionNamespacedPodDisruptionBudget(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.deleteCollectionNamespacedPodDisruptionBudgetAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.deleteCollectionNamespacedPodDisruptionBudgetCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedPodDisruptionBudget
|
ApiResponse<V1Status> |
PolicyV1beta1Api.deleteCollectionNamespacedPodDisruptionBudgetWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PodDisruptionBudget
|
V1Status |
SettingsV1alpha1Api.deleteCollectionNamespacedPodPreset(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PodPreset
|
okhttp3.Call |
SettingsV1alpha1Api.deleteCollectionNamespacedPodPresetAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of PodPreset
|
okhttp3.Call |
SettingsV1alpha1Api.deleteCollectionNamespacedPodPresetCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedPodPreset
|
ApiResponse<V1Status> |
SettingsV1alpha1Api.deleteCollectionNamespacedPodPresetWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PodPreset
|
V1Status |
CoreV1Api.deleteCollectionNamespacedPodTemplate(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PodTemplate
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedPodTemplateAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of PodTemplate
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedPodTemplateCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedPodTemplate
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedPodTemplateWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PodTemplate
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedPodWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Pod
|
V1Status |
AppsV1Api.deleteCollectionNamespacedReplicaSet(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ReplicaSet
|
okhttp3.Call |
AppsV1Api.deleteCollectionNamespacedReplicaSetAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of ReplicaSet
|
okhttp3.Call |
AppsV1Api.deleteCollectionNamespacedReplicaSetCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedReplicaSet
|
ApiResponse<V1Status> |
AppsV1Api.deleteCollectionNamespacedReplicaSetWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ReplicaSet
|
V1Status |
CoreV1Api.deleteCollectionNamespacedReplicationController(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ReplicationController
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedReplicationControllerAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of ReplicationController
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedReplicationControllerCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedReplicationController
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedReplicationControllerWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ReplicationController
|
V1Status |
CoreV1Api.deleteCollectionNamespacedResourceQuota(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ResourceQuota
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedResourceQuotaAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of ResourceQuota
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedResourceQuotaCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedResourceQuota
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedResourceQuotaWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ResourceQuota
|
V1Status |
RbacAuthorizationV1alpha1Api.deleteCollectionNamespacedRole(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Role
|
V1Status |
RbacAuthorizationV1beta1Api.deleteCollectionNamespacedRole(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Role
|
V1Status |
RbacAuthorizationV1Api.deleteCollectionNamespacedRole(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Role
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.deleteCollectionNamespacedRoleAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of Role
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.deleteCollectionNamespacedRoleAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of Role
|
okhttp3.Call |
RbacAuthorizationV1Api.deleteCollectionNamespacedRoleAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of Role
|
V1Status |
RbacAuthorizationV1alpha1Api.deleteCollectionNamespacedRoleBinding(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of RoleBinding
|
V1Status |
RbacAuthorizationV1beta1Api.deleteCollectionNamespacedRoleBinding(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of RoleBinding
|
V1Status |
RbacAuthorizationV1Api.deleteCollectionNamespacedRoleBinding(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.deleteCollectionNamespacedRoleBindingAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.deleteCollectionNamespacedRoleBindingAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.deleteCollectionNamespacedRoleBindingAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.deleteCollectionNamespacedRoleBindingCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.deleteCollectionNamespacedRoleBindingCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.deleteCollectionNamespacedRoleBindingCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedRoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1alpha1Api.deleteCollectionNamespacedRoleBindingWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of RoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1beta1Api.deleteCollectionNamespacedRoleBindingWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of RoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1Api.deleteCollectionNamespacedRoleBindingWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.deleteCollectionNamespacedRoleCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.deleteCollectionNamespacedRoleCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedRole
|
okhttp3.Call |
RbacAuthorizationV1Api.deleteCollectionNamespacedRoleCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedRole
|
ApiResponse<V1Status> |
RbacAuthorizationV1alpha1Api.deleteCollectionNamespacedRoleWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Role
|
ApiResponse<V1Status> |
RbacAuthorizationV1beta1Api.deleteCollectionNamespacedRoleWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Role
|
ApiResponse<V1Status> |
RbacAuthorizationV1Api.deleteCollectionNamespacedRoleWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Role
|
V1Status |
CoreV1Api.deleteCollectionNamespacedSecret(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Secret
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedSecretAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of Secret
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedSecretCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedSecret
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedSecretWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Secret
|
V1Status |
CoreV1Api.deleteCollectionNamespacedServiceAccount(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ServiceAccount
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedServiceAccountAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of ServiceAccount
|
okhttp3.Call |
CoreV1Api.deleteCollectionNamespacedServiceAccountCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedServiceAccount
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedServiceAccountWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ServiceAccount
|
V1Status |
AppsV1Api.deleteCollectionNamespacedStatefulSet(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of StatefulSet
|
okhttp3.Call |
AppsV1Api.deleteCollectionNamespacedStatefulSetAsync(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of StatefulSet
|
okhttp3.Call |
AppsV1Api.deleteCollectionNamespacedStatefulSetCall(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNamespacedStatefulSet
|
ApiResponse<V1Status> |
AppsV1Api.deleteCollectionNamespacedStatefulSetWithHttpInfo(String namespace,
String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of StatefulSet
|
V1Status |
CoreV1Api.deleteCollectionNode(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Node
|
okhttp3.Call |
CoreV1Api.deleteCollectionNodeAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of Node
|
okhttp3.Call |
CoreV1Api.deleteCollectionNodeCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionNode
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNodeWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of Node
|
V1Status |
CoreV1Api.deleteCollectionPersistentVolume(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PersistentVolume
|
okhttp3.Call |
CoreV1Api.deleteCollectionPersistentVolumeAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of PersistentVolume
|
okhttp3.Call |
CoreV1Api.deleteCollectionPersistentVolumeCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionPersistentVolume
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionPersistentVolumeWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PersistentVolume
|
V1Status |
PolicyV1beta1Api.deleteCollectionPodSecurityPolicy(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PodSecurityPolicy
|
okhttp3.Call |
PolicyV1beta1Api.deleteCollectionPodSecurityPolicyAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of PodSecurityPolicy
|
okhttp3.Call |
PolicyV1beta1Api.deleteCollectionPodSecurityPolicyCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionPodSecurityPolicy
|
ApiResponse<V1Status> |
PolicyV1beta1Api.deleteCollectionPodSecurityPolicyWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PodSecurityPolicy
|
V1Status |
SchedulingV1beta1Api.deleteCollectionPriorityClass(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PriorityClass
|
V1Status |
SchedulingV1Api.deleteCollectionPriorityClass(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PriorityClass
|
V1Status |
SchedulingV1alpha1Api.deleteCollectionPriorityClass(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PriorityClass
|
okhttp3.Call |
SchedulingV1beta1Api.deleteCollectionPriorityClassAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of PriorityClass
|
okhttp3.Call |
SchedulingV1Api.deleteCollectionPriorityClassAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of PriorityClass
|
okhttp3.Call |
SchedulingV1alpha1Api.deleteCollectionPriorityClassAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of PriorityClass
|
okhttp3.Call |
SchedulingV1beta1Api.deleteCollectionPriorityClassCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionPriorityClass
|
okhttp3.Call |
SchedulingV1Api.deleteCollectionPriorityClassCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionPriorityClass
|
okhttp3.Call |
SchedulingV1alpha1Api.deleteCollectionPriorityClassCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionPriorityClass
|
ApiResponse<V1Status> |
SchedulingV1beta1Api.deleteCollectionPriorityClassWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PriorityClass
|
ApiResponse<V1Status> |
SchedulingV1Api.deleteCollectionPriorityClassWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PriorityClass
|
ApiResponse<V1Status> |
SchedulingV1alpha1Api.deleteCollectionPriorityClassWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PriorityClass
|
V1Status |
FlowcontrolApiserverV1alpha1Api.deleteCollectionPriorityLevelConfiguration(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.deleteCollectionPriorityLevelConfigurationAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.deleteCollectionPriorityLevelConfigurationCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionPriorityLevelConfiguration
|
ApiResponse<V1Status> |
FlowcontrolApiserverV1alpha1Api.deleteCollectionPriorityLevelConfigurationWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of PriorityLevelConfiguration
|
V1Status |
NodeV1alpha1Api.deleteCollectionRuntimeClass(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of RuntimeClass
|
V1Status |
NodeV1beta1Api.deleteCollectionRuntimeClass(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of RuntimeClass
|
okhttp3.Call |
NodeV1alpha1Api.deleteCollectionRuntimeClassAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of RuntimeClass
|
okhttp3.Call |
NodeV1beta1Api.deleteCollectionRuntimeClassAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of RuntimeClass
|
okhttp3.Call |
NodeV1alpha1Api.deleteCollectionRuntimeClassCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionRuntimeClass
|
okhttp3.Call |
NodeV1beta1Api.deleteCollectionRuntimeClassCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionRuntimeClass
|
ApiResponse<V1Status> |
NodeV1alpha1Api.deleteCollectionRuntimeClassWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of RuntimeClass
|
ApiResponse<V1Status> |
NodeV1beta1Api.deleteCollectionRuntimeClassWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of RuntimeClass
|
V1Status |
StorageV1Api.deleteCollectionStorageClass(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of StorageClass
|
V1Status |
StorageV1beta1Api.deleteCollectionStorageClass(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of StorageClass
|
okhttp3.Call |
StorageV1Api.deleteCollectionStorageClassAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of StorageClass
|
okhttp3.Call |
StorageV1beta1Api.deleteCollectionStorageClassAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of StorageClass
|
okhttp3.Call |
StorageV1Api.deleteCollectionStorageClassCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionStorageClass
|
okhttp3.Call |
StorageV1beta1Api.deleteCollectionStorageClassCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionStorageClass
|
ApiResponse<V1Status> |
StorageV1Api.deleteCollectionStorageClassWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of StorageClass
|
ApiResponse<V1Status> |
StorageV1beta1Api.deleteCollectionStorageClassWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of StorageClass
|
V1Status |
AdmissionregistrationV1beta1Api.deleteCollectionValidatingWebhookConfiguration(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ValidatingWebhookConfiguration
|
V1Status |
AdmissionregistrationV1Api.deleteCollectionValidatingWebhookConfiguration(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.deleteCollectionValidatingWebhookConfigurationAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.deleteCollectionValidatingWebhookConfigurationAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.deleteCollectionValidatingWebhookConfigurationCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.deleteCollectionValidatingWebhookConfigurationCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionValidatingWebhookConfiguration
|
ApiResponse<V1Status> |
AdmissionregistrationV1beta1Api.deleteCollectionValidatingWebhookConfigurationWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ValidatingWebhookConfiguration
|
ApiResponse<V1Status> |
AdmissionregistrationV1Api.deleteCollectionValidatingWebhookConfigurationWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of ValidatingWebhookConfiguration
|
V1Status |
StorageV1alpha1Api.deleteCollectionVolumeAttachment(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of VolumeAttachment
|
V1Status |
StorageV1Api.deleteCollectionVolumeAttachment(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of VolumeAttachment
|
V1Status |
StorageV1beta1Api.deleteCollectionVolumeAttachment(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of VolumeAttachment
|
okhttp3.Call |
StorageV1alpha1Api.deleteCollectionVolumeAttachmentAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of VolumeAttachment
|
okhttp3.Call |
StorageV1Api.deleteCollectionVolumeAttachmentAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of VolumeAttachment
|
okhttp3.Call |
StorageV1beta1Api.deleteCollectionVolumeAttachmentAsync(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete collection of VolumeAttachment
|
okhttp3.Call |
StorageV1alpha1Api.deleteCollectionVolumeAttachmentCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionVolumeAttachment
|
okhttp3.Call |
StorageV1Api.deleteCollectionVolumeAttachmentCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionVolumeAttachment
|
okhttp3.Call |
StorageV1beta1Api.deleteCollectionVolumeAttachmentCall(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCollectionVolumeAttachment
|
ApiResponse<V1Status> |
StorageV1alpha1Api.deleteCollectionVolumeAttachmentWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of VolumeAttachment
|
ApiResponse<V1Status> |
StorageV1Api.deleteCollectionVolumeAttachmentWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of VolumeAttachment
|
ApiResponse<V1Status> |
StorageV1beta1Api.deleteCollectionVolumeAttachmentWithHttpInfo(String pretty,
String _continue,
String dryRun,
String fieldSelector,
Integer gracePeriodSeconds,
String labelSelector,
Integer limit,
Boolean orphanDependents,
String propagationPolicy,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
V1DeleteOptions body)
delete collection of VolumeAttachment
|
V1CSIDriver |
StorageV1Api.deleteCSIDriver(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CSIDriver
|
V1beta1CSIDriver |
StorageV1beta1Api.deleteCSIDriver(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CSIDriver
|
okhttp3.Call |
StorageV1beta1Api.deleteCSIDriverAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1beta1CSIDriver> _callback)
(asynchronously) delete a CSIDriver
|
okhttp3.Call |
StorageV1Api.deleteCSIDriverAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1CSIDriver> _callback)
(asynchronously) delete a CSIDriver
|
okhttp3.Call |
StorageV1Api.deleteCSIDriverCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCSIDriver
|
okhttp3.Call |
StorageV1beta1Api.deleteCSIDriverCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCSIDriver
|
ApiResponse<V1CSIDriver> |
StorageV1Api.deleteCSIDriverWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CSIDriver
|
ApiResponse<V1beta1CSIDriver> |
StorageV1beta1Api.deleteCSIDriverWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CSIDriver
|
V1CSINode |
StorageV1Api.deleteCSINode(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CSINode
|
V1beta1CSINode |
StorageV1beta1Api.deleteCSINode(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CSINode
|
okhttp3.Call |
StorageV1beta1Api.deleteCSINodeAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1beta1CSINode> _callback)
(asynchronously) delete a CSINode
|
okhttp3.Call |
StorageV1Api.deleteCSINodeAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1CSINode> _callback)
(asynchronously) delete a CSINode
|
okhttp3.Call |
StorageV1Api.deleteCSINodeCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCSINode
|
okhttp3.Call |
StorageV1beta1Api.deleteCSINodeCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCSINode
|
ApiResponse<V1CSINode> |
StorageV1Api.deleteCSINodeWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CSINode
|
ApiResponse<V1beta1CSINode> |
StorageV1beta1Api.deleteCSINodeWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CSINode
|
V1Status |
ApiextensionsV1Api.deleteCustomResourceDefinition(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CustomResourceDefinition
|
V1Status |
ApiextensionsV1beta1Api.deleteCustomResourceDefinition(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.deleteCustomResourceDefinitionAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.deleteCustomResourceDefinitionAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.deleteCustomResourceDefinitionCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.deleteCustomResourceDefinitionCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteCustomResourceDefinition
|
ApiResponse<V1Status> |
ApiextensionsV1Api.deleteCustomResourceDefinitionWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CustomResourceDefinition
|
ApiResponse<V1Status> |
ApiextensionsV1beta1Api.deleteCustomResourceDefinitionWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CustomResourceDefinition
|
V1Status |
FlowcontrolApiserverV1alpha1Api.deleteFlowSchema(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.deleteFlowSchemaAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.deleteFlowSchemaCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteFlowSchema
|
ApiResponse<V1Status> |
FlowcontrolApiserverV1alpha1Api.deleteFlowSchemaWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a FlowSchema
|
V1Status |
NetworkingV1Api.deleteIngressClass(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an IngressClass
|
V1Status |
NetworkingV1beta1Api.deleteIngressClass(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an IngressClass
|
okhttp3.Call |
NetworkingV1Api.deleteIngressClassAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete an IngressClass
|
okhttp3.Call |
NetworkingV1beta1Api.deleteIngressClassAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete an IngressClass
|
okhttp3.Call |
NetworkingV1Api.deleteIngressClassCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteIngressClass
|
okhttp3.Call |
NetworkingV1beta1Api.deleteIngressClassCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteIngressClass
|
ApiResponse<V1Status> |
NetworkingV1Api.deleteIngressClassWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an IngressClass
|
ApiResponse<V1Status> |
NetworkingV1beta1Api.deleteIngressClassWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an IngressClass
|
V1Status |
AdmissionregistrationV1beta1Api.deleteMutatingWebhookConfiguration(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a MutatingWebhookConfiguration
|
V1Status |
AdmissionregistrationV1Api.deleteMutatingWebhookConfiguration(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.deleteMutatingWebhookConfigurationAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.deleteMutatingWebhookConfigurationAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.deleteMutatingWebhookConfigurationCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteMutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.deleteMutatingWebhookConfigurationCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteMutatingWebhookConfiguration
|
ApiResponse<V1Status> |
AdmissionregistrationV1beta1Api.deleteMutatingWebhookConfigurationWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a MutatingWebhookConfiguration
|
ApiResponse<V1Status> |
AdmissionregistrationV1Api.deleteMutatingWebhookConfigurationWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a MutatingWebhookConfiguration
|
V1Status |
CoreV1Api.deleteNamespace(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Namespace
|
okhttp3.Call |
CoreV1Api.deleteNamespaceAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a Namespace
|
okhttp3.Call |
CoreV1Api.deleteNamespaceCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespace
|
V1Status |
CoreV1Api.deleteNamespacedConfigMap(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ConfigMap
|
okhttp3.Call |
CoreV1Api.deleteNamespacedConfigMapAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a ConfigMap
|
okhttp3.Call |
CoreV1Api.deleteNamespacedConfigMapCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedConfigMap
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespacedConfigMapWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ConfigMap
|
V1Status |
AppsV1Api.deleteNamespacedControllerRevision(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ControllerRevision
|
okhttp3.Call |
AppsV1Api.deleteNamespacedControllerRevisionAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a ControllerRevision
|
okhttp3.Call |
AppsV1Api.deleteNamespacedControllerRevisionCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedControllerRevision
|
ApiResponse<V1Status> |
AppsV1Api.deleteNamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ControllerRevision
|
V1Status |
BatchV1beta1Api.deleteNamespacedCronJob(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CronJob
|
V1Status |
BatchV2alpha1Api.deleteNamespacedCronJob(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CronJob
|
okhttp3.Call |
BatchV1beta1Api.deleteNamespacedCronJobAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a CronJob
|
okhttp3.Call |
BatchV2alpha1Api.deleteNamespacedCronJobAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a CronJob
|
okhttp3.Call |
BatchV1beta1Api.deleteNamespacedCronJobCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedCronJob
|
okhttp3.Call |
BatchV2alpha1Api.deleteNamespacedCronJobCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedCronJob
|
ApiResponse<V1Status> |
BatchV1beta1Api.deleteNamespacedCronJobWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CronJob
|
ApiResponse<V1Status> |
BatchV2alpha1Api.deleteNamespacedCronJobWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a CronJob
|
Object |
CustomObjectsApi.deleteNamespacedCustomObject(String group,
String version,
String namespace,
String plural,
String name,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body)
Deletes the specified namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.deleteNamespacedCustomObjectAsync(String group,
String version,
String namespace,
String plural,
String name,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body,
ApiCallback<Object> _callback)
(asynchronously) Deletes the specified namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.deleteNamespacedCustomObjectCall(String group,
String version,
String namespace,
String plural,
String name,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedCustomObject
|
ApiResponse<Object> |
CustomObjectsApi.deleteNamespacedCustomObjectWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
String dryRun,
V1DeleteOptions body)
Deletes the specified namespace scoped custom object
|
V1Status |
AppsV1Api.deleteNamespacedDaemonSet(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a DaemonSet
|
okhttp3.Call |
AppsV1Api.deleteNamespacedDaemonSetAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a DaemonSet
|
okhttp3.Call |
AppsV1Api.deleteNamespacedDaemonSetCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedDaemonSet
|
ApiResponse<V1Status> |
AppsV1Api.deleteNamespacedDaemonSetWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a DaemonSet
|
V1Status |
AppsV1Api.deleteNamespacedDeployment(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Deployment
|
okhttp3.Call |
AppsV1Api.deleteNamespacedDeploymentAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a Deployment
|
okhttp3.Call |
AppsV1Api.deleteNamespacedDeploymentCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedDeployment
|
ApiResponse<V1Status> |
AppsV1Api.deleteNamespacedDeploymentWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Deployment
|
V1Status |
CoreV1Api.deleteNamespacedEndpoints(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete Endpoints
|
okhttp3.Call |
CoreV1Api.deleteNamespacedEndpointsAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete Endpoints
|
okhttp3.Call |
CoreV1Api.deleteNamespacedEndpointsCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedEndpoints
|
V1Status |
DiscoveryV1beta1Api.deleteNamespacedEndpointSlice(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an EndpointSlice
|
okhttp3.Call |
DiscoveryV1beta1Api.deleteNamespacedEndpointSliceAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete an EndpointSlice
|
okhttp3.Call |
DiscoveryV1beta1Api.deleteNamespacedEndpointSliceCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedEndpointSlice
|
ApiResponse<V1Status> |
DiscoveryV1beta1Api.deleteNamespacedEndpointSliceWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an EndpointSlice
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespacedEndpointsWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete Endpoints
|
V1Status |
CoreV1Api.deleteNamespacedEvent(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an Event
|
V1Status |
EventsV1Api.deleteNamespacedEvent(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an Event
|
V1Status |
EventsV1beta1Api.deleteNamespacedEvent(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an Event
|
okhttp3.Call |
CoreV1Api.deleteNamespacedEventAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete an Event
|
okhttp3.Call |
EventsV1Api.deleteNamespacedEventAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete an Event
|
okhttp3.Call |
EventsV1beta1Api.deleteNamespacedEventAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete an Event
|
okhttp3.Call |
CoreV1Api.deleteNamespacedEventCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedEvent
|
okhttp3.Call |
EventsV1Api.deleteNamespacedEventCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedEvent
|
okhttp3.Call |
EventsV1beta1Api.deleteNamespacedEventCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedEvent
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespacedEventWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an Event
|
ApiResponse<V1Status> |
EventsV1Api.deleteNamespacedEventWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an Event
|
ApiResponse<V1Status> |
EventsV1beta1Api.deleteNamespacedEventWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an Event
|
V1Status |
AutoscalingV1Api.deleteNamespacedHorizontalPodAutoscaler(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a HorizontalPodAutoscaler
|
V1Status |
AutoscalingV2beta2Api.deleteNamespacedHorizontalPodAutoscaler(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a HorizontalPodAutoscaler
|
V1Status |
AutoscalingV2beta1Api.deleteNamespacedHorizontalPodAutoscaler(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.deleteNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.deleteNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.deleteNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.deleteNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedHorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.deleteNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedHorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.deleteNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedHorizontalPodAutoscaler
|
ApiResponse<V1Status> |
AutoscalingV1Api.deleteNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a HorizontalPodAutoscaler
|
ApiResponse<V1Status> |
AutoscalingV2beta2Api.deleteNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a HorizontalPodAutoscaler
|
ApiResponse<V1Status> |
AutoscalingV2beta1Api.deleteNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a HorizontalPodAutoscaler
|
V1Status |
ExtensionsV1beta1Api.deleteNamespacedIngress(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an Ingress
|
V1Status |
NetworkingV1Api.deleteNamespacedIngress(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an Ingress
|
V1Status |
NetworkingV1beta1Api.deleteNamespacedIngress(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.deleteNamespacedIngressAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete an Ingress
|
okhttp3.Call |
NetworkingV1Api.deleteNamespacedIngressAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete an Ingress
|
okhttp3.Call |
NetworkingV1beta1Api.deleteNamespacedIngressAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete an Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.deleteNamespacedIngressCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedIngress
|
okhttp3.Call |
NetworkingV1Api.deleteNamespacedIngressCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedIngress
|
okhttp3.Call |
NetworkingV1beta1Api.deleteNamespacedIngressCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedIngress
|
ApiResponse<V1Status> |
ExtensionsV1beta1Api.deleteNamespacedIngressWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an Ingress
|
ApiResponse<V1Status> |
NetworkingV1Api.deleteNamespacedIngressWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an Ingress
|
ApiResponse<V1Status> |
NetworkingV1beta1Api.deleteNamespacedIngressWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete an Ingress
|
V1Status |
BatchV1Api.deleteNamespacedJob(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Job
|
okhttp3.Call |
BatchV1Api.deleteNamespacedJobAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a Job
|
okhttp3.Call |
BatchV1Api.deleteNamespacedJobCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedJob
|
ApiResponse<V1Status> |
BatchV1Api.deleteNamespacedJobWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Job
|
V1Status |
CoordinationV1beta1Api.deleteNamespacedLease(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Lease
|
V1Status |
CoordinationV1Api.deleteNamespacedLease(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Lease
|
okhttp3.Call |
CoordinationV1beta1Api.deleteNamespacedLeaseAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a Lease
|
okhttp3.Call |
CoordinationV1Api.deleteNamespacedLeaseAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a Lease
|
okhttp3.Call |
CoordinationV1beta1Api.deleteNamespacedLeaseCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedLease
|
okhttp3.Call |
CoordinationV1Api.deleteNamespacedLeaseCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedLease
|
ApiResponse<V1Status> |
CoordinationV1beta1Api.deleteNamespacedLeaseWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Lease
|
ApiResponse<V1Status> |
CoordinationV1Api.deleteNamespacedLeaseWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Lease
|
V1Status |
CoreV1Api.deleteNamespacedLimitRange(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a LimitRange
|
okhttp3.Call |
CoreV1Api.deleteNamespacedLimitRangeAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a LimitRange
|
okhttp3.Call |
CoreV1Api.deleteNamespacedLimitRangeCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedLimitRange
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespacedLimitRangeWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a LimitRange
|
V1Status |
NetworkingV1Api.deleteNamespacedNetworkPolicy(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a NetworkPolicy
|
okhttp3.Call |
NetworkingV1Api.deleteNamespacedNetworkPolicyAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a NetworkPolicy
|
okhttp3.Call |
NetworkingV1Api.deleteNamespacedNetworkPolicyCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedNetworkPolicy
|
ApiResponse<V1Status> |
NetworkingV1Api.deleteNamespacedNetworkPolicyWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a NetworkPolicy
|
V1PersistentVolumeClaim |
CoreV1Api.deleteNamespacedPersistentVolumeClaim(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.deleteNamespacedPersistentVolumeClaimAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1PersistentVolumeClaim> _callback)
(asynchronously) delete a PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.deleteNamespacedPersistentVolumeClaimCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedPersistentVolumeClaim
|
ApiResponse<V1PersistentVolumeClaim> |
CoreV1Api.deleteNamespacedPersistentVolumeClaimWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PersistentVolumeClaim
|
V1Pod |
CoreV1Api.deleteNamespacedPod(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Pod
|
okhttp3.Call |
CoreV1Api.deleteNamespacedPodAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Pod> _callback)
(asynchronously) delete a Pod
|
okhttp3.Call |
CoreV1Api.deleteNamespacedPodCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedPod
|
V1Status |
PolicyV1beta1Api.deleteNamespacedPodDisruptionBudget(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.deleteNamespacedPodDisruptionBudgetAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.deleteNamespacedPodDisruptionBudgetCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedPodDisruptionBudget
|
ApiResponse<V1Status> |
PolicyV1beta1Api.deleteNamespacedPodDisruptionBudgetWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PodDisruptionBudget
|
V1Status |
SettingsV1alpha1Api.deleteNamespacedPodPreset(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PodPreset
|
okhttp3.Call |
SettingsV1alpha1Api.deleteNamespacedPodPresetAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a PodPreset
|
okhttp3.Call |
SettingsV1alpha1Api.deleteNamespacedPodPresetCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedPodPreset
|
ApiResponse<V1Status> |
SettingsV1alpha1Api.deleteNamespacedPodPresetWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PodPreset
|
V1PodTemplate |
CoreV1Api.deleteNamespacedPodTemplate(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PodTemplate
|
okhttp3.Call |
CoreV1Api.deleteNamespacedPodTemplateAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1PodTemplate> _callback)
(asynchronously) delete a PodTemplate
|
okhttp3.Call |
CoreV1Api.deleteNamespacedPodTemplateCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedPodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.deleteNamespacedPodTemplateWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PodTemplate
|
ApiResponse<V1Pod> |
CoreV1Api.deleteNamespacedPodWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Pod
|
V1Status |
AppsV1Api.deleteNamespacedReplicaSet(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ReplicaSet
|
okhttp3.Call |
AppsV1Api.deleteNamespacedReplicaSetAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a ReplicaSet
|
okhttp3.Call |
AppsV1Api.deleteNamespacedReplicaSetCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedReplicaSet
|
ApiResponse<V1Status> |
AppsV1Api.deleteNamespacedReplicaSetWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ReplicaSet
|
V1Status |
CoreV1Api.deleteNamespacedReplicationController(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ReplicationController
|
okhttp3.Call |
CoreV1Api.deleteNamespacedReplicationControllerAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a ReplicationController
|
okhttp3.Call |
CoreV1Api.deleteNamespacedReplicationControllerCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedReplicationController
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespacedReplicationControllerWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ReplicationController
|
V1ResourceQuota |
CoreV1Api.deleteNamespacedResourceQuota(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ResourceQuota
|
okhttp3.Call |
CoreV1Api.deleteNamespacedResourceQuotaAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) delete a ResourceQuota
|
okhttp3.Call |
CoreV1Api.deleteNamespacedResourceQuotaCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.deleteNamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ResourceQuota
|
V1Status |
RbacAuthorizationV1alpha1Api.deleteNamespacedRole(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Role
|
V1Status |
RbacAuthorizationV1beta1Api.deleteNamespacedRole(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Role
|
V1Status |
RbacAuthorizationV1Api.deleteNamespacedRole(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Role
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.deleteNamespacedRoleAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a Role
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.deleteNamespacedRoleAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a Role
|
okhttp3.Call |
RbacAuthorizationV1Api.deleteNamespacedRoleAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a Role
|
V1Status |
RbacAuthorizationV1alpha1Api.deleteNamespacedRoleBinding(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a RoleBinding
|
V1Status |
RbacAuthorizationV1beta1Api.deleteNamespacedRoleBinding(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a RoleBinding
|
V1Status |
RbacAuthorizationV1Api.deleteNamespacedRoleBinding(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.deleteNamespacedRoleBindingAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.deleteNamespacedRoleBindingAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.deleteNamespacedRoleBindingAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.deleteNamespacedRoleBindingCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.deleteNamespacedRoleBindingCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.deleteNamespacedRoleBindingCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedRoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1alpha1Api.deleteNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a RoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1beta1Api.deleteNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a RoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1Api.deleteNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.deleteNamespacedRoleCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.deleteNamespacedRoleCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedRole
|
okhttp3.Call |
RbacAuthorizationV1Api.deleteNamespacedRoleCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedRole
|
ApiResponse<V1Status> |
RbacAuthorizationV1alpha1Api.deleteNamespacedRoleWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Role
|
ApiResponse<V1Status> |
RbacAuthorizationV1beta1Api.deleteNamespacedRoleWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Role
|
ApiResponse<V1Status> |
RbacAuthorizationV1Api.deleteNamespacedRoleWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Role
|
V1Status |
CoreV1Api.deleteNamespacedSecret(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Secret
|
okhttp3.Call |
CoreV1Api.deleteNamespacedSecretAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a Secret
|
okhttp3.Call |
CoreV1Api.deleteNamespacedSecretCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedSecret
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespacedSecretWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Secret
|
V1Status |
CoreV1Api.deleteNamespacedService(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Service
|
V1ServiceAccount |
CoreV1Api.deleteNamespacedServiceAccount(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ServiceAccount
|
okhttp3.Call |
CoreV1Api.deleteNamespacedServiceAccountAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1ServiceAccount> _callback)
(asynchronously) delete a ServiceAccount
|
okhttp3.Call |
CoreV1Api.deleteNamespacedServiceAccountCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.deleteNamespacedServiceAccountWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ServiceAccount
|
okhttp3.Call |
CoreV1Api.deleteNamespacedServiceAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a Service
|
okhttp3.Call |
CoreV1Api.deleteNamespacedServiceCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedService
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespacedServiceWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Service
|
V1Status |
AppsV1Api.deleteNamespacedStatefulSet(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a StatefulSet
|
okhttp3.Call |
AppsV1Api.deleteNamespacedStatefulSetAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a StatefulSet
|
okhttp3.Call |
AppsV1Api.deleteNamespacedStatefulSetCall(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNamespacedStatefulSet
|
ApiResponse<V1Status> |
AppsV1Api.deleteNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a StatefulSet
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespaceWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Namespace
|
V1Status |
CoreV1Api.deleteNode(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Node
|
okhttp3.Call |
CoreV1Api.deleteNodeAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a Node
|
okhttp3.Call |
CoreV1Api.deleteNodeCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteNode
|
ApiResponse<V1Status> |
CoreV1Api.deleteNodeWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a Node
|
V1PersistentVolume |
CoreV1Api.deletePersistentVolume(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PersistentVolume
|
okhttp3.Call |
CoreV1Api.deletePersistentVolumeAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1PersistentVolume> _callback)
(asynchronously) delete a PersistentVolume
|
okhttp3.Call |
CoreV1Api.deletePersistentVolumeCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deletePersistentVolume
|
ApiResponse<V1PersistentVolume> |
CoreV1Api.deletePersistentVolumeWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PersistentVolume
|
V1beta1PodSecurityPolicy |
PolicyV1beta1Api.deletePodSecurityPolicy(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PodSecurityPolicy
|
okhttp3.Call |
PolicyV1beta1Api.deletePodSecurityPolicyAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1beta1PodSecurityPolicy> _callback)
(asynchronously) delete a PodSecurityPolicy
|
okhttp3.Call |
PolicyV1beta1Api.deletePodSecurityPolicyCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deletePodSecurityPolicy
|
ApiResponse<V1beta1PodSecurityPolicy> |
PolicyV1beta1Api.deletePodSecurityPolicyWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PodSecurityPolicy
|
V1Status |
SchedulingV1beta1Api.deletePriorityClass(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PriorityClass
|
V1Status |
SchedulingV1Api.deletePriorityClass(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PriorityClass
|
V1Status |
SchedulingV1alpha1Api.deletePriorityClass(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PriorityClass
|
okhttp3.Call |
SchedulingV1beta1Api.deletePriorityClassAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a PriorityClass
|
okhttp3.Call |
SchedulingV1Api.deletePriorityClassAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a PriorityClass
|
okhttp3.Call |
SchedulingV1alpha1Api.deletePriorityClassAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a PriorityClass
|
okhttp3.Call |
SchedulingV1beta1Api.deletePriorityClassCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deletePriorityClass
|
okhttp3.Call |
SchedulingV1Api.deletePriorityClassCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deletePriorityClass
|
okhttp3.Call |
SchedulingV1alpha1Api.deletePriorityClassCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deletePriorityClass
|
ApiResponse<V1Status> |
SchedulingV1beta1Api.deletePriorityClassWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PriorityClass
|
ApiResponse<V1Status> |
SchedulingV1Api.deletePriorityClassWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PriorityClass
|
ApiResponse<V1Status> |
SchedulingV1alpha1Api.deletePriorityClassWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PriorityClass
|
V1Status |
FlowcontrolApiserverV1alpha1Api.deletePriorityLevelConfiguration(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.deletePriorityLevelConfigurationAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.deletePriorityLevelConfigurationCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deletePriorityLevelConfiguration
|
ApiResponse<V1Status> |
FlowcontrolApiserverV1alpha1Api.deletePriorityLevelConfigurationWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PriorityLevelConfiguration
|
V1Status |
NodeV1alpha1Api.deleteRuntimeClass(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a RuntimeClass
|
V1Status |
NodeV1beta1Api.deleteRuntimeClass(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a RuntimeClass
|
okhttp3.Call |
NodeV1alpha1Api.deleteRuntimeClassAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a RuntimeClass
|
okhttp3.Call |
NodeV1beta1Api.deleteRuntimeClassAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a RuntimeClass
|
okhttp3.Call |
NodeV1alpha1Api.deleteRuntimeClassCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteRuntimeClass
|
okhttp3.Call |
NodeV1beta1Api.deleteRuntimeClassCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteRuntimeClass
|
ApiResponse<V1Status> |
NodeV1alpha1Api.deleteRuntimeClassWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a RuntimeClass
|
ApiResponse<V1Status> |
NodeV1beta1Api.deleteRuntimeClassWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a RuntimeClass
|
V1StorageClass |
StorageV1Api.deleteStorageClass(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a StorageClass
|
V1beta1StorageClass |
StorageV1beta1Api.deleteStorageClass(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a StorageClass
|
okhttp3.Call |
StorageV1beta1Api.deleteStorageClassAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1beta1StorageClass> _callback)
(asynchronously) delete a StorageClass
|
okhttp3.Call |
StorageV1Api.deleteStorageClassAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1StorageClass> _callback)
(asynchronously) delete a StorageClass
|
okhttp3.Call |
StorageV1Api.deleteStorageClassCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteStorageClass
|
okhttp3.Call |
StorageV1beta1Api.deleteStorageClassCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteStorageClass
|
ApiResponse<V1StorageClass> |
StorageV1Api.deleteStorageClassWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a StorageClass
|
ApiResponse<V1beta1StorageClass> |
StorageV1beta1Api.deleteStorageClassWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a StorageClass
|
V1Status |
AdmissionregistrationV1beta1Api.deleteValidatingWebhookConfiguration(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ValidatingWebhookConfiguration
|
V1Status |
AdmissionregistrationV1Api.deleteValidatingWebhookConfiguration(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.deleteValidatingWebhookConfigurationAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.deleteValidatingWebhookConfigurationAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1Status> _callback)
(asynchronously) delete a ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.deleteValidatingWebhookConfigurationCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.deleteValidatingWebhookConfigurationCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteValidatingWebhookConfiguration
|
ApiResponse<V1Status> |
AdmissionregistrationV1beta1Api.deleteValidatingWebhookConfigurationWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ValidatingWebhookConfiguration
|
ApiResponse<V1Status> |
AdmissionregistrationV1Api.deleteValidatingWebhookConfigurationWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ValidatingWebhookConfiguration
|
V1alpha1VolumeAttachment |
StorageV1alpha1Api.deleteVolumeAttachment(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a VolumeAttachment
|
V1VolumeAttachment |
StorageV1Api.deleteVolumeAttachment(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a VolumeAttachment
|
V1beta1VolumeAttachment |
StorageV1beta1Api.deleteVolumeAttachment(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a VolumeAttachment
|
okhttp3.Call |
StorageV1alpha1Api.deleteVolumeAttachmentAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1alpha1VolumeAttachment> _callback)
(asynchronously) delete a VolumeAttachment
|
okhttp3.Call |
StorageV1beta1Api.deleteVolumeAttachmentAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1beta1VolumeAttachment> _callback)
(asynchronously) delete a VolumeAttachment
|
okhttp3.Call |
StorageV1Api.deleteVolumeAttachmentAsync(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1VolumeAttachment> _callback)
(asynchronously) delete a VolumeAttachment
|
okhttp3.Call |
StorageV1alpha1Api.deleteVolumeAttachmentCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteVolumeAttachment
|
okhttp3.Call |
StorageV1Api.deleteVolumeAttachmentCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteVolumeAttachment
|
okhttp3.Call |
StorageV1beta1Api.deleteVolumeAttachmentCall(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback _callback)
Build call for deleteVolumeAttachment
|
ApiResponse<V1alpha1VolumeAttachment> |
StorageV1alpha1Api.deleteVolumeAttachmentWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a VolumeAttachment
|
ApiResponse<V1VolumeAttachment> |
StorageV1Api.deleteVolumeAttachmentWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a VolumeAttachment
|
ApiResponse<V1beta1VolumeAttachment> |
StorageV1beta1Api.deleteVolumeAttachmentWithHttpInfo(String name,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a VolumeAttachment
|
V1APIGroup |
PolicyApi.getAPIGroup()
get information of a group
|
V1APIGroup |
AuthenticationApi.getAPIGroup()
get information of a group
|
V1APIGroup |
FlowcontrolApiserverApi.getAPIGroup()
get information of a group
|
V1APIGroup |
CoordinationApi.getAPIGroup()
get information of a group
|
V1APIGroup |
SettingsApi.getAPIGroup()
get information of a group
|
V1APIGroup |
AppsApi.getAPIGroup()
get information of a group
|
V1APIGroup |
ApiregistrationApi.getAPIGroup()
get information of a group
|
V1APIGroup |
RbacAuthorizationApi.getAPIGroup()
get information of a group
|
V1APIGroup |
AuthorizationApi.getAPIGroup()
get information of a group
|
V1APIGroup |
BatchApi.getAPIGroup()
get information of a group
|
V1APIGroup |
AdmissionregistrationApi.getAPIGroup()
get information of a group
|
V1APIGroup |
ApiextensionsApi.getAPIGroup()
get information of a group
|
V1APIGroup |
EventsApi.getAPIGroup()
get information of a group
|
V1APIGroup |
CertificatesApi.getAPIGroup()
get information of a group
|
V1APIGroup |
AutoscalingApi.getAPIGroup()
get information of a group
|
V1APIGroup |
ExtensionsApi.getAPIGroup()
get information of a group
|
V1APIGroup |
DiscoveryApi.getAPIGroup()
get information of a group
|
V1APIGroup |
NodeApi.getAPIGroup()
get information of a group
|
V1APIGroup |
StorageApi.getAPIGroup()
get information of a group
|
V1APIGroup |
NetworkingApi.getAPIGroup()
get information of a group
|
V1APIGroup |
SchedulingApi.getAPIGroup()
get information of a group
|
okhttp3.Call |
PolicyApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
AuthenticationApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
FlowcontrolApiserverApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
CoordinationApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
SettingsApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
AppsApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
ApiregistrationApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
RbacAuthorizationApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
AuthorizationApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
BatchApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
AdmissionregistrationApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
ApiextensionsApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
EventsApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
CertificatesApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
AutoscalingApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
ExtensionsApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
DiscoveryApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
NodeApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
StorageApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
NetworkingApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
SchedulingApi.getAPIGroupAsync(ApiCallback<V1APIGroup> _callback)
(asynchronously) get information of a group
|
okhttp3.Call |
PolicyApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
AuthenticationApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
FlowcontrolApiserverApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
CoordinationApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
SettingsApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
AppsApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
ApiregistrationApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
RbacAuthorizationApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
AuthorizationApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
BatchApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
AdmissionregistrationApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
ApiextensionsApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
EventsApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
CertificatesApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
AutoscalingApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
ExtensionsApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
DiscoveryApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
NodeApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
StorageApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
NetworkingApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
okhttp3.Call |
SchedulingApi.getAPIGroupCall(ApiCallback _callback)
Build call for getAPIGroup
|
ApiResponse<V1APIGroup> |
PolicyApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
AuthenticationApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
FlowcontrolApiserverApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
CoordinationApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
SettingsApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
AppsApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
ApiregistrationApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
RbacAuthorizationApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
AuthorizationApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
BatchApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
AdmissionregistrationApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
ApiextensionsApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
EventsApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
CertificatesApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
AutoscalingApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
ExtensionsApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
DiscoveryApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
NodeApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
StorageApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
NetworkingApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
SchedulingApi.getAPIGroupWithHttpInfo()
get information of a group
|
V1APIResourceList |
AuthenticationV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
StorageV1alpha1Api.getAPIResources()
get available resources
|
V1APIResourceList |
SchedulingV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
AutoscalingV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
ApiregistrationV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
SettingsV1alpha1Api.getAPIResources()
get available resources
|
V1APIResourceList |
SchedulingV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
CoreV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
NodeV1alpha1Api.getAPIResources()
get available resources
|
V1APIResourceList |
CertificatesV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
DiscoveryV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
AdmissionregistrationV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
ApiextensionsV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
FlowcontrolApiserverV1alpha1Api.getAPIResources()
get available resources
|
V1APIResourceList |
AuthenticationV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
RbacAuthorizationV1alpha1Api.getAPIResources()
get available resources
|
V1APIResourceList |
AutoscalingV2beta2Api.getAPIResources()
get available resources
|
V1APIResourceList |
RbacAuthorizationV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
ApiregistrationV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
PolicyV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
NodeV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
CertificatesV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
BatchV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
AppsV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
ExtensionsV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
ApiextensionsV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
StorageV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
AuthorizationV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
SchedulingV1alpha1Api.getAPIResources()
get available resources
|
V1APIResourceList |
NetworkingV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
BatchV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
StorageV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
AutoscalingV2beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
EventsV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
RbacAuthorizationV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
EventsV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
CoordinationV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
CoordinationV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
BatchV2alpha1Api.getAPIResources()
get available resources
|
V1APIResourceList |
AdmissionregistrationV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
NetworkingV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
AuthorizationV1beta1Api.getAPIResources()
get available resources
|
okhttp3.Call |
AuthenticationV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
StorageV1alpha1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
SchedulingV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
AutoscalingV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
ApiregistrationV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
SettingsV1alpha1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
SchedulingV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
CoreV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
NodeV1alpha1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
CertificatesV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
DiscoveryV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
ApiextensionsV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
AuthenticationV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
AutoscalingV2beta2Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
ApiregistrationV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
PolicyV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
NodeV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
CertificatesV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
BatchV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
AppsV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
ExtensionsV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
ApiextensionsV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
StorageV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
AuthorizationV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
SchedulingV1alpha1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
NetworkingV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
BatchV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
StorageV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
AutoscalingV2beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
EventsV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
RbacAuthorizationV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
EventsV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
CoordinationV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
CoordinationV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
BatchV2alpha1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
AdmissionregistrationV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
NetworkingV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
AuthorizationV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> _callback)
(asynchronously) get available resources
|
okhttp3.Call |
AuthenticationV1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
StorageV1alpha1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
SchedulingV1beta1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
AutoscalingV1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
ApiregistrationV1beta1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
SettingsV1alpha1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
SchedulingV1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
CoreV1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
NodeV1alpha1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
CertificatesV1beta1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
DiscoveryV1beta1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
ApiextensionsV1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
AuthenticationV1beta1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
AutoscalingV2beta2Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
ApiregistrationV1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
PolicyV1beta1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
NodeV1beta1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
CertificatesV1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
BatchV1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
AppsV1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
ExtensionsV1beta1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
ApiextensionsV1beta1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
StorageV1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
AuthorizationV1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
SchedulingV1alpha1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
NetworkingV1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
BatchV1beta1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
StorageV1beta1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
AutoscalingV2beta1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
EventsV1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
RbacAuthorizationV1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
EventsV1beta1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
CoordinationV1beta1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
CoordinationV1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
BatchV2alpha1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
AdmissionregistrationV1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
NetworkingV1beta1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
okhttp3.Call |
AuthorizationV1beta1Api.getAPIResourcesCall(ApiCallback _callback)
Build call for getAPIResources
|
ApiResponse<V1APIResourceList> |
AuthenticationV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
StorageV1alpha1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
SchedulingV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
AutoscalingV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
ApiregistrationV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
SettingsV1alpha1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
SchedulingV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
CoreV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
NodeV1alpha1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
CertificatesV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
DiscoveryV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
AdmissionregistrationV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
ApiextensionsV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
FlowcontrolApiserverV1alpha1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
AuthenticationV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
RbacAuthorizationV1alpha1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
AutoscalingV2beta2Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
RbacAuthorizationV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
ApiregistrationV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
PolicyV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
NodeV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
CertificatesV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
BatchV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
AppsV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
ExtensionsV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
ApiextensionsV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
StorageV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
AuthorizationV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
SchedulingV1alpha1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
NetworkingV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
BatchV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
StorageV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
AutoscalingV2beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
EventsV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
RbacAuthorizationV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
EventsV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
CoordinationV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
CoordinationV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
BatchV2alpha1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
AdmissionregistrationV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
NetworkingV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
AuthorizationV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
V1APIGroupList |
ApisApi.getAPIVersions()
get available API versions
|
V1APIVersions |
CoreApi.getAPIVersions()
get available API versions
|
okhttp3.Call |
ApisApi.getAPIVersionsAsync(ApiCallback<V1APIGroupList> _callback)
(asynchronously) get available API versions
|
okhttp3.Call |
CoreApi.getAPIVersionsAsync(ApiCallback<V1APIVersions> _callback)
(asynchronously) get available API versions
|
okhttp3.Call |
ApisApi.getAPIVersionsCall(ApiCallback _callback)
Build call for getAPIVersions
|
okhttp3.Call |
CoreApi.getAPIVersionsCall(ApiCallback _callback)
Build call for getAPIVersions
|
ApiResponse<V1APIGroupList> |
ApisApi.getAPIVersionsWithHttpInfo()
get available API versions
|
ApiResponse<V1APIVersions> |
CoreApi.getAPIVersionsWithHttpInfo()
get available API versions
|
Object |
CustomObjectsApi.getClusterCustomObject(String group,
String version,
String plural,
String name)
Returns a cluster scoped custom object
|
okhttp3.Call |
CustomObjectsApi.getClusterCustomObjectAsync(String group,
String version,
String plural,
String name,
ApiCallback<Object> _callback)
(asynchronously) Returns a cluster scoped custom object
|
okhttp3.Call |
CustomObjectsApi.getClusterCustomObjectCall(String group,
String version,
String plural,
String name,
ApiCallback _callback)
Build call for getClusterCustomObject
|
Object |
CustomObjectsApi.getClusterCustomObjectScale(String group,
String version,
String plural,
String name)
read scale of the specified custom object
|
okhttp3.Call |
CustomObjectsApi.getClusterCustomObjectScaleAsync(String group,
String version,
String plural,
String name,
ApiCallback<Object> _callback)
(asynchronously) read scale of the specified custom object
|
okhttp3.Call |
CustomObjectsApi.getClusterCustomObjectScaleCall(String group,
String version,
String plural,
String name,
ApiCallback _callback)
Build call for getClusterCustomObjectScale
|
ApiResponse<Object> |
CustomObjectsApi.getClusterCustomObjectScaleWithHttpInfo(String group,
String version,
String plural,
String name)
read scale of the specified custom object
|
Object |
CustomObjectsApi.getClusterCustomObjectStatus(String group,
String version,
String plural,
String name)
read status of the specified cluster scoped custom object
|
okhttp3.Call |
CustomObjectsApi.getClusterCustomObjectStatusAsync(String group,
String version,
String plural,
String name,
ApiCallback<Object> _callback)
(asynchronously) read status of the specified cluster scoped custom object
|
okhttp3.Call |
CustomObjectsApi.getClusterCustomObjectStatusCall(String group,
String version,
String plural,
String name,
ApiCallback _callback)
Build call for getClusterCustomObjectStatus
|
ApiResponse<Object> |
CustomObjectsApi.getClusterCustomObjectStatusWithHttpInfo(String group,
String version,
String plural,
String name)
read status of the specified cluster scoped custom object
|
ApiResponse<Object> |
CustomObjectsApi.getClusterCustomObjectWithHttpInfo(String group,
String version,
String plural,
String name)
Returns a cluster scoped custom object
|
VersionInfo |
VersionApi.getCode()
get the code version
|
okhttp3.Call |
VersionApi.getCodeAsync(ApiCallback<VersionInfo> _callback)
(asynchronously) get the code version
|
okhttp3.Call |
VersionApi.getCodeCall(ApiCallback _callback)
Build call for getCode
|
ApiResponse<VersionInfo> |
VersionApi.getCodeWithHttpInfo()
get the code version
|
Object |
CustomObjectsApi.getNamespacedCustomObject(String group,
String version,
String namespace,
String plural,
String name)
Returns a namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.getNamespacedCustomObjectAsync(String group,
String version,
String namespace,
String plural,
String name,
ApiCallback<Object> _callback)
(asynchronously) Returns a namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.getNamespacedCustomObjectCall(String group,
String version,
String namespace,
String plural,
String name,
ApiCallback _callback)
Build call for getNamespacedCustomObject
|
Object |
CustomObjectsApi.getNamespacedCustomObjectScale(String group,
String version,
String namespace,
String plural,
String name)
read scale of the specified namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.getNamespacedCustomObjectScaleAsync(String group,
String version,
String namespace,
String plural,
String name,
ApiCallback<Object> _callback)
(asynchronously) read scale of the specified namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.getNamespacedCustomObjectScaleCall(String group,
String version,
String namespace,
String plural,
String name,
ApiCallback _callback)
Build call for getNamespacedCustomObjectScale
|
ApiResponse<Object> |
CustomObjectsApi.getNamespacedCustomObjectScaleWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name)
read scale of the specified namespace scoped custom object
|
Object |
CustomObjectsApi.getNamespacedCustomObjectStatus(String group,
String version,
String namespace,
String plural,
String name)
read status of the specified namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.getNamespacedCustomObjectStatusAsync(String group,
String version,
String namespace,
String plural,
String name,
ApiCallback<Object> _callback)
(asynchronously) read status of the specified namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.getNamespacedCustomObjectStatusCall(String group,
String version,
String namespace,
String plural,
String name,
ApiCallback _callback)
Build call for getNamespacedCustomObjectStatus
|
ApiResponse<Object> |
CustomObjectsApi.getNamespacedCustomObjectStatusWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name)
read status of the specified namespace scoped custom object
|
ApiResponse<Object> |
CustomObjectsApi.getNamespacedCustomObjectWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name)
Returns a namespace scoped custom object
|
V1beta1APIServiceList |
ApiregistrationV1beta1Api.listAPIService(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind APIService
|
V1APIServiceList |
ApiregistrationV1Api.listAPIService(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind APIService
|
okhttp3.Call |
ApiregistrationV1Api.listAPIServiceAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1APIServiceList> _callback)
(asynchronously) list or watch objects of kind APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.listAPIServiceAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1APIServiceList> _callback)
(asynchronously) list or watch objects of kind APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.listAPIServiceCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listAPIService
|
okhttp3.Call |
ApiregistrationV1Api.listAPIServiceCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listAPIService
|
ApiResponse<V1beta1APIServiceList> |
ApiregistrationV1beta1Api.listAPIServiceWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind APIService
|
ApiResponse<V1APIServiceList> |
ApiregistrationV1Api.listAPIServiceWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind APIService
|
V1beta1CertificateSigningRequestList |
CertificatesV1beta1Api.listCertificateSigningRequest(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CertificateSigningRequest
|
V1CertificateSigningRequestList |
CertificatesV1Api.listCertificateSigningRequest(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.listCertificateSigningRequestAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1CertificateSigningRequestList> _callback)
(asynchronously) list or watch objects of kind CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.listCertificateSigningRequestAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1CertificateSigningRequestList> _callback)
(asynchronously) list or watch objects of kind CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.listCertificateSigningRequestCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listCertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.listCertificateSigningRequestCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listCertificateSigningRequest
|
ApiResponse<V1beta1CertificateSigningRequestList> |
CertificatesV1beta1Api.listCertificateSigningRequestWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CertificateSigningRequest
|
ApiResponse<V1CertificateSigningRequestList> |
CertificatesV1Api.listCertificateSigningRequestWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CertificateSigningRequest
|
Object |
CustomObjectsApi.listClusterCustomObject(String group,
String version,
String plural,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch cluster scoped custom objects
|
okhttp3.Call |
CustomObjectsApi.listClusterCustomObjectAsync(String group,
String version,
String plural,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<Object> _callback)
(asynchronously) list or watch cluster scoped custom objects
|
okhttp3.Call |
CustomObjectsApi.listClusterCustomObjectCall(String group,
String version,
String plural,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listClusterCustomObject
|
ApiResponse<Object> |
CustomObjectsApi.listClusterCustomObjectWithHttpInfo(String group,
String version,
String plural,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch cluster scoped custom objects
|
V1alpha1ClusterRoleList |
RbacAuthorizationV1alpha1Api.listClusterRole(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRole
|
V1beta1ClusterRoleList |
RbacAuthorizationV1beta1Api.listClusterRole(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRole
|
V1ClusterRoleList |
RbacAuthorizationV1Api.listClusterRole(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.listClusterRoleAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1ClusterRoleList> _callback)
(asynchronously) list or watch objects of kind ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.listClusterRoleAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1ClusterRoleList> _callback)
(asynchronously) list or watch objects of kind ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.listClusterRoleAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ClusterRoleList> _callback)
(asynchronously) list or watch objects of kind ClusterRole
|
V1alpha1ClusterRoleBindingList |
RbacAuthorizationV1alpha1Api.listClusterRoleBinding(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRoleBinding
|
V1beta1ClusterRoleBindingList |
RbacAuthorizationV1beta1Api.listClusterRoleBinding(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRoleBinding
|
V1ClusterRoleBindingList |
RbacAuthorizationV1Api.listClusterRoleBinding(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.listClusterRoleBindingAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1ClusterRoleBindingList> _callback)
(asynchronously) list or watch objects of kind ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.listClusterRoleBindingAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1ClusterRoleBindingList> _callback)
(asynchronously) list or watch objects of kind ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.listClusterRoleBindingAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ClusterRoleBindingList> _callback)
(asynchronously) list or watch objects of kind ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.listClusterRoleBindingCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.listClusterRoleBindingCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.listClusterRoleBindingCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listClusterRoleBinding
|
ApiResponse<V1alpha1ClusterRoleBindingList> |
RbacAuthorizationV1alpha1Api.listClusterRoleBindingWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRoleBinding
|
ApiResponse<V1beta1ClusterRoleBindingList> |
RbacAuthorizationV1beta1Api.listClusterRoleBindingWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRoleBinding
|
ApiResponse<V1ClusterRoleBindingList> |
RbacAuthorizationV1Api.listClusterRoleBindingWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.listClusterRoleCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.listClusterRoleCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.listClusterRoleCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listClusterRole
|
ApiResponse<V1alpha1ClusterRoleList> |
RbacAuthorizationV1alpha1Api.listClusterRoleWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRole
|
ApiResponse<V1beta1ClusterRoleList> |
RbacAuthorizationV1beta1Api.listClusterRoleWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRole
|
ApiResponse<V1ClusterRoleList> |
RbacAuthorizationV1Api.listClusterRoleWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRole
|
V1ComponentStatusList |
CoreV1Api.listComponentStatus(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list objects of kind ComponentStatus
|
okhttp3.Call |
CoreV1Api.listComponentStatusAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ComponentStatusList> _callback)
(asynchronously) list objects of kind ComponentStatus
|
okhttp3.Call |
CoreV1Api.listComponentStatusCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listComponentStatus
|
ApiResponse<V1ComponentStatusList> |
CoreV1Api.listComponentStatusWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list objects of kind ComponentStatus
|
V1ConfigMapList |
CoreV1Api.listConfigMapForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ConfigMap
|
okhttp3.Call |
CoreV1Api.listConfigMapForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ConfigMapList> _callback)
(asynchronously) list or watch objects of kind ConfigMap
|
okhttp3.Call |
CoreV1Api.listConfigMapForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listConfigMapForAllNamespaces
|
ApiResponse<V1ConfigMapList> |
CoreV1Api.listConfigMapForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ConfigMap
|
V1ControllerRevisionList |
AppsV1Api.listControllerRevisionForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ControllerRevision
|
okhttp3.Call |
AppsV1Api.listControllerRevisionForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ControllerRevisionList> _callback)
(asynchronously) list or watch objects of kind ControllerRevision
|
okhttp3.Call |
AppsV1Api.listControllerRevisionForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listControllerRevisionForAllNamespaces
|
ApiResponse<V1ControllerRevisionList> |
AppsV1Api.listControllerRevisionForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ControllerRevision
|
V1beta1CronJobList |
BatchV1beta1Api.listCronJobForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CronJob
|
V2alpha1CronJobList |
BatchV2alpha1Api.listCronJobForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CronJob
|
okhttp3.Call |
BatchV1beta1Api.listCronJobForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1CronJobList> _callback)
(asynchronously) list or watch objects of kind CronJob
|
okhttp3.Call |
BatchV2alpha1Api.listCronJobForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V2alpha1CronJobList> _callback)
(asynchronously) list or watch objects of kind CronJob
|
okhttp3.Call |
BatchV1beta1Api.listCronJobForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listCronJobForAllNamespaces
|
okhttp3.Call |
BatchV2alpha1Api.listCronJobForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listCronJobForAllNamespaces
|
ApiResponse<V1beta1CronJobList> |
BatchV1beta1Api.listCronJobForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CronJob
|
ApiResponse<V2alpha1CronJobList> |
BatchV2alpha1Api.listCronJobForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CronJob
|
V1CSIDriverList |
StorageV1Api.listCSIDriver(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CSIDriver
|
V1beta1CSIDriverList |
StorageV1beta1Api.listCSIDriver(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CSIDriver
|
okhttp3.Call |
StorageV1beta1Api.listCSIDriverAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1CSIDriverList> _callback)
(asynchronously) list or watch objects of kind CSIDriver
|
okhttp3.Call |
StorageV1Api.listCSIDriverAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1CSIDriverList> _callback)
(asynchronously) list or watch objects of kind CSIDriver
|
okhttp3.Call |
StorageV1Api.listCSIDriverCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listCSIDriver
|
okhttp3.Call |
StorageV1beta1Api.listCSIDriverCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listCSIDriver
|
ApiResponse<V1CSIDriverList> |
StorageV1Api.listCSIDriverWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CSIDriver
|
ApiResponse<V1beta1CSIDriverList> |
StorageV1beta1Api.listCSIDriverWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CSIDriver
|
V1CSINodeList |
StorageV1Api.listCSINode(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CSINode
|
V1beta1CSINodeList |
StorageV1beta1Api.listCSINode(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CSINode
|
okhttp3.Call |
StorageV1beta1Api.listCSINodeAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1CSINodeList> _callback)
(asynchronously) list or watch objects of kind CSINode
|
okhttp3.Call |
StorageV1Api.listCSINodeAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1CSINodeList> _callback)
(asynchronously) list or watch objects of kind CSINode
|
okhttp3.Call |
StorageV1Api.listCSINodeCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listCSINode
|
okhttp3.Call |
StorageV1beta1Api.listCSINodeCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listCSINode
|
ApiResponse<V1CSINodeList> |
StorageV1Api.listCSINodeWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CSINode
|
ApiResponse<V1beta1CSINodeList> |
StorageV1beta1Api.listCSINodeWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CSINode
|
V1CustomResourceDefinitionList |
ApiextensionsV1Api.listCustomResourceDefinition(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CustomResourceDefinition
|
V1beta1CustomResourceDefinitionList |
ApiextensionsV1beta1Api.listCustomResourceDefinition(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.listCustomResourceDefinitionAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1CustomResourceDefinitionList> _callback)
(asynchronously) list or watch objects of kind CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.listCustomResourceDefinitionAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1CustomResourceDefinitionList> _callback)
(asynchronously) list or watch objects of kind CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.listCustomResourceDefinitionCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listCustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.listCustomResourceDefinitionCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listCustomResourceDefinition
|
ApiResponse<V1CustomResourceDefinitionList> |
ApiextensionsV1Api.listCustomResourceDefinitionWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CustomResourceDefinition
|
ApiResponse<V1beta1CustomResourceDefinitionList> |
ApiextensionsV1beta1Api.listCustomResourceDefinitionWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CustomResourceDefinition
|
V1DaemonSetList |
AppsV1Api.listDaemonSetForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
okhttp3.Call |
AppsV1Api.listDaemonSetForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1DaemonSetList> _callback)
(asynchronously) list or watch objects of kind DaemonSet
|
okhttp3.Call |
AppsV1Api.listDaemonSetForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listDaemonSetForAllNamespaces
|
ApiResponse<V1DaemonSetList> |
AppsV1Api.listDaemonSetForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
V1DeploymentList |
AppsV1Api.listDeploymentForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
okhttp3.Call |
AppsV1Api.listDeploymentForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1DeploymentList> _callback)
(asynchronously) list or watch objects of kind Deployment
|
okhttp3.Call |
AppsV1Api.listDeploymentForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listDeploymentForAllNamespaces
|
ApiResponse<V1DeploymentList> |
AppsV1Api.listDeploymentForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
V1EndpointsList |
CoreV1Api.listEndpointsForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Endpoints
|
okhttp3.Call |
CoreV1Api.listEndpointsForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1EndpointsList> _callback)
(asynchronously) list or watch objects of kind Endpoints
|
okhttp3.Call |
CoreV1Api.listEndpointsForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listEndpointsForAllNamespaces
|
ApiResponse<V1EndpointsList> |
CoreV1Api.listEndpointsForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Endpoints
|
V1beta1EndpointSliceList |
DiscoveryV1beta1Api.listEndpointSliceForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind EndpointSlice
|
okhttp3.Call |
DiscoveryV1beta1Api.listEndpointSliceForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1EndpointSliceList> _callback)
(asynchronously) list or watch objects of kind EndpointSlice
|
okhttp3.Call |
DiscoveryV1beta1Api.listEndpointSliceForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listEndpointSliceForAllNamespaces
|
ApiResponse<V1beta1EndpointSliceList> |
DiscoveryV1beta1Api.listEndpointSliceForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind EndpointSlice
|
CoreV1EventList |
CoreV1Api.listEventForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
EventsV1EventList |
EventsV1Api.listEventForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
V1beta1EventList |
EventsV1beta1Api.listEventForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
okhttp3.Call |
CoreV1Api.listEventForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<CoreV1EventList> _callback)
(asynchronously) list or watch objects of kind Event
|
okhttp3.Call |
EventsV1Api.listEventForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<EventsV1EventList> _callback)
(asynchronously) list or watch objects of kind Event
|
okhttp3.Call |
EventsV1beta1Api.listEventForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1EventList> _callback)
(asynchronously) list or watch objects of kind Event
|
okhttp3.Call |
CoreV1Api.listEventForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listEventForAllNamespaces
|
okhttp3.Call |
EventsV1Api.listEventForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listEventForAllNamespaces
|
okhttp3.Call |
EventsV1beta1Api.listEventForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listEventForAllNamespaces
|
ApiResponse<CoreV1EventList> |
CoreV1Api.listEventForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
ApiResponse<EventsV1EventList> |
EventsV1Api.listEventForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
ApiResponse<V1beta1EventList> |
EventsV1beta1Api.listEventForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
V1alpha1FlowSchemaList |
FlowcontrolApiserverV1alpha1Api.listFlowSchema(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.listFlowSchemaAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1FlowSchemaList> _callback)
(asynchronously) list or watch objects of kind FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.listFlowSchemaCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listFlowSchema
|
ApiResponse<V1alpha1FlowSchemaList> |
FlowcontrolApiserverV1alpha1Api.listFlowSchemaWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind FlowSchema
|
V1HorizontalPodAutoscalerList |
AutoscalingV1Api.listHorizontalPodAutoscalerForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
V2beta2HorizontalPodAutoscalerList |
AutoscalingV2beta2Api.listHorizontalPodAutoscalerForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
V2beta1HorizontalPodAutoscalerList |
AutoscalingV2beta1Api.listHorizontalPodAutoscalerForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.listHorizontalPodAutoscalerForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1HorizontalPodAutoscalerList> _callback)
(asynchronously) list or watch objects of kind HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.listHorizontalPodAutoscalerForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V2beta1HorizontalPodAutoscalerList> _callback)
(asynchronously) list or watch objects of kind HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.listHorizontalPodAutoscalerForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V2beta2HorizontalPodAutoscalerList> _callback)
(asynchronously) list or watch objects of kind HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.listHorizontalPodAutoscalerForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listHorizontalPodAutoscalerForAllNamespaces
|
okhttp3.Call |
AutoscalingV2beta2Api.listHorizontalPodAutoscalerForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listHorizontalPodAutoscalerForAllNamespaces
|
okhttp3.Call |
AutoscalingV2beta1Api.listHorizontalPodAutoscalerForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listHorizontalPodAutoscalerForAllNamespaces
|
ApiResponse<V1HorizontalPodAutoscalerList> |
AutoscalingV1Api.listHorizontalPodAutoscalerForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
ApiResponse<V2beta2HorizontalPodAutoscalerList> |
AutoscalingV2beta2Api.listHorizontalPodAutoscalerForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
ApiResponse<V2beta1HorizontalPodAutoscalerList> |
AutoscalingV2beta1Api.listHorizontalPodAutoscalerForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
V1IngressClassList |
NetworkingV1Api.listIngressClass(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind IngressClass
|
V1beta1IngressClassList |
NetworkingV1beta1Api.listIngressClass(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind IngressClass
|
okhttp3.Call |
NetworkingV1beta1Api.listIngressClassAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1IngressClassList> _callback)
(asynchronously) list or watch objects of kind IngressClass
|
okhttp3.Call |
NetworkingV1Api.listIngressClassAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1IngressClassList> _callback)
(asynchronously) list or watch objects of kind IngressClass
|
okhttp3.Call |
NetworkingV1Api.listIngressClassCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listIngressClass
|
okhttp3.Call |
NetworkingV1beta1Api.listIngressClassCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listIngressClass
|
ApiResponse<V1IngressClassList> |
NetworkingV1Api.listIngressClassWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind IngressClass
|
ApiResponse<V1beta1IngressClassList> |
NetworkingV1beta1Api.listIngressClassWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind IngressClass
|
ExtensionsV1beta1IngressList |
ExtensionsV1beta1Api.listIngressForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
V1IngressList |
NetworkingV1Api.listIngressForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
NetworkingV1beta1IngressList |
NetworkingV1beta1Api.listIngressForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.listIngressForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<ExtensionsV1beta1IngressList> _callback)
(asynchronously) list or watch objects of kind Ingress
|
okhttp3.Call |
NetworkingV1beta1Api.listIngressForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<NetworkingV1beta1IngressList> _callback)
(asynchronously) list or watch objects of kind Ingress
|
okhttp3.Call |
NetworkingV1Api.listIngressForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1IngressList> _callback)
(asynchronously) list or watch objects of kind Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.listIngressForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listIngressForAllNamespaces
|
okhttp3.Call |
NetworkingV1Api.listIngressForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listIngressForAllNamespaces
|
okhttp3.Call |
NetworkingV1beta1Api.listIngressForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listIngressForAllNamespaces
|
ApiResponse<ExtensionsV1beta1IngressList> |
ExtensionsV1beta1Api.listIngressForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
ApiResponse<V1IngressList> |
NetworkingV1Api.listIngressForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
ApiResponse<NetworkingV1beta1IngressList> |
NetworkingV1beta1Api.listIngressForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
V1JobList |
BatchV1Api.listJobForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Job
|
okhttp3.Call |
BatchV1Api.listJobForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1JobList> _callback)
(asynchronously) list or watch objects of kind Job
|
okhttp3.Call |
BatchV1Api.listJobForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listJobForAllNamespaces
|
ApiResponse<V1JobList> |
BatchV1Api.listJobForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Job
|
V1beta1LeaseList |
CoordinationV1beta1Api.listLeaseForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Lease
|
V1LeaseList |
CoordinationV1Api.listLeaseForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Lease
|
okhttp3.Call |
CoordinationV1beta1Api.listLeaseForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1LeaseList> _callback)
(asynchronously) list or watch objects of kind Lease
|
okhttp3.Call |
CoordinationV1Api.listLeaseForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1LeaseList> _callback)
(asynchronously) list or watch objects of kind Lease
|
okhttp3.Call |
CoordinationV1beta1Api.listLeaseForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listLeaseForAllNamespaces
|
okhttp3.Call |
CoordinationV1Api.listLeaseForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listLeaseForAllNamespaces
|
ApiResponse<V1beta1LeaseList> |
CoordinationV1beta1Api.listLeaseForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Lease
|
ApiResponse<V1LeaseList> |
CoordinationV1Api.listLeaseForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Lease
|
V1LimitRangeList |
CoreV1Api.listLimitRangeForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind LimitRange
|
okhttp3.Call |
CoreV1Api.listLimitRangeForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1LimitRangeList> _callback)
(asynchronously) list or watch objects of kind LimitRange
|
okhttp3.Call |
CoreV1Api.listLimitRangeForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listLimitRangeForAllNamespaces
|
ApiResponse<V1LimitRangeList> |
CoreV1Api.listLimitRangeForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind LimitRange
|
V1beta1MutatingWebhookConfigurationList |
AdmissionregistrationV1beta1Api.listMutatingWebhookConfiguration(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind MutatingWebhookConfiguration
|
V1MutatingWebhookConfigurationList |
AdmissionregistrationV1Api.listMutatingWebhookConfiguration(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.listMutatingWebhookConfigurationAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1MutatingWebhookConfigurationList> _callback)
(asynchronously) list or watch objects of kind MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.listMutatingWebhookConfigurationAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1MutatingWebhookConfigurationList> _callback)
(asynchronously) list or watch objects of kind MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.listMutatingWebhookConfigurationCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listMutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.listMutatingWebhookConfigurationCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listMutatingWebhookConfiguration
|
ApiResponse<V1beta1MutatingWebhookConfigurationList> |
AdmissionregistrationV1beta1Api.listMutatingWebhookConfigurationWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind MutatingWebhookConfiguration
|
ApiResponse<V1MutatingWebhookConfigurationList> |
AdmissionregistrationV1Api.listMutatingWebhookConfigurationWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind MutatingWebhookConfiguration
|
V1NamespaceList |
CoreV1Api.listNamespace(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Namespace
|
okhttp3.Call |
CoreV1Api.listNamespaceAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1NamespaceList> _callback)
(asynchronously) list or watch objects of kind Namespace
|
okhttp3.Call |
CoreV1Api.listNamespaceCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespace
|
V1ConfigMapList |
CoreV1Api.listNamespacedConfigMap(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ConfigMap
|
okhttp3.Call |
CoreV1Api.listNamespacedConfigMapAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ConfigMapList> _callback)
(asynchronously) list or watch objects of kind ConfigMap
|
okhttp3.Call |
CoreV1Api.listNamespacedConfigMapCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedConfigMap
|
ApiResponse<V1ConfigMapList> |
CoreV1Api.listNamespacedConfigMapWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ConfigMap
|
V1ControllerRevisionList |
AppsV1Api.listNamespacedControllerRevision(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ControllerRevision
|
okhttp3.Call |
AppsV1Api.listNamespacedControllerRevisionAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ControllerRevisionList> _callback)
(asynchronously) list or watch objects of kind ControllerRevision
|
okhttp3.Call |
AppsV1Api.listNamespacedControllerRevisionCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedControllerRevision
|
ApiResponse<V1ControllerRevisionList> |
AppsV1Api.listNamespacedControllerRevisionWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ControllerRevision
|
V1beta1CronJobList |
BatchV1beta1Api.listNamespacedCronJob(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CronJob
|
V2alpha1CronJobList |
BatchV2alpha1Api.listNamespacedCronJob(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CronJob
|
okhttp3.Call |
BatchV1beta1Api.listNamespacedCronJobAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1CronJobList> _callback)
(asynchronously) list or watch objects of kind CronJob
|
okhttp3.Call |
BatchV2alpha1Api.listNamespacedCronJobAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V2alpha1CronJobList> _callback)
(asynchronously) list or watch objects of kind CronJob
|
okhttp3.Call |
BatchV1beta1Api.listNamespacedCronJobCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedCronJob
|
okhttp3.Call |
BatchV2alpha1Api.listNamespacedCronJobCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedCronJob
|
ApiResponse<V1beta1CronJobList> |
BatchV1beta1Api.listNamespacedCronJobWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CronJob
|
ApiResponse<V2alpha1CronJobList> |
BatchV2alpha1Api.listNamespacedCronJobWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CronJob
|
Object |
CustomObjectsApi.listNamespacedCustomObject(String group,
String version,
String namespace,
String plural,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch namespace scoped custom objects
|
okhttp3.Call |
CustomObjectsApi.listNamespacedCustomObjectAsync(String group,
String version,
String namespace,
String plural,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<Object> _callback)
(asynchronously) list or watch namespace scoped custom objects
|
okhttp3.Call |
CustomObjectsApi.listNamespacedCustomObjectCall(String group,
String version,
String namespace,
String plural,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedCustomObject
|
ApiResponse<Object> |
CustomObjectsApi.listNamespacedCustomObjectWithHttpInfo(String group,
String version,
String namespace,
String plural,
String pretty,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch namespace scoped custom objects
|
V1DaemonSetList |
AppsV1Api.listNamespacedDaemonSet(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
okhttp3.Call |
AppsV1Api.listNamespacedDaemonSetAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1DaemonSetList> _callback)
(asynchronously) list or watch objects of kind DaemonSet
|
okhttp3.Call |
AppsV1Api.listNamespacedDaemonSetCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedDaemonSet
|
ApiResponse<V1DaemonSetList> |
AppsV1Api.listNamespacedDaemonSetWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
V1DeploymentList |
AppsV1Api.listNamespacedDeployment(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
okhttp3.Call |
AppsV1Api.listNamespacedDeploymentAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1DeploymentList> _callback)
(asynchronously) list or watch objects of kind Deployment
|
okhttp3.Call |
AppsV1Api.listNamespacedDeploymentCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedDeployment
|
ApiResponse<V1DeploymentList> |
AppsV1Api.listNamespacedDeploymentWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
V1EndpointsList |
CoreV1Api.listNamespacedEndpoints(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Endpoints
|
okhttp3.Call |
CoreV1Api.listNamespacedEndpointsAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1EndpointsList> _callback)
(asynchronously) list or watch objects of kind Endpoints
|
okhttp3.Call |
CoreV1Api.listNamespacedEndpointsCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedEndpoints
|
V1beta1EndpointSliceList |
DiscoveryV1beta1Api.listNamespacedEndpointSlice(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind EndpointSlice
|
okhttp3.Call |
DiscoveryV1beta1Api.listNamespacedEndpointSliceAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1EndpointSliceList> _callback)
(asynchronously) list or watch objects of kind EndpointSlice
|
okhttp3.Call |
DiscoveryV1beta1Api.listNamespacedEndpointSliceCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedEndpointSlice
|
ApiResponse<V1beta1EndpointSliceList> |
DiscoveryV1beta1Api.listNamespacedEndpointSliceWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind EndpointSlice
|
ApiResponse<V1EndpointsList> |
CoreV1Api.listNamespacedEndpointsWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Endpoints
|
CoreV1EventList |
CoreV1Api.listNamespacedEvent(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
EventsV1EventList |
EventsV1Api.listNamespacedEvent(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
V1beta1EventList |
EventsV1beta1Api.listNamespacedEvent(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
okhttp3.Call |
CoreV1Api.listNamespacedEventAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<CoreV1EventList> _callback)
(asynchronously) list or watch objects of kind Event
|
okhttp3.Call |
EventsV1Api.listNamespacedEventAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<EventsV1EventList> _callback)
(asynchronously) list or watch objects of kind Event
|
okhttp3.Call |
EventsV1beta1Api.listNamespacedEventAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1EventList> _callback)
(asynchronously) list or watch objects of kind Event
|
okhttp3.Call |
CoreV1Api.listNamespacedEventCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedEvent
|
okhttp3.Call |
EventsV1Api.listNamespacedEventCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedEvent
|
okhttp3.Call |
EventsV1beta1Api.listNamespacedEventCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedEvent
|
ApiResponse<CoreV1EventList> |
CoreV1Api.listNamespacedEventWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
ApiResponse<EventsV1EventList> |
EventsV1Api.listNamespacedEventWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
ApiResponse<V1beta1EventList> |
EventsV1beta1Api.listNamespacedEventWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
V1HorizontalPodAutoscalerList |
AutoscalingV1Api.listNamespacedHorizontalPodAutoscaler(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
V2beta2HorizontalPodAutoscalerList |
AutoscalingV2beta2Api.listNamespacedHorizontalPodAutoscaler(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
V2beta1HorizontalPodAutoscalerList |
AutoscalingV2beta1Api.listNamespacedHorizontalPodAutoscaler(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.listNamespacedHorizontalPodAutoscalerAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1HorizontalPodAutoscalerList> _callback)
(asynchronously) list or watch objects of kind HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.listNamespacedHorizontalPodAutoscalerAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V2beta1HorizontalPodAutoscalerList> _callback)
(asynchronously) list or watch objects of kind HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.listNamespacedHorizontalPodAutoscalerAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V2beta2HorizontalPodAutoscalerList> _callback)
(asynchronously) list or watch objects of kind HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.listNamespacedHorizontalPodAutoscalerCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedHorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.listNamespacedHorizontalPodAutoscalerCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedHorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.listNamespacedHorizontalPodAutoscalerCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedHorizontalPodAutoscaler
|
ApiResponse<V1HorizontalPodAutoscalerList> |
AutoscalingV1Api.listNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
ApiResponse<V2beta2HorizontalPodAutoscalerList> |
AutoscalingV2beta2Api.listNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
ApiResponse<V2beta1HorizontalPodAutoscalerList> |
AutoscalingV2beta1Api.listNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
ExtensionsV1beta1IngressList |
ExtensionsV1beta1Api.listNamespacedIngress(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
V1IngressList |
NetworkingV1Api.listNamespacedIngress(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
NetworkingV1beta1IngressList |
NetworkingV1beta1Api.listNamespacedIngress(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.listNamespacedIngressAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<ExtensionsV1beta1IngressList> _callback)
(asynchronously) list or watch objects of kind Ingress
|
okhttp3.Call |
NetworkingV1beta1Api.listNamespacedIngressAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<NetworkingV1beta1IngressList> _callback)
(asynchronously) list or watch objects of kind Ingress
|
okhttp3.Call |
NetworkingV1Api.listNamespacedIngressAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1IngressList> _callback)
(asynchronously) list or watch objects of kind Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.listNamespacedIngressCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedIngress
|
okhttp3.Call |
NetworkingV1Api.listNamespacedIngressCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedIngress
|
okhttp3.Call |
NetworkingV1beta1Api.listNamespacedIngressCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedIngress
|
ApiResponse<ExtensionsV1beta1IngressList> |
ExtensionsV1beta1Api.listNamespacedIngressWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
ApiResponse<V1IngressList> |
NetworkingV1Api.listNamespacedIngressWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
ApiResponse<NetworkingV1beta1IngressList> |
NetworkingV1beta1Api.listNamespacedIngressWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
V1JobList |
BatchV1Api.listNamespacedJob(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Job
|
okhttp3.Call |
BatchV1Api.listNamespacedJobAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1JobList> _callback)
(asynchronously) list or watch objects of kind Job
|
okhttp3.Call |
BatchV1Api.listNamespacedJobCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedJob
|
ApiResponse<V1JobList> |
BatchV1Api.listNamespacedJobWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Job
|
V1beta1LeaseList |
CoordinationV1beta1Api.listNamespacedLease(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Lease
|
V1LeaseList |
CoordinationV1Api.listNamespacedLease(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Lease
|
okhttp3.Call |
CoordinationV1beta1Api.listNamespacedLeaseAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1LeaseList> _callback)
(asynchronously) list or watch objects of kind Lease
|
okhttp3.Call |
CoordinationV1Api.listNamespacedLeaseAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1LeaseList> _callback)
(asynchronously) list or watch objects of kind Lease
|
okhttp3.Call |
CoordinationV1beta1Api.listNamespacedLeaseCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedLease
|
okhttp3.Call |
CoordinationV1Api.listNamespacedLeaseCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedLease
|
ApiResponse<V1beta1LeaseList> |
CoordinationV1beta1Api.listNamespacedLeaseWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Lease
|
ApiResponse<V1LeaseList> |
CoordinationV1Api.listNamespacedLeaseWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Lease
|
V1LimitRangeList |
CoreV1Api.listNamespacedLimitRange(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind LimitRange
|
okhttp3.Call |
CoreV1Api.listNamespacedLimitRangeAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1LimitRangeList> _callback)
(asynchronously) list or watch objects of kind LimitRange
|
okhttp3.Call |
CoreV1Api.listNamespacedLimitRangeCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedLimitRange
|
ApiResponse<V1LimitRangeList> |
CoreV1Api.listNamespacedLimitRangeWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind LimitRange
|
V1NetworkPolicyList |
NetworkingV1Api.listNamespacedNetworkPolicy(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NetworkPolicy
|
okhttp3.Call |
NetworkingV1Api.listNamespacedNetworkPolicyAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1NetworkPolicyList> _callback)
(asynchronously) list or watch objects of kind NetworkPolicy
|
okhttp3.Call |
NetworkingV1Api.listNamespacedNetworkPolicyCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedNetworkPolicy
|
ApiResponse<V1NetworkPolicyList> |
NetworkingV1Api.listNamespacedNetworkPolicyWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NetworkPolicy
|
V1PersistentVolumeClaimList |
CoreV1Api.listNamespacedPersistentVolumeClaim(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.listNamespacedPersistentVolumeClaimAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PersistentVolumeClaimList> _callback)
(asynchronously) list or watch objects of kind PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.listNamespacedPersistentVolumeClaimCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedPersistentVolumeClaim
|
ApiResponse<V1PersistentVolumeClaimList> |
CoreV1Api.listNamespacedPersistentVolumeClaimWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PersistentVolumeClaim
|
V1PodList |
CoreV1Api.listNamespacedPod(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Pod
|
okhttp3.Call |
CoreV1Api.listNamespacedPodAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PodList> _callback)
(asynchronously) list or watch objects of kind Pod
|
okhttp3.Call |
CoreV1Api.listNamespacedPodCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedPod
|
V1beta1PodDisruptionBudgetList |
PolicyV1beta1Api.listNamespacedPodDisruptionBudget(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.listNamespacedPodDisruptionBudgetAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1PodDisruptionBudgetList> _callback)
(asynchronously) list or watch objects of kind PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.listNamespacedPodDisruptionBudgetCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedPodDisruptionBudget
|
ApiResponse<V1beta1PodDisruptionBudgetList> |
PolicyV1beta1Api.listNamespacedPodDisruptionBudgetWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodDisruptionBudget
|
V1alpha1PodPresetList |
SettingsV1alpha1Api.listNamespacedPodPreset(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodPreset
|
okhttp3.Call |
SettingsV1alpha1Api.listNamespacedPodPresetAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1PodPresetList> _callback)
(asynchronously) list or watch objects of kind PodPreset
|
okhttp3.Call |
SettingsV1alpha1Api.listNamespacedPodPresetCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedPodPreset
|
ApiResponse<V1alpha1PodPresetList> |
SettingsV1alpha1Api.listNamespacedPodPresetWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodPreset
|
V1PodTemplateList |
CoreV1Api.listNamespacedPodTemplate(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodTemplate
|
okhttp3.Call |
CoreV1Api.listNamespacedPodTemplateAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PodTemplateList> _callback)
(asynchronously) list or watch objects of kind PodTemplate
|
okhttp3.Call |
CoreV1Api.listNamespacedPodTemplateCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedPodTemplate
|
ApiResponse<V1PodTemplateList> |
CoreV1Api.listNamespacedPodTemplateWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodTemplate
|
ApiResponse<V1PodList> |
CoreV1Api.listNamespacedPodWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Pod
|
V1ReplicaSetList |
AppsV1Api.listNamespacedReplicaSet(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
okhttp3.Call |
AppsV1Api.listNamespacedReplicaSetAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ReplicaSetList> _callback)
(asynchronously) list or watch objects of kind ReplicaSet
|
okhttp3.Call |
AppsV1Api.listNamespacedReplicaSetCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedReplicaSet
|
ApiResponse<V1ReplicaSetList> |
AppsV1Api.listNamespacedReplicaSetWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
V1ReplicationControllerList |
CoreV1Api.listNamespacedReplicationController(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicationController
|
okhttp3.Call |
CoreV1Api.listNamespacedReplicationControllerAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ReplicationControllerList> _callback)
(asynchronously) list or watch objects of kind ReplicationController
|
okhttp3.Call |
CoreV1Api.listNamespacedReplicationControllerCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedReplicationController
|
ApiResponse<V1ReplicationControllerList> |
CoreV1Api.listNamespacedReplicationControllerWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicationController
|
V1ResourceQuotaList |
CoreV1Api.listNamespacedResourceQuota(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ResourceQuota
|
okhttp3.Call |
CoreV1Api.listNamespacedResourceQuotaAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ResourceQuotaList> _callback)
(asynchronously) list or watch objects of kind ResourceQuota
|
okhttp3.Call |
CoreV1Api.listNamespacedResourceQuotaCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedResourceQuota
|
ApiResponse<V1ResourceQuotaList> |
CoreV1Api.listNamespacedResourceQuotaWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ResourceQuota
|
V1alpha1RoleList |
RbacAuthorizationV1alpha1Api.listNamespacedRole(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
V1beta1RoleList |
RbacAuthorizationV1beta1Api.listNamespacedRole(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
V1RoleList |
RbacAuthorizationV1Api.listNamespacedRole(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.listNamespacedRoleAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1RoleList> _callback)
(asynchronously) list or watch objects of kind Role
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.listNamespacedRoleAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1RoleList> _callback)
(asynchronously) list or watch objects of kind Role
|
okhttp3.Call |
RbacAuthorizationV1Api.listNamespacedRoleAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1RoleList> _callback)
(asynchronously) list or watch objects of kind Role
|
V1alpha1RoleBindingList |
RbacAuthorizationV1alpha1Api.listNamespacedRoleBinding(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
V1beta1RoleBindingList |
RbacAuthorizationV1beta1Api.listNamespacedRoleBinding(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
V1RoleBindingList |
RbacAuthorizationV1Api.listNamespacedRoleBinding(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.listNamespacedRoleBindingAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1RoleBindingList> _callback)
(asynchronously) list or watch objects of kind RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.listNamespacedRoleBindingAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1RoleBindingList> _callback)
(asynchronously) list or watch objects of kind RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.listNamespacedRoleBindingAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1RoleBindingList> _callback)
(asynchronously) list or watch objects of kind RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.listNamespacedRoleBindingCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.listNamespacedRoleBindingCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.listNamespacedRoleBindingCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedRoleBinding
|
ApiResponse<V1alpha1RoleBindingList> |
RbacAuthorizationV1alpha1Api.listNamespacedRoleBindingWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
ApiResponse<V1beta1RoleBindingList> |
RbacAuthorizationV1beta1Api.listNamespacedRoleBindingWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
ApiResponse<V1RoleBindingList> |
RbacAuthorizationV1Api.listNamespacedRoleBindingWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.listNamespacedRoleCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.listNamespacedRoleCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedRole
|
okhttp3.Call |
RbacAuthorizationV1Api.listNamespacedRoleCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedRole
|
ApiResponse<V1alpha1RoleList> |
RbacAuthorizationV1alpha1Api.listNamespacedRoleWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
ApiResponse<V1beta1RoleList> |
RbacAuthorizationV1beta1Api.listNamespacedRoleWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
ApiResponse<V1RoleList> |
RbacAuthorizationV1Api.listNamespacedRoleWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
V1SecretList |
CoreV1Api.listNamespacedSecret(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Secret
|
okhttp3.Call |
CoreV1Api.listNamespacedSecretAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1SecretList> _callback)
(asynchronously) list or watch objects of kind Secret
|
okhttp3.Call |
CoreV1Api.listNamespacedSecretCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedSecret
|
ApiResponse<V1SecretList> |
CoreV1Api.listNamespacedSecretWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Secret
|
V1ServiceList |
CoreV1Api.listNamespacedService(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Service
|
V1ServiceAccountList |
CoreV1Api.listNamespacedServiceAccount(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ServiceAccount
|
okhttp3.Call |
CoreV1Api.listNamespacedServiceAccountAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ServiceAccountList> _callback)
(asynchronously) list or watch objects of kind ServiceAccount
|
okhttp3.Call |
CoreV1Api.listNamespacedServiceAccountCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedServiceAccount
|
ApiResponse<V1ServiceAccountList> |
CoreV1Api.listNamespacedServiceAccountWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ServiceAccount
|
okhttp3.Call |
CoreV1Api.listNamespacedServiceAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ServiceList> _callback)
(asynchronously) list or watch objects of kind Service
|
okhttp3.Call |
CoreV1Api.listNamespacedServiceCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedService
|
ApiResponse<V1ServiceList> |
CoreV1Api.listNamespacedServiceWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Service
|
V1StatefulSetList |
AppsV1Api.listNamespacedStatefulSet(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
okhttp3.Call |
AppsV1Api.listNamespacedStatefulSetAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1StatefulSetList> _callback)
(asynchronously) list or watch objects of kind StatefulSet
|
okhttp3.Call |
AppsV1Api.listNamespacedStatefulSetCall(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNamespacedStatefulSet
|
ApiResponse<V1StatefulSetList> |
AppsV1Api.listNamespacedStatefulSetWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
ApiResponse<V1NamespaceList> |
CoreV1Api.listNamespaceWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Namespace
|
V1NetworkPolicyList |
NetworkingV1Api.listNetworkPolicyForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NetworkPolicy
|
okhttp3.Call |
NetworkingV1Api.listNetworkPolicyForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1NetworkPolicyList> _callback)
(asynchronously) list or watch objects of kind NetworkPolicy
|
okhttp3.Call |
NetworkingV1Api.listNetworkPolicyForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNetworkPolicyForAllNamespaces
|
ApiResponse<V1NetworkPolicyList> |
NetworkingV1Api.listNetworkPolicyForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NetworkPolicy
|
V1NodeList |
CoreV1Api.listNode(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Node
|
okhttp3.Call |
CoreV1Api.listNodeAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1NodeList> _callback)
(asynchronously) list or watch objects of kind Node
|
okhttp3.Call |
CoreV1Api.listNodeCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listNode
|
ApiResponse<V1NodeList> |
CoreV1Api.listNodeWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Node
|
V1PersistentVolumeList |
CoreV1Api.listPersistentVolume(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PersistentVolume
|
okhttp3.Call |
CoreV1Api.listPersistentVolumeAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PersistentVolumeList> _callback)
(asynchronously) list or watch objects of kind PersistentVolume
|
okhttp3.Call |
CoreV1Api.listPersistentVolumeCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listPersistentVolume
|
V1PersistentVolumeClaimList |
CoreV1Api.listPersistentVolumeClaimForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.listPersistentVolumeClaimForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PersistentVolumeClaimList> _callback)
(asynchronously) list or watch objects of kind PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.listPersistentVolumeClaimForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listPersistentVolumeClaimForAllNamespaces
|
ApiResponse<V1PersistentVolumeClaimList> |
CoreV1Api.listPersistentVolumeClaimForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PersistentVolumeClaim
|
ApiResponse<V1PersistentVolumeList> |
CoreV1Api.listPersistentVolumeWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PersistentVolume
|
V1beta1PodDisruptionBudgetList |
PolicyV1beta1Api.listPodDisruptionBudgetForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.listPodDisruptionBudgetForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1PodDisruptionBudgetList> _callback)
(asynchronously) list or watch objects of kind PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.listPodDisruptionBudgetForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listPodDisruptionBudgetForAllNamespaces
|
ApiResponse<V1beta1PodDisruptionBudgetList> |
PolicyV1beta1Api.listPodDisruptionBudgetForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodDisruptionBudget
|
V1PodList |
CoreV1Api.listPodForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Pod
|
okhttp3.Call |
CoreV1Api.listPodForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PodList> _callback)
(asynchronously) list or watch objects of kind Pod
|
okhttp3.Call |
CoreV1Api.listPodForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listPodForAllNamespaces
|
ApiResponse<V1PodList> |
CoreV1Api.listPodForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Pod
|
V1alpha1PodPresetList |
SettingsV1alpha1Api.listPodPresetForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodPreset
|
okhttp3.Call |
SettingsV1alpha1Api.listPodPresetForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1PodPresetList> _callback)
(asynchronously) list or watch objects of kind PodPreset
|
okhttp3.Call |
SettingsV1alpha1Api.listPodPresetForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listPodPresetForAllNamespaces
|
ApiResponse<V1alpha1PodPresetList> |
SettingsV1alpha1Api.listPodPresetForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodPreset
|
V1beta1PodSecurityPolicyList |
PolicyV1beta1Api.listPodSecurityPolicy(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodSecurityPolicy
|
okhttp3.Call |
PolicyV1beta1Api.listPodSecurityPolicyAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1PodSecurityPolicyList> _callback)
(asynchronously) list or watch objects of kind PodSecurityPolicy
|
okhttp3.Call |
PolicyV1beta1Api.listPodSecurityPolicyCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listPodSecurityPolicy
|
ApiResponse<V1beta1PodSecurityPolicyList> |
PolicyV1beta1Api.listPodSecurityPolicyWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodSecurityPolicy
|
V1PodTemplateList |
CoreV1Api.listPodTemplateForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodTemplate
|
okhttp3.Call |
CoreV1Api.listPodTemplateForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PodTemplateList> _callback)
(asynchronously) list or watch objects of kind PodTemplate
|
okhttp3.Call |
CoreV1Api.listPodTemplateForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listPodTemplateForAllNamespaces
|
ApiResponse<V1PodTemplateList> |
CoreV1Api.listPodTemplateForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodTemplate
|
V1beta1PriorityClassList |
SchedulingV1beta1Api.listPriorityClass(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PriorityClass
|
V1PriorityClassList |
SchedulingV1Api.listPriorityClass(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PriorityClass
|
V1alpha1PriorityClassList |
SchedulingV1alpha1Api.listPriorityClass(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PriorityClass
|
okhttp3.Call |
SchedulingV1alpha1Api.listPriorityClassAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1PriorityClassList> _callback)
(asynchronously) list or watch objects of kind PriorityClass
|
okhttp3.Call |
SchedulingV1beta1Api.listPriorityClassAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1PriorityClassList> _callback)
(asynchronously) list or watch objects of kind PriorityClass
|
okhttp3.Call |
SchedulingV1Api.listPriorityClassAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PriorityClassList> _callback)
(asynchronously) list or watch objects of kind PriorityClass
|
okhttp3.Call |
SchedulingV1beta1Api.listPriorityClassCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listPriorityClass
|
okhttp3.Call |
SchedulingV1Api.listPriorityClassCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listPriorityClass
|
okhttp3.Call |
SchedulingV1alpha1Api.listPriorityClassCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listPriorityClass
|
ApiResponse<V1beta1PriorityClassList> |
SchedulingV1beta1Api.listPriorityClassWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PriorityClass
|
ApiResponse<V1PriorityClassList> |
SchedulingV1Api.listPriorityClassWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PriorityClass
|
ApiResponse<V1alpha1PriorityClassList> |
SchedulingV1alpha1Api.listPriorityClassWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PriorityClass
|
V1alpha1PriorityLevelConfigurationList |
FlowcontrolApiserverV1alpha1Api.listPriorityLevelConfiguration(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.listPriorityLevelConfigurationAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1PriorityLevelConfigurationList> _callback)
(asynchronously) list or watch objects of kind PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.listPriorityLevelConfigurationCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listPriorityLevelConfiguration
|
ApiResponse<V1alpha1PriorityLevelConfigurationList> |
FlowcontrolApiserverV1alpha1Api.listPriorityLevelConfigurationWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PriorityLevelConfiguration
|
V1ReplicaSetList |
AppsV1Api.listReplicaSetForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
okhttp3.Call |
AppsV1Api.listReplicaSetForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ReplicaSetList> _callback)
(asynchronously) list or watch objects of kind ReplicaSet
|
okhttp3.Call |
AppsV1Api.listReplicaSetForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listReplicaSetForAllNamespaces
|
ApiResponse<V1ReplicaSetList> |
AppsV1Api.listReplicaSetForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
V1ReplicationControllerList |
CoreV1Api.listReplicationControllerForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicationController
|
okhttp3.Call |
CoreV1Api.listReplicationControllerForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ReplicationControllerList> _callback)
(asynchronously) list or watch objects of kind ReplicationController
|
okhttp3.Call |
CoreV1Api.listReplicationControllerForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listReplicationControllerForAllNamespaces
|
ApiResponse<V1ReplicationControllerList> |
CoreV1Api.listReplicationControllerForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicationController
|
V1ResourceQuotaList |
CoreV1Api.listResourceQuotaForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ResourceQuota
|
okhttp3.Call |
CoreV1Api.listResourceQuotaForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ResourceQuotaList> _callback)
(asynchronously) list or watch objects of kind ResourceQuota
|
okhttp3.Call |
CoreV1Api.listResourceQuotaForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listResourceQuotaForAllNamespaces
|
ApiResponse<V1ResourceQuotaList> |
CoreV1Api.listResourceQuotaForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ResourceQuota
|
V1alpha1RoleBindingList |
RbacAuthorizationV1alpha1Api.listRoleBindingForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
V1beta1RoleBindingList |
RbacAuthorizationV1beta1Api.listRoleBindingForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
V1RoleBindingList |
RbacAuthorizationV1Api.listRoleBindingForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.listRoleBindingForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1RoleBindingList> _callback)
(asynchronously) list or watch objects of kind RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.listRoleBindingForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1RoleBindingList> _callback)
(asynchronously) list or watch objects of kind RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.listRoleBindingForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1RoleBindingList> _callback)
(asynchronously) list or watch objects of kind RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.listRoleBindingForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listRoleBindingForAllNamespaces
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.listRoleBindingForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listRoleBindingForAllNamespaces
|
okhttp3.Call |
RbacAuthorizationV1Api.listRoleBindingForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listRoleBindingForAllNamespaces
|
ApiResponse<V1alpha1RoleBindingList> |
RbacAuthorizationV1alpha1Api.listRoleBindingForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
ApiResponse<V1beta1RoleBindingList> |
RbacAuthorizationV1beta1Api.listRoleBindingForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
ApiResponse<V1RoleBindingList> |
RbacAuthorizationV1Api.listRoleBindingForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
V1alpha1RoleList |
RbacAuthorizationV1alpha1Api.listRoleForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
V1beta1RoleList |
RbacAuthorizationV1beta1Api.listRoleForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
V1RoleList |
RbacAuthorizationV1Api.listRoleForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.listRoleForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1RoleList> _callback)
(asynchronously) list or watch objects of kind Role
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.listRoleForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1RoleList> _callback)
(asynchronously) list or watch objects of kind Role
|
okhttp3.Call |
RbacAuthorizationV1Api.listRoleForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1RoleList> _callback)
(asynchronously) list or watch objects of kind Role
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.listRoleForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listRoleForAllNamespaces
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.listRoleForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listRoleForAllNamespaces
|
okhttp3.Call |
RbacAuthorizationV1Api.listRoleForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listRoleForAllNamespaces
|
ApiResponse<V1alpha1RoleList> |
RbacAuthorizationV1alpha1Api.listRoleForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
ApiResponse<V1beta1RoleList> |
RbacAuthorizationV1beta1Api.listRoleForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
ApiResponse<V1RoleList> |
RbacAuthorizationV1Api.listRoleForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
V1alpha1RuntimeClassList |
NodeV1alpha1Api.listRuntimeClass(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RuntimeClass
|
V1beta1RuntimeClassList |
NodeV1beta1Api.listRuntimeClass(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RuntimeClass
|
okhttp3.Call |
NodeV1alpha1Api.listRuntimeClassAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1RuntimeClassList> _callback)
(asynchronously) list or watch objects of kind RuntimeClass
|
okhttp3.Call |
NodeV1beta1Api.listRuntimeClassAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1RuntimeClassList> _callback)
(asynchronously) list or watch objects of kind RuntimeClass
|
okhttp3.Call |
NodeV1alpha1Api.listRuntimeClassCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listRuntimeClass
|
okhttp3.Call |
NodeV1beta1Api.listRuntimeClassCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listRuntimeClass
|
ApiResponse<V1alpha1RuntimeClassList> |
NodeV1alpha1Api.listRuntimeClassWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RuntimeClass
|
ApiResponse<V1beta1RuntimeClassList> |
NodeV1beta1Api.listRuntimeClassWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RuntimeClass
|
V1SecretList |
CoreV1Api.listSecretForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Secret
|
okhttp3.Call |
CoreV1Api.listSecretForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1SecretList> _callback)
(asynchronously) list or watch objects of kind Secret
|
okhttp3.Call |
CoreV1Api.listSecretForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listSecretForAllNamespaces
|
ApiResponse<V1SecretList> |
CoreV1Api.listSecretForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Secret
|
V1ServiceAccountList |
CoreV1Api.listServiceAccountForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ServiceAccount
|
okhttp3.Call |
CoreV1Api.listServiceAccountForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ServiceAccountList> _callback)
(asynchronously) list or watch objects of kind ServiceAccount
|
okhttp3.Call |
CoreV1Api.listServiceAccountForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listServiceAccountForAllNamespaces
|
ApiResponse<V1ServiceAccountList> |
CoreV1Api.listServiceAccountForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ServiceAccount
|
V1ServiceList |
CoreV1Api.listServiceForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Service
|
okhttp3.Call |
CoreV1Api.listServiceForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ServiceList> _callback)
(asynchronously) list or watch objects of kind Service
|
okhttp3.Call |
CoreV1Api.listServiceForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listServiceForAllNamespaces
|
ApiResponse<V1ServiceList> |
CoreV1Api.listServiceForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Service
|
V1StatefulSetList |
AppsV1Api.listStatefulSetForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
okhttp3.Call |
AppsV1Api.listStatefulSetForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1StatefulSetList> _callback)
(asynchronously) list or watch objects of kind StatefulSet
|
okhttp3.Call |
AppsV1Api.listStatefulSetForAllNamespacesCall(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listStatefulSetForAllNamespaces
|
ApiResponse<V1StatefulSetList> |
AppsV1Api.listStatefulSetForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
V1StorageClassList |
StorageV1Api.listStorageClass(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StorageClass
|
V1beta1StorageClassList |
StorageV1beta1Api.listStorageClass(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StorageClass
|
okhttp3.Call |
StorageV1beta1Api.listStorageClassAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1StorageClassList> _callback)
(asynchronously) list or watch objects of kind StorageClass
|
okhttp3.Call |
StorageV1Api.listStorageClassAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1StorageClassList> _callback)
(asynchronously) list or watch objects of kind StorageClass
|
okhttp3.Call |
StorageV1Api.listStorageClassCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listStorageClass
|
okhttp3.Call |
StorageV1beta1Api.listStorageClassCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listStorageClass
|
ApiResponse<V1StorageClassList> |
StorageV1Api.listStorageClassWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StorageClass
|
ApiResponse<V1beta1StorageClassList> |
StorageV1beta1Api.listStorageClassWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StorageClass
|
V1beta1ValidatingWebhookConfigurationList |
AdmissionregistrationV1beta1Api.listValidatingWebhookConfiguration(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ValidatingWebhookConfiguration
|
V1ValidatingWebhookConfigurationList |
AdmissionregistrationV1Api.listValidatingWebhookConfiguration(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.listValidatingWebhookConfigurationAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1ValidatingWebhookConfigurationList> _callback)
(asynchronously) list or watch objects of kind ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.listValidatingWebhookConfigurationAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ValidatingWebhookConfigurationList> _callback)
(asynchronously) list or watch objects of kind ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.listValidatingWebhookConfigurationCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.listValidatingWebhookConfigurationCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listValidatingWebhookConfiguration
|
ApiResponse<V1beta1ValidatingWebhookConfigurationList> |
AdmissionregistrationV1beta1Api.listValidatingWebhookConfigurationWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ValidatingWebhookConfiguration
|
ApiResponse<V1ValidatingWebhookConfigurationList> |
AdmissionregistrationV1Api.listValidatingWebhookConfigurationWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ValidatingWebhookConfiguration
|
V1alpha1VolumeAttachmentList |
StorageV1alpha1Api.listVolumeAttachment(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind VolumeAttachment
|
V1VolumeAttachmentList |
StorageV1Api.listVolumeAttachment(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind VolumeAttachment
|
V1beta1VolumeAttachmentList |
StorageV1beta1Api.listVolumeAttachment(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind VolumeAttachment
|
okhttp3.Call |
StorageV1alpha1Api.listVolumeAttachmentAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1VolumeAttachmentList> _callback)
(asynchronously) list or watch objects of kind VolumeAttachment
|
okhttp3.Call |
StorageV1beta1Api.listVolumeAttachmentAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1VolumeAttachmentList> _callback)
(asynchronously) list or watch objects of kind VolumeAttachment
|
okhttp3.Call |
StorageV1Api.listVolumeAttachmentAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1VolumeAttachmentList> _callback)
(asynchronously) list or watch objects of kind VolumeAttachment
|
okhttp3.Call |
StorageV1alpha1Api.listVolumeAttachmentCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listVolumeAttachment
|
okhttp3.Call |
StorageV1Api.listVolumeAttachmentCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listVolumeAttachment
|
okhttp3.Call |
StorageV1beta1Api.listVolumeAttachmentCall(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback _callback)
Build call for listVolumeAttachment
|
ApiResponse<V1alpha1VolumeAttachmentList> |
StorageV1alpha1Api.listVolumeAttachmentWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind VolumeAttachment
|
ApiResponse<V1VolumeAttachmentList> |
StorageV1Api.listVolumeAttachmentWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind VolumeAttachment
|
ApiResponse<V1beta1VolumeAttachmentList> |
StorageV1beta1Api.listVolumeAttachmentWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind VolumeAttachment
|
void |
LogsApi.logFileHandler(String logpath) |
okhttp3.Call |
LogsApi.logFileHandlerAsync(String logpath,
ApiCallback<Void> _callback)
(asynchronously)
|
okhttp3.Call |
LogsApi.logFileHandlerCall(String logpath,
ApiCallback _callback)
Build call for logFileHandler
|
ApiResponse<Void> |
LogsApi.logFileHandlerWithHttpInfo(String logpath) |
void |
LogsApi.logFileListHandler() |
okhttp3.Call |
LogsApi.logFileListHandlerAsync(ApiCallback<Void> _callback)
(asynchronously)
|
okhttp3.Call |
LogsApi.logFileListHandlerCall(ApiCallback _callback)
Build call for logFileListHandler
|
ApiResponse<Void> |
LogsApi.logFileListHandlerWithHttpInfo() |
V1beta1APIService |
ApiregistrationV1beta1Api.patchAPIService(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified APIService
|
V1APIService |
ApiregistrationV1Api.patchAPIService(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified APIService
|
okhttp3.Call |
ApiregistrationV1Api.patchAPIServiceAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1APIService> _callback)
(asynchronously) partially update the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.patchAPIServiceAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1APIService> _callback)
(asynchronously) partially update the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.patchAPIServiceCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchAPIService
|
okhttp3.Call |
ApiregistrationV1Api.patchAPIServiceCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchAPIService
|
V1beta1APIService |
ApiregistrationV1beta1Api.patchAPIServiceStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified APIService
|
V1APIService |
ApiregistrationV1Api.patchAPIServiceStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified APIService
|
okhttp3.Call |
ApiregistrationV1Api.patchAPIServiceStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1APIService> _callback)
(asynchronously) partially update status of the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.patchAPIServiceStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1APIService> _callback)
(asynchronously) partially update status of the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.patchAPIServiceStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchAPIServiceStatus
|
okhttp3.Call |
ApiregistrationV1Api.patchAPIServiceStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchAPIServiceStatus
|
ApiResponse<V1beta1APIService> |
ApiregistrationV1beta1Api.patchAPIServiceStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified APIService
|
ApiResponse<V1APIService> |
ApiregistrationV1Api.patchAPIServiceStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified APIService
|
ApiResponse<V1beta1APIService> |
ApiregistrationV1beta1Api.patchAPIServiceWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified APIService
|
ApiResponse<V1APIService> |
ApiregistrationV1Api.patchAPIServiceWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified APIService
|
V1beta1CertificateSigningRequest |
CertificatesV1beta1Api.patchCertificateSigningRequest(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CertificateSigningRequest
|
V1CertificateSigningRequest |
CertificatesV1Api.patchCertificateSigningRequest(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CertificateSigningRequest
|
V1beta1CertificateSigningRequest |
CertificatesV1beta1Api.patchCertificateSigningRequestApproval(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update approval of the specified CertificateSigningRequest
|
V1CertificateSigningRequest |
CertificatesV1Api.patchCertificateSigningRequestApproval(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update approval of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.patchCertificateSigningRequestApprovalAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1CertificateSigningRequest> _callback)
(asynchronously) partially update approval of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.patchCertificateSigningRequestApprovalAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1CertificateSigningRequest> _callback)
(asynchronously) partially update approval of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.patchCertificateSigningRequestApprovalCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCertificateSigningRequestApproval
|
okhttp3.Call |
CertificatesV1Api.patchCertificateSigningRequestApprovalCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCertificateSigningRequestApproval
|
ApiResponse<V1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.patchCertificateSigningRequestApprovalWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update approval of the specified CertificateSigningRequest
|
ApiResponse<V1CertificateSigningRequest> |
CertificatesV1Api.patchCertificateSigningRequestApprovalWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update approval of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.patchCertificateSigningRequestAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1CertificateSigningRequest> _callback)
(asynchronously) partially update the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.patchCertificateSigningRequestAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1CertificateSigningRequest> _callback)
(asynchronously) partially update the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.patchCertificateSigningRequestCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.patchCertificateSigningRequestCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCertificateSigningRequest
|
V1beta1CertificateSigningRequest |
CertificatesV1beta1Api.patchCertificateSigningRequestStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CertificateSigningRequest
|
V1CertificateSigningRequest |
CertificatesV1Api.patchCertificateSigningRequestStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.patchCertificateSigningRequestStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1CertificateSigningRequest> _callback)
(asynchronously) partially update status of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.patchCertificateSigningRequestStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1CertificateSigningRequest> _callback)
(asynchronously) partially update status of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.patchCertificateSigningRequestStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCertificateSigningRequestStatus
|
okhttp3.Call |
CertificatesV1Api.patchCertificateSigningRequestStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCertificateSigningRequestStatus
|
ApiResponse<V1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.patchCertificateSigningRequestStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CertificateSigningRequest
|
ApiResponse<V1CertificateSigningRequest> |
CertificatesV1Api.patchCertificateSigningRequestStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CertificateSigningRequest
|
ApiResponse<V1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.patchCertificateSigningRequestWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CertificateSigningRequest
|
ApiResponse<V1CertificateSigningRequest> |
CertificatesV1Api.patchCertificateSigningRequestWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CertificateSigningRequest
|
Object |
CustomObjectsApi.patchClusterCustomObject(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
patch the specified cluster scoped custom object
|
okhttp3.Call |
CustomObjectsApi.patchClusterCustomObjectAsync(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<Object> _callback)
(asynchronously) patch the specified cluster scoped custom object
|
okhttp3.Call |
CustomObjectsApi.patchClusterCustomObjectCall(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchClusterCustomObject
|
Object |
CustomObjectsApi.patchClusterCustomObjectScale(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified cluster scoped custom object
|
okhttp3.Call |
CustomObjectsApi.patchClusterCustomObjectScaleAsync(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<Object> _callback)
(asynchronously) partially update scale of the specified cluster scoped custom object
|
okhttp3.Call |
CustomObjectsApi.patchClusterCustomObjectScaleCall(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchClusterCustomObjectScale
|
ApiResponse<Object> |
CustomObjectsApi.patchClusterCustomObjectScaleWithHttpInfo(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified cluster scoped custom object
|
Object |
CustomObjectsApi.patchClusterCustomObjectStatus(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified cluster scoped custom object
|
okhttp3.Call |
CustomObjectsApi.patchClusterCustomObjectStatusAsync(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<Object> _callback)
(asynchronously) partially update status of the specified cluster scoped custom object
|
okhttp3.Call |
CustomObjectsApi.patchClusterCustomObjectStatusCall(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchClusterCustomObjectStatus
|
ApiResponse<Object> |
CustomObjectsApi.patchClusterCustomObjectStatusWithHttpInfo(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified cluster scoped custom object
|
ApiResponse<Object> |
CustomObjectsApi.patchClusterCustomObjectWithHttpInfo(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
patch the specified cluster scoped custom object
|
V1alpha1ClusterRole |
RbacAuthorizationV1alpha1Api.patchClusterRole(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRole
|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.patchClusterRole(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRole
|
V1ClusterRole |
RbacAuthorizationV1Api.patchClusterRole(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.patchClusterRoleAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1ClusterRole> _callback)
(asynchronously) partially update the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.patchClusterRoleAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1ClusterRole> _callback)
(asynchronously) partially update the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.patchClusterRoleAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ClusterRole> _callback)
(asynchronously) partially update the specified ClusterRole
|
V1alpha1ClusterRoleBinding |
RbacAuthorizationV1alpha1Api.patchClusterRoleBinding(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRoleBinding
|
V1beta1ClusterRoleBinding |
RbacAuthorizationV1beta1Api.patchClusterRoleBinding(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRoleBinding
|
V1ClusterRoleBinding |
RbacAuthorizationV1Api.patchClusterRoleBinding(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.patchClusterRoleBindingAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1ClusterRoleBinding> _callback)
(asynchronously) partially update the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.patchClusterRoleBindingAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1ClusterRoleBinding> _callback)
(asynchronously) partially update the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.patchClusterRoleBindingAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ClusterRoleBinding> _callback)
(asynchronously) partially update the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.patchClusterRoleBindingCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.patchClusterRoleBindingCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.patchClusterRoleBindingCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchClusterRoleBinding
|
ApiResponse<V1alpha1ClusterRoleBinding> |
RbacAuthorizationV1alpha1Api.patchClusterRoleBindingWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRoleBinding
|
ApiResponse<V1beta1ClusterRoleBinding> |
RbacAuthorizationV1beta1Api.patchClusterRoleBindingWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRoleBinding
|
ApiResponse<V1ClusterRoleBinding> |
RbacAuthorizationV1Api.patchClusterRoleBindingWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.patchClusterRoleCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.patchClusterRoleCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.patchClusterRoleCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchClusterRole
|
ApiResponse<V1alpha1ClusterRole> |
RbacAuthorizationV1alpha1Api.patchClusterRoleWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.patchClusterRoleWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRole
|
ApiResponse<V1ClusterRole> |
RbacAuthorizationV1Api.patchClusterRoleWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ClusterRole
|
V1CSIDriver |
StorageV1Api.patchCSIDriver(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSIDriver
|
V1beta1CSIDriver |
StorageV1beta1Api.patchCSIDriver(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSIDriver
|
okhttp3.Call |
StorageV1beta1Api.patchCSIDriverAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1CSIDriver> _callback)
(asynchronously) partially update the specified CSIDriver
|
okhttp3.Call |
StorageV1Api.patchCSIDriverAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1CSIDriver> _callback)
(asynchronously) partially update the specified CSIDriver
|
okhttp3.Call |
StorageV1Api.patchCSIDriverCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCSIDriver
|
okhttp3.Call |
StorageV1beta1Api.patchCSIDriverCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCSIDriver
|
ApiResponse<V1CSIDriver> |
StorageV1Api.patchCSIDriverWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSIDriver
|
ApiResponse<V1beta1CSIDriver> |
StorageV1beta1Api.patchCSIDriverWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSIDriver
|
V1CSINode |
StorageV1Api.patchCSINode(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSINode
|
V1beta1CSINode |
StorageV1beta1Api.patchCSINode(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSINode
|
okhttp3.Call |
StorageV1beta1Api.patchCSINodeAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1CSINode> _callback)
(asynchronously) partially update the specified CSINode
|
okhttp3.Call |
StorageV1Api.patchCSINodeAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1CSINode> _callback)
(asynchronously) partially update the specified CSINode
|
okhttp3.Call |
StorageV1Api.patchCSINodeCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCSINode
|
okhttp3.Call |
StorageV1beta1Api.patchCSINodeCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCSINode
|
ApiResponse<V1CSINode> |
StorageV1Api.patchCSINodeWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSINode
|
ApiResponse<V1beta1CSINode> |
StorageV1beta1Api.patchCSINodeWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CSINode
|
V1CustomResourceDefinition |
ApiextensionsV1Api.patchCustomResourceDefinition(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CustomResourceDefinition
|
V1beta1CustomResourceDefinition |
ApiextensionsV1beta1Api.patchCustomResourceDefinition(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.patchCustomResourceDefinitionAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1CustomResourceDefinition> _callback)
(asynchronously) partially update the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.patchCustomResourceDefinitionAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1CustomResourceDefinition> _callback)
(asynchronously) partially update the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.patchCustomResourceDefinitionCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.patchCustomResourceDefinitionCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCustomResourceDefinition
|
V1CustomResourceDefinition |
ApiextensionsV1Api.patchCustomResourceDefinitionStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CustomResourceDefinition
|
V1beta1CustomResourceDefinition |
ApiextensionsV1beta1Api.patchCustomResourceDefinitionStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.patchCustomResourceDefinitionStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1CustomResourceDefinition> _callback)
(asynchronously) partially update status of the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.patchCustomResourceDefinitionStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1CustomResourceDefinition> _callback)
(asynchronously) partially update status of the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.patchCustomResourceDefinitionStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCustomResourceDefinitionStatus
|
okhttp3.Call |
ApiextensionsV1beta1Api.patchCustomResourceDefinitionStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchCustomResourceDefinitionStatus
|
ApiResponse<V1CustomResourceDefinition> |
ApiextensionsV1Api.patchCustomResourceDefinitionStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CustomResourceDefinition
|
ApiResponse<V1beta1CustomResourceDefinition> |
ApiextensionsV1beta1Api.patchCustomResourceDefinitionStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CustomResourceDefinition
|
ApiResponse<V1CustomResourceDefinition> |
ApiextensionsV1Api.patchCustomResourceDefinitionWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CustomResourceDefinition
|
ApiResponse<V1beta1CustomResourceDefinition> |
ApiextensionsV1beta1Api.patchCustomResourceDefinitionWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CustomResourceDefinition
|
V1alpha1FlowSchema |
FlowcontrolApiserverV1alpha1Api.patchFlowSchema(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.patchFlowSchemaAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1FlowSchema> _callback)
(asynchronously) partially update the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.patchFlowSchemaCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchFlowSchema
|
V1alpha1FlowSchema |
FlowcontrolApiserverV1alpha1Api.patchFlowSchemaStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.patchFlowSchemaStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1FlowSchema> _callback)
(asynchronously) partially update status of the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.patchFlowSchemaStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchFlowSchemaStatus
|
ApiResponse<V1alpha1FlowSchema> |
FlowcontrolApiserverV1alpha1Api.patchFlowSchemaStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified FlowSchema
|
ApiResponse<V1alpha1FlowSchema> |
FlowcontrolApiserverV1alpha1Api.patchFlowSchemaWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified FlowSchema
|
V1IngressClass |
NetworkingV1Api.patchIngressClass(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified IngressClass
|
V1beta1IngressClass |
NetworkingV1beta1Api.patchIngressClass(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified IngressClass
|
okhttp3.Call |
NetworkingV1beta1Api.patchIngressClassAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1IngressClass> _callback)
(asynchronously) partially update the specified IngressClass
|
okhttp3.Call |
NetworkingV1Api.patchIngressClassAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1IngressClass> _callback)
(asynchronously) partially update the specified IngressClass
|
okhttp3.Call |
NetworkingV1Api.patchIngressClassCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchIngressClass
|
okhttp3.Call |
NetworkingV1beta1Api.patchIngressClassCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchIngressClass
|
ApiResponse<V1IngressClass> |
NetworkingV1Api.patchIngressClassWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified IngressClass
|
ApiResponse<V1beta1IngressClass> |
NetworkingV1beta1Api.patchIngressClassWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified IngressClass
|
V1beta1MutatingWebhookConfiguration |
AdmissionregistrationV1beta1Api.patchMutatingWebhookConfiguration(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified MutatingWebhookConfiguration
|
V1MutatingWebhookConfiguration |
AdmissionregistrationV1Api.patchMutatingWebhookConfiguration(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.patchMutatingWebhookConfigurationAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1MutatingWebhookConfiguration> _callback)
(asynchronously) partially update the specified MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.patchMutatingWebhookConfigurationAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1MutatingWebhookConfiguration> _callback)
(asynchronously) partially update the specified MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.patchMutatingWebhookConfigurationCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchMutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.patchMutatingWebhookConfigurationCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchMutatingWebhookConfiguration
|
ApiResponse<V1beta1MutatingWebhookConfiguration> |
AdmissionregistrationV1beta1Api.patchMutatingWebhookConfigurationWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified MutatingWebhookConfiguration
|
ApiResponse<V1MutatingWebhookConfiguration> |
AdmissionregistrationV1Api.patchMutatingWebhookConfigurationWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified MutatingWebhookConfiguration
|
V1Namespace |
CoreV1Api.patchNamespace(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Namespace
|
okhttp3.Call |
CoreV1Api.patchNamespaceAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Namespace> _callback)
(asynchronously) partially update the specified Namespace
|
okhttp3.Call |
CoreV1Api.patchNamespaceCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespace
|
V1ConfigMap |
CoreV1Api.patchNamespacedConfigMap(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ConfigMap
|
okhttp3.Call |
CoreV1Api.patchNamespacedConfigMapAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ConfigMap> _callback)
(asynchronously) partially update the specified ConfigMap
|
okhttp3.Call |
CoreV1Api.patchNamespacedConfigMapCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedConfigMap
|
ApiResponse<V1ConfigMap> |
CoreV1Api.patchNamespacedConfigMapWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ConfigMap
|
V1ControllerRevision |
AppsV1Api.patchNamespacedControllerRevision(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ControllerRevision
|
okhttp3.Call |
AppsV1Api.patchNamespacedControllerRevisionAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ControllerRevision> _callback)
(asynchronously) partially update the specified ControllerRevision
|
okhttp3.Call |
AppsV1Api.patchNamespacedControllerRevisionCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedControllerRevision
|
ApiResponse<V1ControllerRevision> |
AppsV1Api.patchNamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ControllerRevision
|
V1beta1CronJob |
BatchV1beta1Api.patchNamespacedCronJob(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.patchNamespacedCronJob(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CronJob
|
okhttp3.Call |
BatchV1beta1Api.patchNamespacedCronJobAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1CronJob> _callback)
(asynchronously) partially update the specified CronJob
|
okhttp3.Call |
BatchV2alpha1Api.patchNamespacedCronJobAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V2alpha1CronJob> _callback)
(asynchronously) partially update the specified CronJob
|
okhttp3.Call |
BatchV1beta1Api.patchNamespacedCronJobCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedCronJob
|
okhttp3.Call |
BatchV2alpha1Api.patchNamespacedCronJobCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedCronJob
|
V1beta1CronJob |
BatchV1beta1Api.patchNamespacedCronJobStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.patchNamespacedCronJobStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CronJob
|
okhttp3.Call |
BatchV1beta1Api.patchNamespacedCronJobStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1CronJob> _callback)
(asynchronously) partially update status of the specified CronJob
|
okhttp3.Call |
BatchV2alpha1Api.patchNamespacedCronJobStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V2alpha1CronJob> _callback)
(asynchronously) partially update status of the specified CronJob
|
okhttp3.Call |
BatchV1beta1Api.patchNamespacedCronJobStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedCronJobStatus
|
okhttp3.Call |
BatchV2alpha1Api.patchNamespacedCronJobStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedCronJobStatus
|
ApiResponse<V1beta1CronJob> |
BatchV1beta1Api.patchNamespacedCronJobStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.patchNamespacedCronJobStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified CronJob
|
ApiResponse<V1beta1CronJob> |
BatchV1beta1Api.patchNamespacedCronJobWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.patchNamespacedCronJobWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified CronJob
|
Object |
CustomObjectsApi.patchNamespacedCustomObject(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
patch the specified namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.patchNamespacedCustomObjectAsync(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<Object> _callback)
(asynchronously) patch the specified namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.patchNamespacedCustomObjectCall(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedCustomObject
|
Object |
CustomObjectsApi.patchNamespacedCustomObjectScale(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.patchNamespacedCustomObjectScaleAsync(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<Object> _callback)
(asynchronously) partially update scale of the specified namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.patchNamespacedCustomObjectScaleCall(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedCustomObjectScale
|
ApiResponse<Object> |
CustomObjectsApi.patchNamespacedCustomObjectScaleWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified namespace scoped custom object
|
Object |
CustomObjectsApi.patchNamespacedCustomObjectStatus(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.patchNamespacedCustomObjectStatusAsync(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<Object> _callback)
(asynchronously) partially update status of the specified namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.patchNamespacedCustomObjectStatusCall(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedCustomObjectStatus
|
ApiResponse<Object> |
CustomObjectsApi.patchNamespacedCustomObjectStatusWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified namespace scoped custom object
|
ApiResponse<Object> |
CustomObjectsApi.patchNamespacedCustomObjectWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
Boolean force)
patch the specified namespace scoped custom object
|
V1DaemonSet |
AppsV1Api.patchNamespacedDaemonSet(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified DaemonSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedDaemonSetAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1DaemonSet> _callback)
(asynchronously) partially update the specified DaemonSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedDaemonSetCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedDaemonSet
|
V1DaemonSet |
AppsV1Api.patchNamespacedDaemonSetStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified DaemonSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedDaemonSetStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1DaemonSet> _callback)
(asynchronously) partially update status of the specified DaemonSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedDaemonSetStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedDaemonSetStatus
|
ApiResponse<V1DaemonSet> |
AppsV1Api.patchNamespacedDaemonSetStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified DaemonSet
|
ApiResponse<V1DaemonSet> |
AppsV1Api.patchNamespacedDaemonSetWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified DaemonSet
|
V1Deployment |
AppsV1Api.patchNamespacedDeployment(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Deployment
|
okhttp3.Call |
AppsV1Api.patchNamespacedDeploymentAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Deployment> _callback)
(asynchronously) partially update the specified Deployment
|
okhttp3.Call |
AppsV1Api.patchNamespacedDeploymentCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedDeployment
|
V1Scale |
AppsV1Api.patchNamespacedDeploymentScale(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified Deployment
|
okhttp3.Call |
AppsV1Api.patchNamespacedDeploymentScaleAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Scale> _callback)
(asynchronously) partially update scale of the specified Deployment
|
okhttp3.Call |
AppsV1Api.patchNamespacedDeploymentScaleCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedDeploymentScale
|
ApiResponse<V1Scale> |
AppsV1Api.patchNamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified Deployment
|
V1Deployment |
AppsV1Api.patchNamespacedDeploymentStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Deployment
|
okhttp3.Call |
AppsV1Api.patchNamespacedDeploymentStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Deployment> _callback)
(asynchronously) partially update status of the specified Deployment
|
okhttp3.Call |
AppsV1Api.patchNamespacedDeploymentStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedDeploymentStatus
|
ApiResponse<V1Deployment> |
AppsV1Api.patchNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Deployment
|
ApiResponse<V1Deployment> |
AppsV1Api.patchNamespacedDeploymentWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Deployment
|
V1Endpoints |
CoreV1Api.patchNamespacedEndpoints(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Endpoints
|
okhttp3.Call |
CoreV1Api.patchNamespacedEndpointsAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Endpoints> _callback)
(asynchronously) partially update the specified Endpoints
|
okhttp3.Call |
CoreV1Api.patchNamespacedEndpointsCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedEndpoints
|
V1beta1EndpointSlice |
DiscoveryV1beta1Api.patchNamespacedEndpointSlice(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified EndpointSlice
|
okhttp3.Call |
DiscoveryV1beta1Api.patchNamespacedEndpointSliceAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1EndpointSlice> _callback)
(asynchronously) partially update the specified EndpointSlice
|
okhttp3.Call |
DiscoveryV1beta1Api.patchNamespacedEndpointSliceCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedEndpointSlice
|
ApiResponse<V1beta1EndpointSlice> |
DiscoveryV1beta1Api.patchNamespacedEndpointSliceWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified EndpointSlice
|
ApiResponse<V1Endpoints> |
CoreV1Api.patchNamespacedEndpointsWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Endpoints
|
CoreV1Event |
CoreV1Api.patchNamespacedEvent(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Event
|
EventsV1Event |
EventsV1Api.patchNamespacedEvent(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Event
|
V1beta1Event |
EventsV1beta1Api.patchNamespacedEvent(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Event
|
okhttp3.Call |
CoreV1Api.patchNamespacedEventAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<CoreV1Event> _callback)
(asynchronously) partially update the specified Event
|
okhttp3.Call |
EventsV1Api.patchNamespacedEventAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<EventsV1Event> _callback)
(asynchronously) partially update the specified Event
|
okhttp3.Call |
EventsV1beta1Api.patchNamespacedEventAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1Event> _callback)
(asynchronously) partially update the specified Event
|
okhttp3.Call |
CoreV1Api.patchNamespacedEventCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedEvent
|
okhttp3.Call |
EventsV1Api.patchNamespacedEventCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedEvent
|
okhttp3.Call |
EventsV1beta1Api.patchNamespacedEventCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedEvent
|
ApiResponse<CoreV1Event> |
CoreV1Api.patchNamespacedEventWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Event
|
ApiResponse<EventsV1Event> |
EventsV1Api.patchNamespacedEventWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Event
|
ApiResponse<V1beta1Event> |
EventsV1beta1Api.patchNamespacedEventWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Event
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscaler(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified HorizontalPodAutoscaler
|
V2beta2HorizontalPodAutoscaler |
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscaler(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified HorizontalPodAutoscaler
|
V2beta1HorizontalPodAutoscaler |
AutoscalingV2beta1Api.patchNamespacedHorizontalPodAutoscaler(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1HorizontalPodAutoscaler> _callback)
(asynchronously) partially update the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.patchNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V2beta1HorizontalPodAutoscaler> _callback)
(asynchronously) partially update the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V2beta2HorizontalPodAutoscaler> _callback)
(asynchronously) partially update the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedHorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedHorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.patchNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedHorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified HorizontalPodAutoscaler
|
V2beta2HorizontalPodAutoscaler |
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified HorizontalPodAutoscaler
|
V2beta1HorizontalPodAutoscaler |
AutoscalingV2beta1Api.patchNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1HorizontalPodAutoscaler> _callback)
(asynchronously) partially update status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.patchNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V2beta1HorizontalPodAutoscaler> _callback)
(asynchronously) partially update status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V2beta2HorizontalPodAutoscaler> _callback)
(asynchronously) partially update status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedHorizontalPodAutoscalerStatus
|
okhttp3.Call |
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedHorizontalPodAutoscalerStatus
|
okhttp3.Call |
AutoscalingV2beta1Api.patchNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<V1HorizontalPodAutoscaler> |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified HorizontalPodAutoscaler
|
ApiResponse<V2beta2HorizontalPodAutoscaler> |
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified HorizontalPodAutoscaler
|
ApiResponse<V2beta1HorizontalPodAutoscaler> |
AutoscalingV2beta1Api.patchNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified HorizontalPodAutoscaler
|
ApiResponse<V1HorizontalPodAutoscaler> |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified HorizontalPodAutoscaler
|
ApiResponse<V2beta2HorizontalPodAutoscaler> |
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified HorizontalPodAutoscaler
|
ApiResponse<V2beta1HorizontalPodAutoscaler> |
AutoscalingV2beta1Api.patchNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified HorizontalPodAutoscaler
|
ExtensionsV1beta1Ingress |
ExtensionsV1beta1Api.patchNamespacedIngress(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Ingress
|
V1Ingress |
NetworkingV1Api.patchNamespacedIngress(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Ingress
|
NetworkingV1beta1Ingress |
NetworkingV1beta1Api.patchNamespacedIngress(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.patchNamespacedIngressAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<ExtensionsV1beta1Ingress> _callback)
(asynchronously) partially update the specified Ingress
|
okhttp3.Call |
NetworkingV1beta1Api.patchNamespacedIngressAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<NetworkingV1beta1Ingress> _callback)
(asynchronously) partially update the specified Ingress
|
okhttp3.Call |
NetworkingV1Api.patchNamespacedIngressAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Ingress> _callback)
(asynchronously) partially update the specified Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.patchNamespacedIngressCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedIngress
|
okhttp3.Call |
NetworkingV1Api.patchNamespacedIngressCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedIngress
|
okhttp3.Call |
NetworkingV1beta1Api.patchNamespacedIngressCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedIngress
|
ExtensionsV1beta1Ingress |
ExtensionsV1beta1Api.patchNamespacedIngressStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Ingress
|
V1Ingress |
NetworkingV1Api.patchNamespacedIngressStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Ingress
|
NetworkingV1beta1Ingress |
NetworkingV1beta1Api.patchNamespacedIngressStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.patchNamespacedIngressStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<ExtensionsV1beta1Ingress> _callback)
(asynchronously) partially update status of the specified Ingress
|
okhttp3.Call |
NetworkingV1beta1Api.patchNamespacedIngressStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<NetworkingV1beta1Ingress> _callback)
(asynchronously) partially update status of the specified Ingress
|
okhttp3.Call |
NetworkingV1Api.patchNamespacedIngressStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Ingress> _callback)
(asynchronously) partially update status of the specified Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.patchNamespacedIngressStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedIngressStatus
|
okhttp3.Call |
NetworkingV1Api.patchNamespacedIngressStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedIngressStatus
|
okhttp3.Call |
NetworkingV1beta1Api.patchNamespacedIngressStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedIngressStatus
|
ApiResponse<ExtensionsV1beta1Ingress> |
ExtensionsV1beta1Api.patchNamespacedIngressStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Ingress
|
ApiResponse<V1Ingress> |
NetworkingV1Api.patchNamespacedIngressStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Ingress
|
ApiResponse<NetworkingV1beta1Ingress> |
NetworkingV1beta1Api.patchNamespacedIngressStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Ingress
|
ApiResponse<ExtensionsV1beta1Ingress> |
ExtensionsV1beta1Api.patchNamespacedIngressWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Ingress
|
ApiResponse<V1Ingress> |
NetworkingV1Api.patchNamespacedIngressWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Ingress
|
ApiResponse<NetworkingV1beta1Ingress> |
NetworkingV1beta1Api.patchNamespacedIngressWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Ingress
|
V1Job |
BatchV1Api.patchNamespacedJob(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Job
|
okhttp3.Call |
BatchV1Api.patchNamespacedJobAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Job> _callback)
(asynchronously) partially update the specified Job
|
okhttp3.Call |
BatchV1Api.patchNamespacedJobCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedJob
|
V1Job |
BatchV1Api.patchNamespacedJobStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Job
|
okhttp3.Call |
BatchV1Api.patchNamespacedJobStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Job> _callback)
(asynchronously) partially update status of the specified Job
|
okhttp3.Call |
BatchV1Api.patchNamespacedJobStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedJobStatus
|
ApiResponse<V1Job> |
BatchV1Api.patchNamespacedJobStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Job
|
ApiResponse<V1Job> |
BatchV1Api.patchNamespacedJobWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Job
|
V1beta1Lease |
CoordinationV1beta1Api.patchNamespacedLease(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Lease
|
V1Lease |
CoordinationV1Api.patchNamespacedLease(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Lease
|
okhttp3.Call |
CoordinationV1beta1Api.patchNamespacedLeaseAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1Lease> _callback)
(asynchronously) partially update the specified Lease
|
okhttp3.Call |
CoordinationV1Api.patchNamespacedLeaseAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Lease> _callback)
(asynchronously) partially update the specified Lease
|
okhttp3.Call |
CoordinationV1beta1Api.patchNamespacedLeaseCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedLease
|
okhttp3.Call |
CoordinationV1Api.patchNamespacedLeaseCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedLease
|
ApiResponse<V1beta1Lease> |
CoordinationV1beta1Api.patchNamespacedLeaseWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Lease
|
ApiResponse<V1Lease> |
CoordinationV1Api.patchNamespacedLeaseWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Lease
|
V1LimitRange |
CoreV1Api.patchNamespacedLimitRange(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified LimitRange
|
okhttp3.Call |
CoreV1Api.patchNamespacedLimitRangeAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1LimitRange> _callback)
(asynchronously) partially update the specified LimitRange
|
okhttp3.Call |
CoreV1Api.patchNamespacedLimitRangeCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedLimitRange
|
ApiResponse<V1LimitRange> |
CoreV1Api.patchNamespacedLimitRangeWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified LimitRange
|
V1NetworkPolicy |
NetworkingV1Api.patchNamespacedNetworkPolicy(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified NetworkPolicy
|
okhttp3.Call |
NetworkingV1Api.patchNamespacedNetworkPolicyAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1NetworkPolicy> _callback)
(asynchronously) partially update the specified NetworkPolicy
|
okhttp3.Call |
NetworkingV1Api.patchNamespacedNetworkPolicyCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedNetworkPolicy
|
ApiResponse<V1NetworkPolicy> |
NetworkingV1Api.patchNamespacedNetworkPolicyWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified NetworkPolicy
|
V1PersistentVolumeClaim |
CoreV1Api.patchNamespacedPersistentVolumeClaim(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.patchNamespacedPersistentVolumeClaimAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1PersistentVolumeClaim> _callback)
(asynchronously) partially update the specified PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.patchNamespacedPersistentVolumeClaimCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedPersistentVolumeClaim
|
V1PersistentVolumeClaim |
CoreV1Api.patchNamespacedPersistentVolumeClaimStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.patchNamespacedPersistentVolumeClaimStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1PersistentVolumeClaim> _callback)
(asynchronously) partially update status of the specified PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.patchNamespacedPersistentVolumeClaimStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedPersistentVolumeClaimStatus
|
ApiResponse<V1PersistentVolumeClaim> |
CoreV1Api.patchNamespacedPersistentVolumeClaimStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified PersistentVolumeClaim
|
ApiResponse<V1PersistentVolumeClaim> |
CoreV1Api.patchNamespacedPersistentVolumeClaimWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PersistentVolumeClaim
|
V1Pod |
CoreV1Api.patchNamespacedPod(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Pod
|
okhttp3.Call |
CoreV1Api.patchNamespacedPodAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Pod> _callback)
(asynchronously) partially update the specified Pod
|
okhttp3.Call |
CoreV1Api.patchNamespacedPodCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedPod
|
V1beta1PodDisruptionBudget |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudget(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1PodDisruptionBudget> _callback)
(asynchronously) partially update the specified PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedPodDisruptionBudget
|
V1beta1PodDisruptionBudget |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1PodDisruptionBudget> _callback)
(asynchronously) partially update status of the specified PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedPodDisruptionBudgetStatus
|
ApiResponse<V1beta1PodDisruptionBudget> |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified PodDisruptionBudget
|
ApiResponse<V1beta1PodDisruptionBudget> |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PodDisruptionBudget
|
V1alpha1PodPreset |
SettingsV1alpha1Api.patchNamespacedPodPreset(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PodPreset
|
okhttp3.Call |
SettingsV1alpha1Api.patchNamespacedPodPresetAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1PodPreset> _callback)
(asynchronously) partially update the specified PodPreset
|
okhttp3.Call |
SettingsV1alpha1Api.patchNamespacedPodPresetCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedPodPreset
|
ApiResponse<V1alpha1PodPreset> |
SettingsV1alpha1Api.patchNamespacedPodPresetWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PodPreset
|
V1Pod |
CoreV1Api.patchNamespacedPodStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Pod
|
okhttp3.Call |
CoreV1Api.patchNamespacedPodStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Pod> _callback)
(asynchronously) partially update status of the specified Pod
|
okhttp3.Call |
CoreV1Api.patchNamespacedPodStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedPodStatus
|
ApiResponse<V1Pod> |
CoreV1Api.patchNamespacedPodStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Pod
|
V1PodTemplate |
CoreV1Api.patchNamespacedPodTemplate(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PodTemplate
|
okhttp3.Call |
CoreV1Api.patchNamespacedPodTemplateAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1PodTemplate> _callback)
(asynchronously) partially update the specified PodTemplate
|
okhttp3.Call |
CoreV1Api.patchNamespacedPodTemplateCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedPodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.patchNamespacedPodTemplateWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PodTemplate
|
ApiResponse<V1Pod> |
CoreV1Api.patchNamespacedPodWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Pod
|
V1ReplicaSet |
AppsV1Api.patchNamespacedReplicaSet(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedReplicaSetAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ReplicaSet> _callback)
(asynchronously) partially update the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedReplicaSetCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedReplicaSet
|
V1Scale |
AppsV1Api.patchNamespacedReplicaSetScale(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedReplicaSetScaleAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Scale> _callback)
(asynchronously) partially update scale of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedReplicaSetScaleCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedReplicaSetScale
|
ApiResponse<V1Scale> |
AppsV1Api.patchNamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified ReplicaSet
|
V1ReplicaSet |
AppsV1Api.patchNamespacedReplicaSetStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedReplicaSetStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ReplicaSet> _callback)
(asynchronously) partially update status of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedReplicaSetStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedReplicaSetStatus
|
ApiResponse<V1ReplicaSet> |
AppsV1Api.patchNamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified ReplicaSet
|
ApiResponse<V1ReplicaSet> |
AppsV1Api.patchNamespacedReplicaSetWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ReplicaSet
|
V1ReplicationController |
CoreV1Api.patchNamespacedReplicationController(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.patchNamespacedReplicationControllerAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ReplicationController> _callback)
(asynchronously) partially update the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.patchNamespacedReplicationControllerCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedReplicationController
|
V1Scale |
CoreV1Api.patchNamespacedReplicationControllerScale(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.patchNamespacedReplicationControllerScaleAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Scale> _callback)
(asynchronously) partially update scale of the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.patchNamespacedReplicationControllerScaleCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedReplicationControllerScale
|
ApiResponse<V1Scale> |
CoreV1Api.patchNamespacedReplicationControllerScaleWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified ReplicationController
|
V1ReplicationController |
CoreV1Api.patchNamespacedReplicationControllerStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.patchNamespacedReplicationControllerStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ReplicationController> _callback)
(asynchronously) partially update status of the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.patchNamespacedReplicationControllerStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedReplicationControllerStatus
|
ApiResponse<V1ReplicationController> |
CoreV1Api.patchNamespacedReplicationControllerStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified ReplicationController
|
ApiResponse<V1ReplicationController> |
CoreV1Api.patchNamespacedReplicationControllerWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ReplicationController
|
V1ResourceQuota |
CoreV1Api.patchNamespacedResourceQuota(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.patchNamespacedResourceQuotaAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) partially update the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.patchNamespacedResourceQuotaCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedResourceQuota
|
V1ResourceQuota |
CoreV1Api.patchNamespacedResourceQuotaStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.patchNamespacedResourceQuotaStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) partially update status of the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.patchNamespacedResourceQuotaStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedResourceQuotaStatus
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.patchNamespacedResourceQuotaStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified ResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.patchNamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ResourceQuota
|
V1alpha1Role |
RbacAuthorizationV1alpha1Api.patchNamespacedRole(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Role
|
V1beta1Role |
RbacAuthorizationV1beta1Api.patchNamespacedRole(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Role
|
V1Role |
RbacAuthorizationV1Api.patchNamespacedRole(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Role
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1Role> _callback)
(asynchronously) partially update the specified Role
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.patchNamespacedRoleAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1Role> _callback)
(asynchronously) partially update the specified Role
|
okhttp3.Call |
RbacAuthorizationV1Api.patchNamespacedRoleAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Role> _callback)
(asynchronously) partially update the specified Role
|
V1alpha1RoleBinding |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleBinding(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RoleBinding
|
V1beta1RoleBinding |
RbacAuthorizationV1beta1Api.patchNamespacedRoleBinding(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RoleBinding
|
V1RoleBinding |
RbacAuthorizationV1Api.patchNamespacedRoleBinding(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleBindingAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1RoleBinding> _callback)
(asynchronously) partially update the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.patchNamespacedRoleBindingAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1RoleBinding> _callback)
(asynchronously) partially update the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.patchNamespacedRoleBindingAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1RoleBinding> _callback)
(asynchronously) partially update the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleBindingCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.patchNamespacedRoleBindingCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.patchNamespacedRoleBindingCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedRoleBinding
|
ApiResponse<V1alpha1RoleBinding> |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RoleBinding
|
ApiResponse<V1beta1RoleBinding> |
RbacAuthorizationV1beta1Api.patchNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RoleBinding
|
ApiResponse<V1RoleBinding> |
RbacAuthorizationV1Api.patchNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.patchNamespacedRoleCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedRole
|
okhttp3.Call |
RbacAuthorizationV1Api.patchNamespacedRoleCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedRole
|
ApiResponse<V1alpha1Role> |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Role
|
ApiResponse<V1beta1Role> |
RbacAuthorizationV1beta1Api.patchNamespacedRoleWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Role
|
ApiResponse<V1Role> |
RbacAuthorizationV1Api.patchNamespacedRoleWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Role
|
V1Secret |
CoreV1Api.patchNamespacedSecret(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Secret
|
okhttp3.Call |
CoreV1Api.patchNamespacedSecretAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Secret> _callback)
(asynchronously) partially update the specified Secret
|
okhttp3.Call |
CoreV1Api.patchNamespacedSecretCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedSecret
|
ApiResponse<V1Secret> |
CoreV1Api.patchNamespacedSecretWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Secret
|
V1Service |
CoreV1Api.patchNamespacedService(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Service
|
V1ServiceAccount |
CoreV1Api.patchNamespacedServiceAccount(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.patchNamespacedServiceAccountAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ServiceAccount> _callback)
(asynchronously) partially update the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.patchNamespacedServiceAccountCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.patchNamespacedServiceAccountWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.patchNamespacedServiceAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Service> _callback)
(asynchronously) partially update the specified Service
|
okhttp3.Call |
CoreV1Api.patchNamespacedServiceCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedService
|
V1Service |
CoreV1Api.patchNamespacedServiceStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Service
|
okhttp3.Call |
CoreV1Api.patchNamespacedServiceStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Service> _callback)
(asynchronously) partially update status of the specified Service
|
okhttp3.Call |
CoreV1Api.patchNamespacedServiceStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedServiceStatus
|
ApiResponse<V1Service> |
CoreV1Api.patchNamespacedServiceStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Service
|
ApiResponse<V1Service> |
CoreV1Api.patchNamespacedServiceWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Service
|
V1StatefulSet |
AppsV1Api.patchNamespacedStatefulSet(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedStatefulSetAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1StatefulSet> _callback)
(asynchronously) partially update the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedStatefulSetCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedStatefulSet
|
V1Scale |
AppsV1Api.patchNamespacedStatefulSetScale(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedStatefulSetScaleAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Scale> _callback)
(asynchronously) partially update scale of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedStatefulSetScaleCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedStatefulSetScale
|
ApiResponse<V1Scale> |
AppsV1Api.patchNamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update scale of the specified StatefulSet
|
V1StatefulSet |
AppsV1Api.patchNamespacedStatefulSetStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedStatefulSetStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1StatefulSet> _callback)
(asynchronously) partially update status of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.patchNamespacedStatefulSetStatusCall(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespacedStatefulSetStatus
|
ApiResponse<V1StatefulSet> |
AppsV1Api.patchNamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified StatefulSet
|
ApiResponse<V1StatefulSet> |
AppsV1Api.patchNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified StatefulSet
|
V1Namespace |
CoreV1Api.patchNamespaceStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Namespace
|
okhttp3.Call |
CoreV1Api.patchNamespaceStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Namespace> _callback)
(asynchronously) partially update status of the specified Namespace
|
okhttp3.Call |
CoreV1Api.patchNamespaceStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNamespaceStatus
|
ApiResponse<V1Namespace> |
CoreV1Api.patchNamespaceStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.patchNamespaceWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Namespace
|
V1Node |
CoreV1Api.patchNode(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Node
|
okhttp3.Call |
CoreV1Api.patchNodeAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Node> _callback)
(asynchronously) partially update the specified Node
|
okhttp3.Call |
CoreV1Api.patchNodeCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNode
|
V1Node |
CoreV1Api.patchNodeStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Node
|
okhttp3.Call |
CoreV1Api.patchNodeStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Node> _callback)
(asynchronously) partially update status of the specified Node
|
okhttp3.Call |
CoreV1Api.patchNodeStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchNodeStatus
|
ApiResponse<V1Node> |
CoreV1Api.patchNodeStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Node
|
ApiResponse<V1Node> |
CoreV1Api.patchNodeWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Node
|
V1PersistentVolume |
CoreV1Api.patchPersistentVolume(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PersistentVolume
|
okhttp3.Call |
CoreV1Api.patchPersistentVolumeAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1PersistentVolume> _callback)
(asynchronously) partially update the specified PersistentVolume
|
okhttp3.Call |
CoreV1Api.patchPersistentVolumeCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchPersistentVolume
|
V1PersistentVolume |
CoreV1Api.patchPersistentVolumeStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified PersistentVolume
|
okhttp3.Call |
CoreV1Api.patchPersistentVolumeStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1PersistentVolume> _callback)
(asynchronously) partially update status of the specified PersistentVolume
|
okhttp3.Call |
CoreV1Api.patchPersistentVolumeStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchPersistentVolumeStatus
|
ApiResponse<V1PersistentVolume> |
CoreV1Api.patchPersistentVolumeStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified PersistentVolume
|
ApiResponse<V1PersistentVolume> |
CoreV1Api.patchPersistentVolumeWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PersistentVolume
|
V1beta1PodSecurityPolicy |
PolicyV1beta1Api.patchPodSecurityPolicy(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PodSecurityPolicy
|
okhttp3.Call |
PolicyV1beta1Api.patchPodSecurityPolicyAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1PodSecurityPolicy> _callback)
(asynchronously) partially update the specified PodSecurityPolicy
|
okhttp3.Call |
PolicyV1beta1Api.patchPodSecurityPolicyCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchPodSecurityPolicy
|
ApiResponse<V1beta1PodSecurityPolicy> |
PolicyV1beta1Api.patchPodSecurityPolicyWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PodSecurityPolicy
|
V1beta1PriorityClass |
SchedulingV1beta1Api.patchPriorityClass(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PriorityClass
|
V1PriorityClass |
SchedulingV1Api.patchPriorityClass(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PriorityClass
|
V1alpha1PriorityClass |
SchedulingV1alpha1Api.patchPriorityClass(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PriorityClass
|
okhttp3.Call |
SchedulingV1alpha1Api.patchPriorityClassAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1PriorityClass> _callback)
(asynchronously) partially update the specified PriorityClass
|
okhttp3.Call |
SchedulingV1beta1Api.patchPriorityClassAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1PriorityClass> _callback)
(asynchronously) partially update the specified PriorityClass
|
okhttp3.Call |
SchedulingV1Api.patchPriorityClassAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1PriorityClass> _callback)
(asynchronously) partially update the specified PriorityClass
|
okhttp3.Call |
SchedulingV1beta1Api.patchPriorityClassCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchPriorityClass
|
okhttp3.Call |
SchedulingV1Api.patchPriorityClassCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchPriorityClass
|
okhttp3.Call |
SchedulingV1alpha1Api.patchPriorityClassCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchPriorityClass
|
ApiResponse<V1beta1PriorityClass> |
SchedulingV1beta1Api.patchPriorityClassWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PriorityClass
|
ApiResponse<V1PriorityClass> |
SchedulingV1Api.patchPriorityClassWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PriorityClass
|
ApiResponse<V1alpha1PriorityClass> |
SchedulingV1alpha1Api.patchPriorityClassWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PriorityClass
|
V1alpha1PriorityLevelConfiguration |
FlowcontrolApiserverV1alpha1Api.patchPriorityLevelConfiguration(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.patchPriorityLevelConfigurationAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1PriorityLevelConfiguration> _callback)
(asynchronously) partially update the specified PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.patchPriorityLevelConfigurationCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchPriorityLevelConfiguration
|
V1alpha1PriorityLevelConfiguration |
FlowcontrolApiserverV1alpha1Api.patchPriorityLevelConfigurationStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.patchPriorityLevelConfigurationStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1PriorityLevelConfiguration> _callback)
(asynchronously) partially update status of the specified PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.patchPriorityLevelConfigurationStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchPriorityLevelConfigurationStatus
|
ApiResponse<V1alpha1PriorityLevelConfiguration> |
FlowcontrolApiserverV1alpha1Api.patchPriorityLevelConfigurationStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified PriorityLevelConfiguration
|
ApiResponse<V1alpha1PriorityLevelConfiguration> |
FlowcontrolApiserverV1alpha1Api.patchPriorityLevelConfigurationWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified PriorityLevelConfiguration
|
V1alpha1RuntimeClass |
NodeV1alpha1Api.patchRuntimeClass(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RuntimeClass
|
V1beta1RuntimeClass |
NodeV1beta1Api.patchRuntimeClass(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RuntimeClass
|
okhttp3.Call |
NodeV1alpha1Api.patchRuntimeClassAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1RuntimeClass> _callback)
(asynchronously) partially update the specified RuntimeClass
|
okhttp3.Call |
NodeV1beta1Api.patchRuntimeClassAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1RuntimeClass> _callback)
(asynchronously) partially update the specified RuntimeClass
|
okhttp3.Call |
NodeV1alpha1Api.patchRuntimeClassCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchRuntimeClass
|
okhttp3.Call |
NodeV1beta1Api.patchRuntimeClassCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchRuntimeClass
|
ApiResponse<V1alpha1RuntimeClass> |
NodeV1alpha1Api.patchRuntimeClassWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RuntimeClass
|
ApiResponse<V1beta1RuntimeClass> |
NodeV1beta1Api.patchRuntimeClassWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified RuntimeClass
|
V1StorageClass |
StorageV1Api.patchStorageClass(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified StorageClass
|
V1beta1StorageClass |
StorageV1beta1Api.patchStorageClass(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified StorageClass
|
okhttp3.Call |
StorageV1beta1Api.patchStorageClassAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1StorageClass> _callback)
(asynchronously) partially update the specified StorageClass
|
okhttp3.Call |
StorageV1Api.patchStorageClassAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1StorageClass> _callback)
(asynchronously) partially update the specified StorageClass
|
okhttp3.Call |
StorageV1Api.patchStorageClassCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchStorageClass
|
okhttp3.Call |
StorageV1beta1Api.patchStorageClassCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchStorageClass
|
ApiResponse<V1StorageClass> |
StorageV1Api.patchStorageClassWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified StorageClass
|
ApiResponse<V1beta1StorageClass> |
StorageV1beta1Api.patchStorageClassWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified StorageClass
|
V1beta1ValidatingWebhookConfiguration |
AdmissionregistrationV1beta1Api.patchValidatingWebhookConfiguration(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ValidatingWebhookConfiguration
|
V1ValidatingWebhookConfiguration |
AdmissionregistrationV1Api.patchValidatingWebhookConfiguration(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.patchValidatingWebhookConfigurationAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1ValidatingWebhookConfiguration> _callback)
(asynchronously) partially update the specified ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.patchValidatingWebhookConfigurationAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ValidatingWebhookConfiguration> _callback)
(asynchronously) partially update the specified ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.patchValidatingWebhookConfigurationCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.patchValidatingWebhookConfigurationCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchValidatingWebhookConfiguration
|
ApiResponse<V1beta1ValidatingWebhookConfiguration> |
AdmissionregistrationV1beta1Api.patchValidatingWebhookConfigurationWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ValidatingWebhookConfiguration
|
ApiResponse<V1ValidatingWebhookConfiguration> |
AdmissionregistrationV1Api.patchValidatingWebhookConfigurationWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ValidatingWebhookConfiguration
|
V1alpha1VolumeAttachment |
StorageV1alpha1Api.patchVolumeAttachment(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified VolumeAttachment
|
V1VolumeAttachment |
StorageV1Api.patchVolumeAttachment(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified VolumeAttachment
|
V1beta1VolumeAttachment |
StorageV1beta1Api.patchVolumeAttachment(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified VolumeAttachment
|
okhttp3.Call |
StorageV1alpha1Api.patchVolumeAttachmentAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1alpha1VolumeAttachment> _callback)
(asynchronously) partially update the specified VolumeAttachment
|
okhttp3.Call |
StorageV1beta1Api.patchVolumeAttachmentAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1VolumeAttachment> _callback)
(asynchronously) partially update the specified VolumeAttachment
|
okhttp3.Call |
StorageV1Api.patchVolumeAttachmentAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1VolumeAttachment> _callback)
(asynchronously) partially update the specified VolumeAttachment
|
okhttp3.Call |
StorageV1alpha1Api.patchVolumeAttachmentCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchVolumeAttachment
|
okhttp3.Call |
StorageV1Api.patchVolumeAttachmentCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchVolumeAttachment
|
okhttp3.Call |
StorageV1beta1Api.patchVolumeAttachmentCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchVolumeAttachment
|
V1VolumeAttachment |
StorageV1Api.patchVolumeAttachmentStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified VolumeAttachment
|
okhttp3.Call |
StorageV1Api.patchVolumeAttachmentStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1VolumeAttachment> _callback)
(asynchronously) partially update status of the specified VolumeAttachment
|
okhttp3.Call |
StorageV1Api.patchVolumeAttachmentStatusCall(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback _callback)
Build call for patchVolumeAttachmentStatus
|
ApiResponse<V1VolumeAttachment> |
StorageV1Api.patchVolumeAttachmentStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified VolumeAttachment
|
ApiResponse<V1alpha1VolumeAttachment> |
StorageV1alpha1Api.patchVolumeAttachmentWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified VolumeAttachment
|
ApiResponse<V1VolumeAttachment> |
StorageV1Api.patchVolumeAttachmentWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified VolumeAttachment
|
ApiResponse<V1beta1VolumeAttachment> |
StorageV1beta1Api.patchVolumeAttachmentWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified VolumeAttachment
|
V1beta1APIService |
ApiregistrationV1beta1Api.readAPIService(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified APIService
|
V1APIService |
ApiregistrationV1Api.readAPIService(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified APIService
|
okhttp3.Call |
ApiregistrationV1Api.readAPIServiceAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1APIService> _callback)
(asynchronously) read the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.readAPIServiceAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1APIService> _callback)
(asynchronously) read the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.readAPIServiceCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readAPIService
|
okhttp3.Call |
ApiregistrationV1Api.readAPIServiceCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readAPIService
|
V1beta1APIService |
ApiregistrationV1beta1Api.readAPIServiceStatus(String name,
String pretty)
read status of the specified APIService
|
V1APIService |
ApiregistrationV1Api.readAPIServiceStatus(String name,
String pretty)
read status of the specified APIService
|
okhttp3.Call |
ApiregistrationV1Api.readAPIServiceStatusAsync(String name,
String pretty,
ApiCallback<V1APIService> _callback)
(asynchronously) read status of the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.readAPIServiceStatusAsync(String name,
String pretty,
ApiCallback<V1beta1APIService> _callback)
(asynchronously) read status of the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.readAPIServiceStatusCall(String name,
String pretty,
ApiCallback _callback)
Build call for readAPIServiceStatus
|
okhttp3.Call |
ApiregistrationV1Api.readAPIServiceStatusCall(String name,
String pretty,
ApiCallback _callback)
Build call for readAPIServiceStatus
|
ApiResponse<V1beta1APIService> |
ApiregistrationV1beta1Api.readAPIServiceStatusWithHttpInfo(String name,
String pretty)
read status of the specified APIService
|
ApiResponse<V1APIService> |
ApiregistrationV1Api.readAPIServiceStatusWithHttpInfo(String name,
String pretty)
read status of the specified APIService
|
ApiResponse<V1beta1APIService> |
ApiregistrationV1beta1Api.readAPIServiceWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified APIService
|
ApiResponse<V1APIService> |
ApiregistrationV1Api.readAPIServiceWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified APIService
|
V1beta1CertificateSigningRequest |
CertificatesV1beta1Api.readCertificateSigningRequest(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CertificateSigningRequest
|
V1CertificateSigningRequest |
CertificatesV1Api.readCertificateSigningRequest(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CertificateSigningRequest
|
V1beta1CertificateSigningRequest |
CertificatesV1beta1Api.readCertificateSigningRequestApproval(String name,
String pretty)
read approval of the specified CertificateSigningRequest
|
V1CertificateSigningRequest |
CertificatesV1Api.readCertificateSigningRequestApproval(String name,
String pretty)
read approval of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.readCertificateSigningRequestApprovalAsync(String name,
String pretty,
ApiCallback<V1beta1CertificateSigningRequest> _callback)
(asynchronously) read approval of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.readCertificateSigningRequestApprovalAsync(String name,
String pretty,
ApiCallback<V1CertificateSigningRequest> _callback)
(asynchronously) read approval of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.readCertificateSigningRequestApprovalCall(String name,
String pretty,
ApiCallback _callback)
Build call for readCertificateSigningRequestApproval
|
okhttp3.Call |
CertificatesV1Api.readCertificateSigningRequestApprovalCall(String name,
String pretty,
ApiCallback _callback)
Build call for readCertificateSigningRequestApproval
|
ApiResponse<V1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.readCertificateSigningRequestApprovalWithHttpInfo(String name,
String pretty)
read approval of the specified CertificateSigningRequest
|
ApiResponse<V1CertificateSigningRequest> |
CertificatesV1Api.readCertificateSigningRequestApprovalWithHttpInfo(String name,
String pretty)
read approval of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.readCertificateSigningRequestAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1CertificateSigningRequest> _callback)
(asynchronously) read the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.readCertificateSigningRequestAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1CertificateSigningRequest> _callback)
(asynchronously) read the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.readCertificateSigningRequestCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readCertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.readCertificateSigningRequestCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readCertificateSigningRequest
|
V1beta1CertificateSigningRequest |
CertificatesV1beta1Api.readCertificateSigningRequestStatus(String name,
String pretty)
read status of the specified CertificateSigningRequest
|
V1CertificateSigningRequest |
CertificatesV1Api.readCertificateSigningRequestStatus(String name,
String pretty)
read status of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.readCertificateSigningRequestStatusAsync(String name,
String pretty,
ApiCallback<V1beta1CertificateSigningRequest> _callback)
(asynchronously) read status of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.readCertificateSigningRequestStatusAsync(String name,
String pretty,
ApiCallback<V1CertificateSigningRequest> _callback)
(asynchronously) read status of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.readCertificateSigningRequestStatusCall(String name,
String pretty,
ApiCallback _callback)
Build call for readCertificateSigningRequestStatus
|
okhttp3.Call |
CertificatesV1Api.readCertificateSigningRequestStatusCall(String name,
String pretty,
ApiCallback _callback)
Build call for readCertificateSigningRequestStatus
|
ApiResponse<V1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.readCertificateSigningRequestStatusWithHttpInfo(String name,
String pretty)
read status of the specified CertificateSigningRequest
|
ApiResponse<V1CertificateSigningRequest> |
CertificatesV1Api.readCertificateSigningRequestStatusWithHttpInfo(String name,
String pretty)
read status of the specified CertificateSigningRequest
|
ApiResponse<V1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.readCertificateSigningRequestWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CertificateSigningRequest
|
ApiResponse<V1CertificateSigningRequest> |
CertificatesV1Api.readCertificateSigningRequestWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CertificateSigningRequest
|
V1alpha1ClusterRole |
RbacAuthorizationV1alpha1Api.readClusterRole(String name,
String pretty)
read the specified ClusterRole
|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.readClusterRole(String name,
String pretty)
read the specified ClusterRole
|
V1ClusterRole |
RbacAuthorizationV1Api.readClusterRole(String name,
String pretty)
read the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.readClusterRoleAsync(String name,
String pretty,
ApiCallback<V1alpha1ClusterRole> _callback)
(asynchronously) read the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.readClusterRoleAsync(String name,
String pretty,
ApiCallback<V1beta1ClusterRole> _callback)
(asynchronously) read the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.readClusterRoleAsync(String name,
String pretty,
ApiCallback<V1ClusterRole> _callback)
(asynchronously) read the specified ClusterRole
|
V1alpha1ClusterRoleBinding |
RbacAuthorizationV1alpha1Api.readClusterRoleBinding(String name,
String pretty)
read the specified ClusterRoleBinding
|
V1beta1ClusterRoleBinding |
RbacAuthorizationV1beta1Api.readClusterRoleBinding(String name,
String pretty)
read the specified ClusterRoleBinding
|
V1ClusterRoleBinding |
RbacAuthorizationV1Api.readClusterRoleBinding(String name,
String pretty)
read the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.readClusterRoleBindingAsync(String name,
String pretty,
ApiCallback<V1alpha1ClusterRoleBinding> _callback)
(asynchronously) read the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.readClusterRoleBindingAsync(String name,
String pretty,
ApiCallback<V1beta1ClusterRoleBinding> _callback)
(asynchronously) read the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.readClusterRoleBindingAsync(String name,
String pretty,
ApiCallback<V1ClusterRoleBinding> _callback)
(asynchronously) read the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.readClusterRoleBindingCall(String name,
String pretty,
ApiCallback _callback)
Build call for readClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.readClusterRoleBindingCall(String name,
String pretty,
ApiCallback _callback)
Build call for readClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.readClusterRoleBindingCall(String name,
String pretty,
ApiCallback _callback)
Build call for readClusterRoleBinding
|
ApiResponse<V1alpha1ClusterRoleBinding> |
RbacAuthorizationV1alpha1Api.readClusterRoleBindingWithHttpInfo(String name,
String pretty)
read the specified ClusterRoleBinding
|
ApiResponse<V1beta1ClusterRoleBinding> |
RbacAuthorizationV1beta1Api.readClusterRoleBindingWithHttpInfo(String name,
String pretty)
read the specified ClusterRoleBinding
|
ApiResponse<V1ClusterRoleBinding> |
RbacAuthorizationV1Api.readClusterRoleBindingWithHttpInfo(String name,
String pretty)
read the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.readClusterRoleCall(String name,
String pretty,
ApiCallback _callback)
Build call for readClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.readClusterRoleCall(String name,
String pretty,
ApiCallback _callback)
Build call for readClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.readClusterRoleCall(String name,
String pretty,
ApiCallback _callback)
Build call for readClusterRole
|
ApiResponse<V1alpha1ClusterRole> |
RbacAuthorizationV1alpha1Api.readClusterRoleWithHttpInfo(String name,
String pretty)
read the specified ClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.readClusterRoleWithHttpInfo(String name,
String pretty)
read the specified ClusterRole
|
ApiResponse<V1ClusterRole> |
RbacAuthorizationV1Api.readClusterRoleWithHttpInfo(String name,
String pretty)
read the specified ClusterRole
|
V1ComponentStatus |
CoreV1Api.readComponentStatus(String name,
String pretty)
read the specified ComponentStatus
|
okhttp3.Call |
CoreV1Api.readComponentStatusAsync(String name,
String pretty,
ApiCallback<V1ComponentStatus> _callback)
(asynchronously) read the specified ComponentStatus
|
okhttp3.Call |
CoreV1Api.readComponentStatusCall(String name,
String pretty,
ApiCallback _callback)
Build call for readComponentStatus
|
ApiResponse<V1ComponentStatus> |
CoreV1Api.readComponentStatusWithHttpInfo(String name,
String pretty)
read the specified ComponentStatus
|
V1CSIDriver |
StorageV1Api.readCSIDriver(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CSIDriver
|
V1beta1CSIDriver |
StorageV1beta1Api.readCSIDriver(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CSIDriver
|
okhttp3.Call |
StorageV1beta1Api.readCSIDriverAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1CSIDriver> _callback)
(asynchronously) read the specified CSIDriver
|
okhttp3.Call |
StorageV1Api.readCSIDriverAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1CSIDriver> _callback)
(asynchronously) read the specified CSIDriver
|
okhttp3.Call |
StorageV1Api.readCSIDriverCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readCSIDriver
|
okhttp3.Call |
StorageV1beta1Api.readCSIDriverCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readCSIDriver
|
ApiResponse<V1CSIDriver> |
StorageV1Api.readCSIDriverWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CSIDriver
|
ApiResponse<V1beta1CSIDriver> |
StorageV1beta1Api.readCSIDriverWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CSIDriver
|
V1CSINode |
StorageV1Api.readCSINode(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CSINode
|
V1beta1CSINode |
StorageV1beta1Api.readCSINode(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CSINode
|
okhttp3.Call |
StorageV1beta1Api.readCSINodeAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1CSINode> _callback)
(asynchronously) read the specified CSINode
|
okhttp3.Call |
StorageV1Api.readCSINodeAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1CSINode> _callback)
(asynchronously) read the specified CSINode
|
okhttp3.Call |
StorageV1Api.readCSINodeCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readCSINode
|
okhttp3.Call |
StorageV1beta1Api.readCSINodeCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readCSINode
|
ApiResponse<V1CSINode> |
StorageV1Api.readCSINodeWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CSINode
|
ApiResponse<V1beta1CSINode> |
StorageV1beta1Api.readCSINodeWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CSINode
|
V1CustomResourceDefinition |
ApiextensionsV1Api.readCustomResourceDefinition(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CustomResourceDefinition
|
V1beta1CustomResourceDefinition |
ApiextensionsV1beta1Api.readCustomResourceDefinition(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.readCustomResourceDefinitionAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1CustomResourceDefinition> _callback)
(asynchronously) read the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.readCustomResourceDefinitionAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1CustomResourceDefinition> _callback)
(asynchronously) read the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.readCustomResourceDefinitionCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readCustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.readCustomResourceDefinitionCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readCustomResourceDefinition
|
V1CustomResourceDefinition |
ApiextensionsV1Api.readCustomResourceDefinitionStatus(String name,
String pretty)
read status of the specified CustomResourceDefinition
|
V1beta1CustomResourceDefinition |
ApiextensionsV1beta1Api.readCustomResourceDefinitionStatus(String name,
String pretty)
read status of the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.readCustomResourceDefinitionStatusAsync(String name,
String pretty,
ApiCallback<V1beta1CustomResourceDefinition> _callback)
(asynchronously) read status of the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.readCustomResourceDefinitionStatusAsync(String name,
String pretty,
ApiCallback<V1CustomResourceDefinition> _callback)
(asynchronously) read status of the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.readCustomResourceDefinitionStatusCall(String name,
String pretty,
ApiCallback _callback)
Build call for readCustomResourceDefinitionStatus
|
okhttp3.Call |
ApiextensionsV1beta1Api.readCustomResourceDefinitionStatusCall(String name,
String pretty,
ApiCallback _callback)
Build call for readCustomResourceDefinitionStatus
|
ApiResponse<V1CustomResourceDefinition> |
ApiextensionsV1Api.readCustomResourceDefinitionStatusWithHttpInfo(String name,
String pretty)
read status of the specified CustomResourceDefinition
|
ApiResponse<V1beta1CustomResourceDefinition> |
ApiextensionsV1beta1Api.readCustomResourceDefinitionStatusWithHttpInfo(String name,
String pretty)
read status of the specified CustomResourceDefinition
|
ApiResponse<V1CustomResourceDefinition> |
ApiextensionsV1Api.readCustomResourceDefinitionWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CustomResourceDefinition
|
ApiResponse<V1beta1CustomResourceDefinition> |
ApiextensionsV1beta1Api.readCustomResourceDefinitionWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CustomResourceDefinition
|
V1alpha1FlowSchema |
FlowcontrolApiserverV1alpha1Api.readFlowSchema(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.readFlowSchemaAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1alpha1FlowSchema> _callback)
(asynchronously) read the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.readFlowSchemaCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readFlowSchema
|
V1alpha1FlowSchema |
FlowcontrolApiserverV1alpha1Api.readFlowSchemaStatus(String name,
String pretty)
read status of the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.readFlowSchemaStatusAsync(String name,
String pretty,
ApiCallback<V1alpha1FlowSchema> _callback)
(asynchronously) read status of the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.readFlowSchemaStatusCall(String name,
String pretty,
ApiCallback _callback)
Build call for readFlowSchemaStatus
|
ApiResponse<V1alpha1FlowSchema> |
FlowcontrolApiserverV1alpha1Api.readFlowSchemaStatusWithHttpInfo(String name,
String pretty)
read status of the specified FlowSchema
|
ApiResponse<V1alpha1FlowSchema> |
FlowcontrolApiserverV1alpha1Api.readFlowSchemaWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified FlowSchema
|
V1IngressClass |
NetworkingV1Api.readIngressClass(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified IngressClass
|
V1beta1IngressClass |
NetworkingV1beta1Api.readIngressClass(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified IngressClass
|
okhttp3.Call |
NetworkingV1beta1Api.readIngressClassAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1IngressClass> _callback)
(asynchronously) read the specified IngressClass
|
okhttp3.Call |
NetworkingV1Api.readIngressClassAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1IngressClass> _callback)
(asynchronously) read the specified IngressClass
|
okhttp3.Call |
NetworkingV1Api.readIngressClassCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readIngressClass
|
okhttp3.Call |
NetworkingV1beta1Api.readIngressClassCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readIngressClass
|
ApiResponse<V1IngressClass> |
NetworkingV1Api.readIngressClassWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified IngressClass
|
ApiResponse<V1beta1IngressClass> |
NetworkingV1beta1Api.readIngressClassWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified IngressClass
|
V1beta1MutatingWebhookConfiguration |
AdmissionregistrationV1beta1Api.readMutatingWebhookConfiguration(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified MutatingWebhookConfiguration
|
V1MutatingWebhookConfiguration |
AdmissionregistrationV1Api.readMutatingWebhookConfiguration(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.readMutatingWebhookConfigurationAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1MutatingWebhookConfiguration> _callback)
(asynchronously) read the specified MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.readMutatingWebhookConfigurationAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1MutatingWebhookConfiguration> _callback)
(asynchronously) read the specified MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.readMutatingWebhookConfigurationCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readMutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.readMutatingWebhookConfigurationCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readMutatingWebhookConfiguration
|
ApiResponse<V1beta1MutatingWebhookConfiguration> |
AdmissionregistrationV1beta1Api.readMutatingWebhookConfigurationWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified MutatingWebhookConfiguration
|
ApiResponse<V1MutatingWebhookConfiguration> |
AdmissionregistrationV1Api.readMutatingWebhookConfigurationWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified MutatingWebhookConfiguration
|
V1Namespace |
CoreV1Api.readNamespace(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified Namespace
|
okhttp3.Call |
CoreV1Api.readNamespaceAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Namespace> _callback)
(asynchronously) read the specified Namespace
|
okhttp3.Call |
CoreV1Api.readNamespaceCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespace
|
V1ConfigMap |
CoreV1Api.readNamespacedConfigMap(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ConfigMap
|
okhttp3.Call |
CoreV1Api.readNamespacedConfigMapAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1ConfigMap> _callback)
(asynchronously) read the specified ConfigMap
|
okhttp3.Call |
CoreV1Api.readNamespacedConfigMapCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedConfigMap
|
ApiResponse<V1ConfigMap> |
CoreV1Api.readNamespacedConfigMapWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ConfigMap
|
V1ControllerRevision |
AppsV1Api.readNamespacedControllerRevision(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ControllerRevision
|
okhttp3.Call |
AppsV1Api.readNamespacedControllerRevisionAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1ControllerRevision> _callback)
(asynchronously) read the specified ControllerRevision
|
okhttp3.Call |
AppsV1Api.readNamespacedControllerRevisionCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedControllerRevision
|
ApiResponse<V1ControllerRevision> |
AppsV1Api.readNamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ControllerRevision
|
V1beta1CronJob |
BatchV1beta1Api.readNamespacedCronJob(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified CronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.readNamespacedCronJob(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified CronJob
|
okhttp3.Call |
BatchV1beta1Api.readNamespacedCronJobAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1CronJob> _callback)
(asynchronously) read the specified CronJob
|
okhttp3.Call |
BatchV2alpha1Api.readNamespacedCronJobAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V2alpha1CronJob> _callback)
(asynchronously) read the specified CronJob
|
okhttp3.Call |
BatchV1beta1Api.readNamespacedCronJobCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedCronJob
|
okhttp3.Call |
BatchV2alpha1Api.readNamespacedCronJobCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedCronJob
|
V1beta1CronJob |
BatchV1beta1Api.readNamespacedCronJobStatus(String name,
String namespace,
String pretty)
read status of the specified CronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.readNamespacedCronJobStatus(String name,
String namespace,
String pretty)
read status of the specified CronJob
|
okhttp3.Call |
BatchV1beta1Api.readNamespacedCronJobStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1beta1CronJob> _callback)
(asynchronously) read status of the specified CronJob
|
okhttp3.Call |
BatchV2alpha1Api.readNamespacedCronJobStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V2alpha1CronJob> _callback)
(asynchronously) read status of the specified CronJob
|
okhttp3.Call |
BatchV1beta1Api.readNamespacedCronJobStatusCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedCronJobStatus
|
okhttp3.Call |
BatchV2alpha1Api.readNamespacedCronJobStatusCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedCronJobStatus
|
ApiResponse<V1beta1CronJob> |
BatchV1beta1Api.readNamespacedCronJobStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified CronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.readNamespacedCronJobStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified CronJob
|
ApiResponse<V1beta1CronJob> |
BatchV1beta1Api.readNamespacedCronJobWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified CronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.readNamespacedCronJobWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified CronJob
|
V1DaemonSet |
AppsV1Api.readNamespacedDaemonSet(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified DaemonSet
|
okhttp3.Call |
AppsV1Api.readNamespacedDaemonSetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1DaemonSet> _callback)
(asynchronously) read the specified DaemonSet
|
okhttp3.Call |
AppsV1Api.readNamespacedDaemonSetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedDaemonSet
|
V1DaemonSet |
AppsV1Api.readNamespacedDaemonSetStatus(String name,
String namespace,
String pretty)
read status of the specified DaemonSet
|
okhttp3.Call |
AppsV1Api.readNamespacedDaemonSetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1DaemonSet> _callback)
(asynchronously) read status of the specified DaemonSet
|
okhttp3.Call |
AppsV1Api.readNamespacedDaemonSetStatusCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedDaemonSetStatus
|
ApiResponse<V1DaemonSet> |
AppsV1Api.readNamespacedDaemonSetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified DaemonSet
|
ApiResponse<V1DaemonSet> |
AppsV1Api.readNamespacedDaemonSetWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified DaemonSet
|
V1Deployment |
AppsV1Api.readNamespacedDeployment(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Deployment
|
okhttp3.Call |
AppsV1Api.readNamespacedDeploymentAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Deployment> _callback)
(asynchronously) read the specified Deployment
|
okhttp3.Call |
AppsV1Api.readNamespacedDeploymentCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedDeployment
|
V1Scale |
AppsV1Api.readNamespacedDeploymentScale(String name,
String namespace,
String pretty)
read scale of the specified Deployment
|
okhttp3.Call |
AppsV1Api.readNamespacedDeploymentScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Scale> _callback)
(asynchronously) read scale of the specified Deployment
|
okhttp3.Call |
AppsV1Api.readNamespacedDeploymentScaleCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedDeploymentScale
|
ApiResponse<V1Scale> |
AppsV1Api.readNamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified Deployment
|
V1Deployment |
AppsV1Api.readNamespacedDeploymentStatus(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
okhttp3.Call |
AppsV1Api.readNamespacedDeploymentStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Deployment> _callback)
(asynchronously) read status of the specified Deployment
|
okhttp3.Call |
AppsV1Api.readNamespacedDeploymentStatusCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedDeploymentStatus
|
ApiResponse<V1Deployment> |
AppsV1Api.readNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
ApiResponse<V1Deployment> |
AppsV1Api.readNamespacedDeploymentWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Deployment
|
V1Endpoints |
CoreV1Api.readNamespacedEndpoints(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Endpoints
|
okhttp3.Call |
CoreV1Api.readNamespacedEndpointsAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Endpoints> _callback)
(asynchronously) read the specified Endpoints
|
okhttp3.Call |
CoreV1Api.readNamespacedEndpointsCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedEndpoints
|
V1beta1EndpointSlice |
DiscoveryV1beta1Api.readNamespacedEndpointSlice(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified EndpointSlice
|
okhttp3.Call |
DiscoveryV1beta1Api.readNamespacedEndpointSliceAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1EndpointSlice> _callback)
(asynchronously) read the specified EndpointSlice
|
okhttp3.Call |
DiscoveryV1beta1Api.readNamespacedEndpointSliceCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedEndpointSlice
|
ApiResponse<V1beta1EndpointSlice> |
DiscoveryV1beta1Api.readNamespacedEndpointSliceWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified EndpointSlice
|
ApiResponse<V1Endpoints> |
CoreV1Api.readNamespacedEndpointsWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Endpoints
|
CoreV1Event |
CoreV1Api.readNamespacedEvent(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Event
|
EventsV1Event |
EventsV1Api.readNamespacedEvent(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Event
|
V1beta1Event |
EventsV1beta1Api.readNamespacedEvent(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Event
|
okhttp3.Call |
CoreV1Api.readNamespacedEventAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<CoreV1Event> _callback)
(asynchronously) read the specified Event
|
okhttp3.Call |
EventsV1Api.readNamespacedEventAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<EventsV1Event> _callback)
(asynchronously) read the specified Event
|
okhttp3.Call |
EventsV1beta1Api.readNamespacedEventAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1Event> _callback)
(asynchronously) read the specified Event
|
okhttp3.Call |
CoreV1Api.readNamespacedEventCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedEvent
|
okhttp3.Call |
EventsV1Api.readNamespacedEventCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedEvent
|
okhttp3.Call |
EventsV1beta1Api.readNamespacedEventCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedEvent
|
ApiResponse<CoreV1Event> |
CoreV1Api.readNamespacedEventWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Event
|
ApiResponse<EventsV1Event> |
EventsV1Api.readNamespacedEventWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Event
|
ApiResponse<V1beta1Event> |
EventsV1beta1Api.readNamespacedEventWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Event
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.readNamespacedHorizontalPodAutoscaler(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified HorizontalPodAutoscaler
|
V2beta2HorizontalPodAutoscaler |
AutoscalingV2beta2Api.readNamespacedHorizontalPodAutoscaler(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified HorizontalPodAutoscaler
|
V2beta1HorizontalPodAutoscaler |
AutoscalingV2beta1Api.readNamespacedHorizontalPodAutoscaler(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1HorizontalPodAutoscaler> _callback)
(asynchronously) read the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.readNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V2beta1HorizontalPodAutoscaler> _callback)
(asynchronously) read the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.readNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V2beta2HorizontalPodAutoscaler> _callback)
(asynchronously) read the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedHorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.readNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedHorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.readNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedHorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
String pretty)
read status of the specified HorizontalPodAutoscaler
|
V2beta2HorizontalPodAutoscaler |
AutoscalingV2beta2Api.readNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
String pretty)
read status of the specified HorizontalPodAutoscaler
|
V2beta1HorizontalPodAutoscaler |
AutoscalingV2beta1Api.readNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
String pretty)
read status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1HorizontalPodAutoscaler> _callback)
(asynchronously) read status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.readNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V2beta1HorizontalPodAutoscaler> _callback)
(asynchronously) read status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.readNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V2beta2HorizontalPodAutoscaler> _callback)
(asynchronously) read status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedHorizontalPodAutoscalerStatus
|
okhttp3.Call |
AutoscalingV2beta2Api.readNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedHorizontalPodAutoscalerStatus
|
okhttp3.Call |
AutoscalingV2beta1Api.readNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<V1HorizontalPodAutoscaler> |
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified HorizontalPodAutoscaler
|
ApiResponse<V2beta2HorizontalPodAutoscaler> |
AutoscalingV2beta2Api.readNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified HorizontalPodAutoscaler
|
ApiResponse<V2beta1HorizontalPodAutoscaler> |
AutoscalingV2beta1Api.readNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified HorizontalPodAutoscaler
|
ApiResponse<V1HorizontalPodAutoscaler> |
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified HorizontalPodAutoscaler
|
ApiResponse<V2beta2HorizontalPodAutoscaler> |
AutoscalingV2beta2Api.readNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified HorizontalPodAutoscaler
|
ApiResponse<V2beta1HorizontalPodAutoscaler> |
AutoscalingV2beta1Api.readNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified HorizontalPodAutoscaler
|
ExtensionsV1beta1Ingress |
ExtensionsV1beta1Api.readNamespacedIngress(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Ingress
|
V1Ingress |
NetworkingV1Api.readNamespacedIngress(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Ingress
|
NetworkingV1beta1Ingress |
NetworkingV1beta1Api.readNamespacedIngress(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.readNamespacedIngressAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<ExtensionsV1beta1Ingress> _callback)
(asynchronously) read the specified Ingress
|
okhttp3.Call |
NetworkingV1beta1Api.readNamespacedIngressAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<NetworkingV1beta1Ingress> _callback)
(asynchronously) read the specified Ingress
|
okhttp3.Call |
NetworkingV1Api.readNamespacedIngressAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Ingress> _callback)
(asynchronously) read the specified Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.readNamespacedIngressCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedIngress
|
okhttp3.Call |
NetworkingV1Api.readNamespacedIngressCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedIngress
|
okhttp3.Call |
NetworkingV1beta1Api.readNamespacedIngressCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedIngress
|
ExtensionsV1beta1Ingress |
ExtensionsV1beta1Api.readNamespacedIngressStatus(String name,
String namespace,
String pretty)
read status of the specified Ingress
|
V1Ingress |
NetworkingV1Api.readNamespacedIngressStatus(String name,
String namespace,
String pretty)
read status of the specified Ingress
|
NetworkingV1beta1Ingress |
NetworkingV1beta1Api.readNamespacedIngressStatus(String name,
String namespace,
String pretty)
read status of the specified Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.readNamespacedIngressStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<ExtensionsV1beta1Ingress> _callback)
(asynchronously) read status of the specified Ingress
|
okhttp3.Call |
NetworkingV1beta1Api.readNamespacedIngressStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<NetworkingV1beta1Ingress> _callback)
(asynchronously) read status of the specified Ingress
|
okhttp3.Call |
NetworkingV1Api.readNamespacedIngressStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Ingress> _callback)
(asynchronously) read status of the specified Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.readNamespacedIngressStatusCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedIngressStatus
|
okhttp3.Call |
NetworkingV1Api.readNamespacedIngressStatusCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedIngressStatus
|
okhttp3.Call |
NetworkingV1beta1Api.readNamespacedIngressStatusCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedIngressStatus
|
ApiResponse<ExtensionsV1beta1Ingress> |
ExtensionsV1beta1Api.readNamespacedIngressStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Ingress
|
ApiResponse<V1Ingress> |
NetworkingV1Api.readNamespacedIngressStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Ingress
|
ApiResponse<NetworkingV1beta1Ingress> |
NetworkingV1beta1Api.readNamespacedIngressStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Ingress
|
ApiResponse<ExtensionsV1beta1Ingress> |
ExtensionsV1beta1Api.readNamespacedIngressWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Ingress
|
ApiResponse<V1Ingress> |
NetworkingV1Api.readNamespacedIngressWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Ingress
|
ApiResponse<NetworkingV1beta1Ingress> |
NetworkingV1beta1Api.readNamespacedIngressWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Ingress
|
V1Job |
BatchV1Api.readNamespacedJob(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Job
|
okhttp3.Call |
BatchV1Api.readNamespacedJobAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Job> _callback)
(asynchronously) read the specified Job
|
okhttp3.Call |
BatchV1Api.readNamespacedJobCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedJob
|
V1Job |
BatchV1Api.readNamespacedJobStatus(String name,
String namespace,
String pretty)
read status of the specified Job
|
okhttp3.Call |
BatchV1Api.readNamespacedJobStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Job> _callback)
(asynchronously) read status of the specified Job
|
okhttp3.Call |
BatchV1Api.readNamespacedJobStatusCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedJobStatus
|
ApiResponse<V1Job> |
BatchV1Api.readNamespacedJobStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Job
|
ApiResponse<V1Job> |
BatchV1Api.readNamespacedJobWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Job
|
V1beta1Lease |
CoordinationV1beta1Api.readNamespacedLease(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Lease
|
V1Lease |
CoordinationV1Api.readNamespacedLease(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Lease
|
okhttp3.Call |
CoordinationV1beta1Api.readNamespacedLeaseAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1Lease> _callback)
(asynchronously) read the specified Lease
|
okhttp3.Call |
CoordinationV1Api.readNamespacedLeaseAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Lease> _callback)
(asynchronously) read the specified Lease
|
okhttp3.Call |
CoordinationV1beta1Api.readNamespacedLeaseCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedLease
|
okhttp3.Call |
CoordinationV1Api.readNamespacedLeaseCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedLease
|
ApiResponse<V1beta1Lease> |
CoordinationV1beta1Api.readNamespacedLeaseWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Lease
|
ApiResponse<V1Lease> |
CoordinationV1Api.readNamespacedLeaseWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Lease
|
V1LimitRange |
CoreV1Api.readNamespacedLimitRange(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified LimitRange
|
okhttp3.Call |
CoreV1Api.readNamespacedLimitRangeAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1LimitRange> _callback)
(asynchronously) read the specified LimitRange
|
okhttp3.Call |
CoreV1Api.readNamespacedLimitRangeCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedLimitRange
|
ApiResponse<V1LimitRange> |
CoreV1Api.readNamespacedLimitRangeWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified LimitRange
|
V1NetworkPolicy |
NetworkingV1Api.readNamespacedNetworkPolicy(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified NetworkPolicy
|
okhttp3.Call |
NetworkingV1Api.readNamespacedNetworkPolicyAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1NetworkPolicy> _callback)
(asynchronously) read the specified NetworkPolicy
|
okhttp3.Call |
NetworkingV1Api.readNamespacedNetworkPolicyCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedNetworkPolicy
|
ApiResponse<V1NetworkPolicy> |
NetworkingV1Api.readNamespacedNetworkPolicyWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified NetworkPolicy
|
V1PersistentVolumeClaim |
CoreV1Api.readNamespacedPersistentVolumeClaim(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.readNamespacedPersistentVolumeClaimAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1PersistentVolumeClaim> _callback)
(asynchronously) read the specified PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.readNamespacedPersistentVolumeClaimCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedPersistentVolumeClaim
|
V1PersistentVolumeClaim |
CoreV1Api.readNamespacedPersistentVolumeClaimStatus(String name,
String namespace,
String pretty)
read status of the specified PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.readNamespacedPersistentVolumeClaimStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1PersistentVolumeClaim> _callback)
(asynchronously) read status of the specified PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.readNamespacedPersistentVolumeClaimStatusCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedPersistentVolumeClaimStatus
|
ApiResponse<V1PersistentVolumeClaim> |
CoreV1Api.readNamespacedPersistentVolumeClaimStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified PersistentVolumeClaim
|
ApiResponse<V1PersistentVolumeClaim> |
CoreV1Api.readNamespacedPersistentVolumeClaimWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified PersistentVolumeClaim
|
V1Pod |
CoreV1Api.readNamespacedPod(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Pod
|
okhttp3.Call |
CoreV1Api.readNamespacedPodAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Pod> _callback)
(asynchronously) read the specified Pod
|
okhttp3.Call |
CoreV1Api.readNamespacedPodCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedPod
|
V1beta1PodDisruptionBudget |
PolicyV1beta1Api.readNamespacedPodDisruptionBudget(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.readNamespacedPodDisruptionBudgetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1PodDisruptionBudget> _callback)
(asynchronously) read the specified PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.readNamespacedPodDisruptionBudgetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedPodDisruptionBudget
|
V1beta1PodDisruptionBudget |
PolicyV1beta1Api.readNamespacedPodDisruptionBudgetStatus(String name,
String namespace,
String pretty)
read status of the specified PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.readNamespacedPodDisruptionBudgetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1beta1PodDisruptionBudget> _callback)
(asynchronously) read status of the specified PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.readNamespacedPodDisruptionBudgetStatusCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedPodDisruptionBudgetStatus
|
ApiResponse<V1beta1PodDisruptionBudget> |
PolicyV1beta1Api.readNamespacedPodDisruptionBudgetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified PodDisruptionBudget
|
ApiResponse<V1beta1PodDisruptionBudget> |
PolicyV1beta1Api.readNamespacedPodDisruptionBudgetWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified PodDisruptionBudget
|
String |
CoreV1Api.readNamespacedPodLog(String name,
String namespace,
String container,
Boolean follow,
Boolean insecureSkipTLSVerifyBackend,
Integer limitBytes,
String pretty,
Boolean previous,
Integer sinceSeconds,
Integer tailLines,
Boolean timestamps)
read log of the specified Pod
|
okhttp3.Call |
CoreV1Api.readNamespacedPodLogAsync(String name,
String namespace,
String container,
Boolean follow,
Boolean insecureSkipTLSVerifyBackend,
Integer limitBytes,
String pretty,
Boolean previous,
Integer sinceSeconds,
Integer tailLines,
Boolean timestamps,
ApiCallback<String> _callback)
(asynchronously) read log of the specified Pod
|
okhttp3.Call |
CoreV1Api.readNamespacedPodLogCall(String name,
String namespace,
String container,
Boolean follow,
Boolean insecureSkipTLSVerifyBackend,
Integer limitBytes,
String pretty,
Boolean previous,
Integer sinceSeconds,
Integer tailLines,
Boolean timestamps,
ApiCallback _callback)
Build call for readNamespacedPodLog
|
ApiResponse<String> |
CoreV1Api.readNamespacedPodLogWithHttpInfo(String name,
String namespace,
String container,
Boolean follow,
Boolean insecureSkipTLSVerifyBackend,
Integer limitBytes,
String pretty,
Boolean previous,
Integer sinceSeconds,
Integer tailLines,
Boolean timestamps)
read log of the specified Pod
|
V1alpha1PodPreset |
SettingsV1alpha1Api.readNamespacedPodPreset(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified PodPreset
|
okhttp3.Call |
SettingsV1alpha1Api.readNamespacedPodPresetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1alpha1PodPreset> _callback)
(asynchronously) read the specified PodPreset
|
okhttp3.Call |
SettingsV1alpha1Api.readNamespacedPodPresetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedPodPreset
|
ApiResponse<V1alpha1PodPreset> |
SettingsV1alpha1Api.readNamespacedPodPresetWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified PodPreset
|
V1Pod |
CoreV1Api.readNamespacedPodStatus(String name,
String namespace,
String pretty)
read status of the specified Pod
|
okhttp3.Call |
CoreV1Api.readNamespacedPodStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Pod> _callback)
(asynchronously) read status of the specified Pod
|
okhttp3.Call |
CoreV1Api.readNamespacedPodStatusCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedPodStatus
|
ApiResponse<V1Pod> |
CoreV1Api.readNamespacedPodStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Pod
|
V1PodTemplate |
CoreV1Api.readNamespacedPodTemplate(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified PodTemplate
|
okhttp3.Call |
CoreV1Api.readNamespacedPodTemplateAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1PodTemplate> _callback)
(asynchronously) read the specified PodTemplate
|
okhttp3.Call |
CoreV1Api.readNamespacedPodTemplateCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedPodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.readNamespacedPodTemplateWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified PodTemplate
|
ApiResponse<V1Pod> |
CoreV1Api.readNamespacedPodWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Pod
|
V1ReplicaSet |
AppsV1Api.readNamespacedReplicaSet(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.readNamespacedReplicaSetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1ReplicaSet> _callback)
(asynchronously) read the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.readNamespacedReplicaSetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedReplicaSet
|
V1Scale |
AppsV1Api.readNamespacedReplicaSetScale(String name,
String namespace,
String pretty)
read scale of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.readNamespacedReplicaSetScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Scale> _callback)
(asynchronously) read scale of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.readNamespacedReplicaSetScaleCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedReplicaSetScale
|
ApiResponse<V1Scale> |
AppsV1Api.readNamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified ReplicaSet
|
V1ReplicaSet |
AppsV1Api.readNamespacedReplicaSetStatus(String name,
String namespace,
String pretty)
read status of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.readNamespacedReplicaSetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1ReplicaSet> _callback)
(asynchronously) read status of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.readNamespacedReplicaSetStatusCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedReplicaSetStatus
|
ApiResponse<V1ReplicaSet> |
AppsV1Api.readNamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified ReplicaSet
|
ApiResponse<V1ReplicaSet> |
AppsV1Api.readNamespacedReplicaSetWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ReplicaSet
|
V1ReplicationController |
CoreV1Api.readNamespacedReplicationController(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.readNamespacedReplicationControllerAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1ReplicationController> _callback)
(asynchronously) read the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.readNamespacedReplicationControllerCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedReplicationController
|
V1Scale |
CoreV1Api.readNamespacedReplicationControllerScale(String name,
String namespace,
String pretty)
read scale of the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.readNamespacedReplicationControllerScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Scale> _callback)
(asynchronously) read scale of the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.readNamespacedReplicationControllerScaleCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedReplicationControllerScale
|
ApiResponse<V1Scale> |
CoreV1Api.readNamespacedReplicationControllerScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified ReplicationController
|
V1ReplicationController |
CoreV1Api.readNamespacedReplicationControllerStatus(String name,
String namespace,
String pretty)
read status of the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.readNamespacedReplicationControllerStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1ReplicationController> _callback)
(asynchronously) read status of the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.readNamespacedReplicationControllerStatusCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedReplicationControllerStatus
|
ApiResponse<V1ReplicationController> |
CoreV1Api.readNamespacedReplicationControllerStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified ReplicationController
|
ApiResponse<V1ReplicationController> |
CoreV1Api.readNamespacedReplicationControllerWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ReplicationController
|
V1ResourceQuota |
CoreV1Api.readNamespacedResourceQuota(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.readNamespacedResourceQuotaAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) read the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.readNamespacedResourceQuotaCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedResourceQuota
|
V1ResourceQuota |
CoreV1Api.readNamespacedResourceQuotaStatus(String name,
String namespace,
String pretty)
read status of the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.readNamespacedResourceQuotaStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) read status of the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.readNamespacedResourceQuotaStatusCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedResourceQuotaStatus
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.readNamespacedResourceQuotaStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified ResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.readNamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ResourceQuota
|
V1alpha1Role |
RbacAuthorizationV1alpha1Api.readNamespacedRole(String name,
String namespace,
String pretty)
read the specified Role
|
V1beta1Role |
RbacAuthorizationV1beta1Api.readNamespacedRole(String name,
String namespace,
String pretty)
read the specified Role
|
V1Role |
RbacAuthorizationV1Api.readNamespacedRole(String name,
String namespace,
String pretty)
read the specified Role
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.readNamespacedRoleAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1Role> _callback)
(asynchronously) read the specified Role
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.readNamespacedRoleAsync(String name,
String namespace,
String pretty,
ApiCallback<V1beta1Role> _callback)
(asynchronously) read the specified Role
|
okhttp3.Call |
RbacAuthorizationV1Api.readNamespacedRoleAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Role> _callback)
(asynchronously) read the specified Role
|
V1alpha1RoleBinding |
RbacAuthorizationV1alpha1Api.readNamespacedRoleBinding(String name,
String namespace,
String pretty)
read the specified RoleBinding
|
V1beta1RoleBinding |
RbacAuthorizationV1beta1Api.readNamespacedRoleBinding(String name,
String namespace,
String pretty)
read the specified RoleBinding
|
V1RoleBinding |
RbacAuthorizationV1Api.readNamespacedRoleBinding(String name,
String namespace,
String pretty)
read the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.readNamespacedRoleBindingAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1RoleBinding> _callback)
(asynchronously) read the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.readNamespacedRoleBindingAsync(String name,
String namespace,
String pretty,
ApiCallback<V1beta1RoleBinding> _callback)
(asynchronously) read the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.readNamespacedRoleBindingAsync(String name,
String namespace,
String pretty,
ApiCallback<V1RoleBinding> _callback)
(asynchronously) read the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.readNamespacedRoleBindingCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.readNamespacedRoleBindingCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.readNamespacedRoleBindingCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedRoleBinding
|
ApiResponse<V1alpha1RoleBinding> |
RbacAuthorizationV1alpha1Api.readNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
String pretty)
read the specified RoleBinding
|
ApiResponse<V1beta1RoleBinding> |
RbacAuthorizationV1beta1Api.readNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
String pretty)
read the specified RoleBinding
|
ApiResponse<V1RoleBinding> |
RbacAuthorizationV1Api.readNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
String pretty)
read the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.readNamespacedRoleCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.readNamespacedRoleCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedRole
|
okhttp3.Call |
RbacAuthorizationV1Api.readNamespacedRoleCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedRole
|
ApiResponse<V1alpha1Role> |
RbacAuthorizationV1alpha1Api.readNamespacedRoleWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Role
|
ApiResponse<V1beta1Role> |
RbacAuthorizationV1beta1Api.readNamespacedRoleWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Role
|
ApiResponse<V1Role> |
RbacAuthorizationV1Api.readNamespacedRoleWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Role
|
V1Secret |
CoreV1Api.readNamespacedSecret(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Secret
|
okhttp3.Call |
CoreV1Api.readNamespacedSecretAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Secret> _callback)
(asynchronously) read the specified Secret
|
okhttp3.Call |
CoreV1Api.readNamespacedSecretCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedSecret
|
ApiResponse<V1Secret> |
CoreV1Api.readNamespacedSecretWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Secret
|
V1Service |
CoreV1Api.readNamespacedService(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Service
|
V1ServiceAccount |
CoreV1Api.readNamespacedServiceAccount(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.readNamespacedServiceAccountAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1ServiceAccount> _callback)
(asynchronously) read the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.readNamespacedServiceAccountCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.readNamespacedServiceAccountWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.readNamespacedServiceAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Service> _callback)
(asynchronously) read the specified Service
|
okhttp3.Call |
CoreV1Api.readNamespacedServiceCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedService
|
V1Service |
CoreV1Api.readNamespacedServiceStatus(String name,
String namespace,
String pretty)
read status of the specified Service
|
okhttp3.Call |
CoreV1Api.readNamespacedServiceStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Service> _callback)
(asynchronously) read status of the specified Service
|
okhttp3.Call |
CoreV1Api.readNamespacedServiceStatusCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedServiceStatus
|
ApiResponse<V1Service> |
CoreV1Api.readNamespacedServiceStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Service
|
ApiResponse<V1Service> |
CoreV1Api.readNamespacedServiceWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Service
|
V1StatefulSet |
AppsV1Api.readNamespacedStatefulSet(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.readNamespacedStatefulSetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1StatefulSet> _callback)
(asynchronously) read the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.readNamespacedStatefulSetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNamespacedStatefulSet
|
V1Scale |
AppsV1Api.readNamespacedStatefulSetScale(String name,
String namespace,
String pretty)
read scale of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.readNamespacedStatefulSetScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Scale> _callback)
(asynchronously) read scale of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.readNamespacedStatefulSetScaleCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedStatefulSetScale
|
ApiResponse<V1Scale> |
AppsV1Api.readNamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified StatefulSet
|
V1StatefulSet |
AppsV1Api.readNamespacedStatefulSetStatus(String name,
String namespace,
String pretty)
read status of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.readNamespacedStatefulSetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1StatefulSet> _callback)
(asynchronously) read status of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.readNamespacedStatefulSetStatusCall(String name,
String namespace,
String pretty,
ApiCallback _callback)
Build call for readNamespacedStatefulSetStatus
|
ApiResponse<V1StatefulSet> |
AppsV1Api.readNamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified StatefulSet
|
ApiResponse<V1StatefulSet> |
AppsV1Api.readNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified StatefulSet
|
V1Namespace |
CoreV1Api.readNamespaceStatus(String name,
String pretty)
read status of the specified Namespace
|
okhttp3.Call |
CoreV1Api.readNamespaceStatusAsync(String name,
String pretty,
ApiCallback<V1Namespace> _callback)
(asynchronously) read status of the specified Namespace
|
okhttp3.Call |
CoreV1Api.readNamespaceStatusCall(String name,
String pretty,
ApiCallback _callback)
Build call for readNamespaceStatus
|
ApiResponse<V1Namespace> |
CoreV1Api.readNamespaceStatusWithHttpInfo(String name,
String pretty)
read status of the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.readNamespaceWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified Namespace
|
V1Node |
CoreV1Api.readNode(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified Node
|
okhttp3.Call |
CoreV1Api.readNodeAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Node> _callback)
(asynchronously) read the specified Node
|
okhttp3.Call |
CoreV1Api.readNodeCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readNode
|
V1Node |
CoreV1Api.readNodeStatus(String name,
String pretty)
read status of the specified Node
|
okhttp3.Call |
CoreV1Api.readNodeStatusAsync(String name,
String pretty,
ApiCallback<V1Node> _callback)
(asynchronously) read status of the specified Node
|
okhttp3.Call |
CoreV1Api.readNodeStatusCall(String name,
String pretty,
ApiCallback _callback)
Build call for readNodeStatus
|
ApiResponse<V1Node> |
CoreV1Api.readNodeStatusWithHttpInfo(String name,
String pretty)
read status of the specified Node
|
ApiResponse<V1Node> |
CoreV1Api.readNodeWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified Node
|
V1PersistentVolume |
CoreV1Api.readPersistentVolume(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PersistentVolume
|
okhttp3.Call |
CoreV1Api.readPersistentVolumeAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1PersistentVolume> _callback)
(asynchronously) read the specified PersistentVolume
|
okhttp3.Call |
CoreV1Api.readPersistentVolumeCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readPersistentVolume
|
V1PersistentVolume |
CoreV1Api.readPersistentVolumeStatus(String name,
String pretty)
read status of the specified PersistentVolume
|
okhttp3.Call |
CoreV1Api.readPersistentVolumeStatusAsync(String name,
String pretty,
ApiCallback<V1PersistentVolume> _callback)
(asynchronously) read status of the specified PersistentVolume
|
okhttp3.Call |
CoreV1Api.readPersistentVolumeStatusCall(String name,
String pretty,
ApiCallback _callback)
Build call for readPersistentVolumeStatus
|
ApiResponse<V1PersistentVolume> |
CoreV1Api.readPersistentVolumeStatusWithHttpInfo(String name,
String pretty)
read status of the specified PersistentVolume
|
ApiResponse<V1PersistentVolume> |
CoreV1Api.readPersistentVolumeWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PersistentVolume
|
V1beta1PodSecurityPolicy |
PolicyV1beta1Api.readPodSecurityPolicy(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PodSecurityPolicy
|
okhttp3.Call |
PolicyV1beta1Api.readPodSecurityPolicyAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1PodSecurityPolicy> _callback)
(asynchronously) read the specified PodSecurityPolicy
|
okhttp3.Call |
PolicyV1beta1Api.readPodSecurityPolicyCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readPodSecurityPolicy
|
ApiResponse<V1beta1PodSecurityPolicy> |
PolicyV1beta1Api.readPodSecurityPolicyWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PodSecurityPolicy
|
V1beta1PriorityClass |
SchedulingV1beta1Api.readPriorityClass(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PriorityClass
|
V1PriorityClass |
SchedulingV1Api.readPriorityClass(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PriorityClass
|
V1alpha1PriorityClass |
SchedulingV1alpha1Api.readPriorityClass(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PriorityClass
|
okhttp3.Call |
SchedulingV1alpha1Api.readPriorityClassAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1alpha1PriorityClass> _callback)
(asynchronously) read the specified PriorityClass
|
okhttp3.Call |
SchedulingV1beta1Api.readPriorityClassAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1PriorityClass> _callback)
(asynchronously) read the specified PriorityClass
|
okhttp3.Call |
SchedulingV1Api.readPriorityClassAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1PriorityClass> _callback)
(asynchronously) read the specified PriorityClass
|
okhttp3.Call |
SchedulingV1beta1Api.readPriorityClassCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readPriorityClass
|
okhttp3.Call |
SchedulingV1Api.readPriorityClassCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readPriorityClass
|
okhttp3.Call |
SchedulingV1alpha1Api.readPriorityClassCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readPriorityClass
|
ApiResponse<V1beta1PriorityClass> |
SchedulingV1beta1Api.readPriorityClassWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PriorityClass
|
ApiResponse<V1PriorityClass> |
SchedulingV1Api.readPriorityClassWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PriorityClass
|
ApiResponse<V1alpha1PriorityClass> |
SchedulingV1alpha1Api.readPriorityClassWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PriorityClass
|
V1alpha1PriorityLevelConfiguration |
FlowcontrolApiserverV1alpha1Api.readPriorityLevelConfiguration(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.readPriorityLevelConfigurationAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1alpha1PriorityLevelConfiguration> _callback)
(asynchronously) read the specified PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.readPriorityLevelConfigurationCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readPriorityLevelConfiguration
|
V1alpha1PriorityLevelConfiguration |
FlowcontrolApiserverV1alpha1Api.readPriorityLevelConfigurationStatus(String name,
String pretty)
read status of the specified PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.readPriorityLevelConfigurationStatusAsync(String name,
String pretty,
ApiCallback<V1alpha1PriorityLevelConfiguration> _callback)
(asynchronously) read status of the specified PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.readPriorityLevelConfigurationStatusCall(String name,
String pretty,
ApiCallback _callback)
Build call for readPriorityLevelConfigurationStatus
|
ApiResponse<V1alpha1PriorityLevelConfiguration> |
FlowcontrolApiserverV1alpha1Api.readPriorityLevelConfigurationStatusWithHttpInfo(String name,
String pretty)
read status of the specified PriorityLevelConfiguration
|
ApiResponse<V1alpha1PriorityLevelConfiguration> |
FlowcontrolApiserverV1alpha1Api.readPriorityLevelConfigurationWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PriorityLevelConfiguration
|
V1alpha1RuntimeClass |
NodeV1alpha1Api.readRuntimeClass(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified RuntimeClass
|
V1beta1RuntimeClass |
NodeV1beta1Api.readRuntimeClass(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified RuntimeClass
|
okhttp3.Call |
NodeV1alpha1Api.readRuntimeClassAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1alpha1RuntimeClass> _callback)
(asynchronously) read the specified RuntimeClass
|
okhttp3.Call |
NodeV1beta1Api.readRuntimeClassAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1RuntimeClass> _callback)
(asynchronously) read the specified RuntimeClass
|
okhttp3.Call |
NodeV1alpha1Api.readRuntimeClassCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readRuntimeClass
|
okhttp3.Call |
NodeV1beta1Api.readRuntimeClassCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readRuntimeClass
|
ApiResponse<V1alpha1RuntimeClass> |
NodeV1alpha1Api.readRuntimeClassWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified RuntimeClass
|
ApiResponse<V1beta1RuntimeClass> |
NodeV1beta1Api.readRuntimeClassWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified RuntimeClass
|
V1StorageClass |
StorageV1Api.readStorageClass(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified StorageClass
|
V1beta1StorageClass |
StorageV1beta1Api.readStorageClass(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified StorageClass
|
okhttp3.Call |
StorageV1beta1Api.readStorageClassAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1StorageClass> _callback)
(asynchronously) read the specified StorageClass
|
okhttp3.Call |
StorageV1Api.readStorageClassAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1StorageClass> _callback)
(asynchronously) read the specified StorageClass
|
okhttp3.Call |
StorageV1Api.readStorageClassCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readStorageClass
|
okhttp3.Call |
StorageV1beta1Api.readStorageClassCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readStorageClass
|
ApiResponse<V1StorageClass> |
StorageV1Api.readStorageClassWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified StorageClass
|
ApiResponse<V1beta1StorageClass> |
StorageV1beta1Api.readStorageClassWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified StorageClass
|
V1beta1ValidatingWebhookConfiguration |
AdmissionregistrationV1beta1Api.readValidatingWebhookConfiguration(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified ValidatingWebhookConfiguration
|
V1ValidatingWebhookConfiguration |
AdmissionregistrationV1Api.readValidatingWebhookConfiguration(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.readValidatingWebhookConfigurationAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1ValidatingWebhookConfiguration> _callback)
(asynchronously) read the specified ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.readValidatingWebhookConfigurationAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1ValidatingWebhookConfiguration> _callback)
(asynchronously) read the specified ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.readValidatingWebhookConfigurationCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.readValidatingWebhookConfigurationCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readValidatingWebhookConfiguration
|
ApiResponse<V1beta1ValidatingWebhookConfiguration> |
AdmissionregistrationV1beta1Api.readValidatingWebhookConfigurationWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified ValidatingWebhookConfiguration
|
ApiResponse<V1ValidatingWebhookConfiguration> |
AdmissionregistrationV1Api.readValidatingWebhookConfigurationWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified ValidatingWebhookConfiguration
|
V1alpha1VolumeAttachment |
StorageV1alpha1Api.readVolumeAttachment(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified VolumeAttachment
|
V1VolumeAttachment |
StorageV1Api.readVolumeAttachment(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified VolumeAttachment
|
V1beta1VolumeAttachment |
StorageV1beta1Api.readVolumeAttachment(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified VolumeAttachment
|
okhttp3.Call |
StorageV1alpha1Api.readVolumeAttachmentAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1alpha1VolumeAttachment> _callback)
(asynchronously) read the specified VolumeAttachment
|
okhttp3.Call |
StorageV1beta1Api.readVolumeAttachmentAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1VolumeAttachment> _callback)
(asynchronously) read the specified VolumeAttachment
|
okhttp3.Call |
StorageV1Api.readVolumeAttachmentAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1VolumeAttachment> _callback)
(asynchronously) read the specified VolumeAttachment
|
okhttp3.Call |
StorageV1alpha1Api.readVolumeAttachmentCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readVolumeAttachment
|
okhttp3.Call |
StorageV1Api.readVolumeAttachmentCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readVolumeAttachment
|
okhttp3.Call |
StorageV1beta1Api.readVolumeAttachmentCall(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback _callback)
Build call for readVolumeAttachment
|
V1VolumeAttachment |
StorageV1Api.readVolumeAttachmentStatus(String name,
String pretty)
read status of the specified VolumeAttachment
|
okhttp3.Call |
StorageV1Api.readVolumeAttachmentStatusAsync(String name,
String pretty,
ApiCallback<V1VolumeAttachment> _callback)
(asynchronously) read status of the specified VolumeAttachment
|
okhttp3.Call |
StorageV1Api.readVolumeAttachmentStatusCall(String name,
String pretty,
ApiCallback _callback)
Build call for readVolumeAttachmentStatus
|
ApiResponse<V1VolumeAttachment> |
StorageV1Api.readVolumeAttachmentStatusWithHttpInfo(String name,
String pretty)
read status of the specified VolumeAttachment
|
ApiResponse<V1alpha1VolumeAttachment> |
StorageV1alpha1Api.readVolumeAttachmentWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified VolumeAttachment
|
ApiResponse<V1VolumeAttachment> |
StorageV1Api.readVolumeAttachmentWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified VolumeAttachment
|
ApiResponse<V1beta1VolumeAttachment> |
StorageV1beta1Api.readVolumeAttachmentWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified VolumeAttachment
|
V1APIService |
ApiregistrationV1Api.replaceAPIService(String name,
V1APIService body,
String pretty,
String dryRun,
String fieldManager)
replace the specified APIService
|
V1beta1APIService |
ApiregistrationV1beta1Api.replaceAPIService(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager)
replace the specified APIService
|
okhttp3.Call |
ApiregistrationV1Api.replaceAPIServiceAsync(String name,
V1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1APIService> _callback)
(asynchronously) replace the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.replaceAPIServiceAsync(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1APIService> _callback)
(asynchronously) replace the specified APIService
|
okhttp3.Call |
ApiregistrationV1Api.replaceAPIServiceCall(String name,
V1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceAPIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.replaceAPIServiceCall(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceAPIService
|
V1APIService |
ApiregistrationV1Api.replaceAPIServiceStatus(String name,
V1APIService body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified APIService
|
V1beta1APIService |
ApiregistrationV1beta1Api.replaceAPIServiceStatus(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified APIService
|
okhttp3.Call |
ApiregistrationV1Api.replaceAPIServiceStatusAsync(String name,
V1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1APIService> _callback)
(asynchronously) replace status of the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.replaceAPIServiceStatusAsync(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1APIService> _callback)
(asynchronously) replace status of the specified APIService
|
okhttp3.Call |
ApiregistrationV1Api.replaceAPIServiceStatusCall(String name,
V1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceAPIServiceStatus
|
okhttp3.Call |
ApiregistrationV1beta1Api.replaceAPIServiceStatusCall(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceAPIServiceStatus
|
ApiResponse<V1APIService> |
ApiregistrationV1Api.replaceAPIServiceStatusWithHttpInfo(String name,
V1APIService body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified APIService
|
ApiResponse<V1beta1APIService> |
ApiregistrationV1beta1Api.replaceAPIServiceStatusWithHttpInfo(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified APIService
|
ApiResponse<V1APIService> |
ApiregistrationV1Api.replaceAPIServiceWithHttpInfo(String name,
V1APIService body,
String pretty,
String dryRun,
String fieldManager)
replace the specified APIService
|
ApiResponse<V1beta1APIService> |
ApiregistrationV1beta1Api.replaceAPIServiceWithHttpInfo(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager)
replace the specified APIService
|
V1beta1CertificateSigningRequest |
CertificatesV1beta1Api.replaceCertificateSigningRequest(String name,
V1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CertificateSigningRequest
|
V1CertificateSigningRequest |
CertificatesV1Api.replaceCertificateSigningRequest(String name,
V1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CertificateSigningRequest
|
V1beta1CertificateSigningRequest |
CertificatesV1beta1Api.replaceCertificateSigningRequestApproval(String name,
V1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager)
replace approval of the specified CertificateSigningRequest
|
V1CertificateSigningRequest |
CertificatesV1Api.replaceCertificateSigningRequestApproval(String name,
V1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager)
replace approval of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.replaceCertificateSigningRequestApprovalAsync(String name,
V1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1CertificateSigningRequest> _callback)
(asynchronously) replace approval of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.replaceCertificateSigningRequestApprovalAsync(String name,
V1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1CertificateSigningRequest> _callback)
(asynchronously) replace approval of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.replaceCertificateSigningRequestApprovalCall(String name,
V1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceCertificateSigningRequestApproval
|
okhttp3.Call |
CertificatesV1Api.replaceCertificateSigningRequestApprovalCall(String name,
V1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceCertificateSigningRequestApproval
|
ApiResponse<V1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.replaceCertificateSigningRequestApprovalWithHttpInfo(String name,
V1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager)
replace approval of the specified CertificateSigningRequest
|
ApiResponse<V1CertificateSigningRequest> |
CertificatesV1Api.replaceCertificateSigningRequestApprovalWithHttpInfo(String name,
V1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager)
replace approval of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.replaceCertificateSigningRequestAsync(String name,
V1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1CertificateSigningRequest> _callback)
(asynchronously) replace the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.replaceCertificateSigningRequestAsync(String name,
V1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1CertificateSigningRequest> _callback)
(asynchronously) replace the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.replaceCertificateSigningRequestCall(String name,
V1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceCertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.replaceCertificateSigningRequestCall(String name,
V1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceCertificateSigningRequest
|
V1beta1CertificateSigningRequest |
CertificatesV1beta1Api.replaceCertificateSigningRequestStatus(String name,
V1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified CertificateSigningRequest
|
V1CertificateSigningRequest |
CertificatesV1Api.replaceCertificateSigningRequestStatus(String name,
V1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.replaceCertificateSigningRequestStatusAsync(String name,
V1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1CertificateSigningRequest> _callback)
(asynchronously) replace status of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1Api.replaceCertificateSigningRequestStatusAsync(String name,
V1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1CertificateSigningRequest> _callback)
(asynchronously) replace status of the specified CertificateSigningRequest
|
okhttp3.Call |
CertificatesV1beta1Api.replaceCertificateSigningRequestStatusCall(String name,
V1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceCertificateSigningRequestStatus
|
okhttp3.Call |
CertificatesV1Api.replaceCertificateSigningRequestStatusCall(String name,
V1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceCertificateSigningRequestStatus
|
ApiResponse<V1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.replaceCertificateSigningRequestStatusWithHttpInfo(String name,
V1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified CertificateSigningRequest
|
ApiResponse<V1CertificateSigningRequest> |
CertificatesV1Api.replaceCertificateSigningRequestStatusWithHttpInfo(String name,
V1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified CertificateSigningRequest
|
ApiResponse<V1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.replaceCertificateSigningRequestWithHttpInfo(String name,
V1beta1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CertificateSigningRequest
|
ApiResponse<V1CertificateSigningRequest> |
CertificatesV1Api.replaceCertificateSigningRequestWithHttpInfo(String name,
V1CertificateSigningRequest body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CertificateSigningRequest
|
Object |
CustomObjectsApi.replaceClusterCustomObject(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace the specified cluster scoped custom object
|
okhttp3.Call |
CustomObjectsApi.replaceClusterCustomObjectAsync(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback<Object> _callback)
(asynchronously) replace the specified cluster scoped custom object
|
okhttp3.Call |
CustomObjectsApi.replaceClusterCustomObjectCall(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceClusterCustomObject
|
Object |
CustomObjectsApi.replaceClusterCustomObjectScale(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace scale of the specified cluster scoped custom object
|
okhttp3.Call |
CustomObjectsApi.replaceClusterCustomObjectScaleAsync(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback<Object> _callback)
(asynchronously) replace scale of the specified cluster scoped custom object
|
okhttp3.Call |
CustomObjectsApi.replaceClusterCustomObjectScaleCall(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceClusterCustomObjectScale
|
ApiResponse<Object> |
CustomObjectsApi.replaceClusterCustomObjectScaleWithHttpInfo(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace scale of the specified cluster scoped custom object
|
Object |
CustomObjectsApi.replaceClusterCustomObjectStatus(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace status of the cluster scoped specified custom object
|
okhttp3.Call |
CustomObjectsApi.replaceClusterCustomObjectStatusAsync(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback<Object> _callback)
(asynchronously) replace status of the cluster scoped specified custom object
|
okhttp3.Call |
CustomObjectsApi.replaceClusterCustomObjectStatusCall(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceClusterCustomObjectStatus
|
ApiResponse<Object> |
CustomObjectsApi.replaceClusterCustomObjectStatusWithHttpInfo(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace status of the cluster scoped specified custom object
|
ApiResponse<Object> |
CustomObjectsApi.replaceClusterCustomObjectWithHttpInfo(String group,
String version,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace the specified cluster scoped custom object
|
V1alpha1ClusterRole |
RbacAuthorizationV1alpha1Api.replaceClusterRole(String name,
V1alpha1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRole
|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.replaceClusterRole(String name,
V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRole
|
V1ClusterRole |
RbacAuthorizationV1Api.replaceClusterRole(String name,
V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.replaceClusterRoleAsync(String name,
V1alpha1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1ClusterRole> _callback)
(asynchronously) replace the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.replaceClusterRoleAsync(String name,
V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1ClusterRole> _callback)
(asynchronously) replace the specified ClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.replaceClusterRoleAsync(String name,
V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ClusterRole> _callback)
(asynchronously) replace the specified ClusterRole
|
V1alpha1ClusterRoleBinding |
RbacAuthorizationV1alpha1Api.replaceClusterRoleBinding(String name,
V1alpha1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRoleBinding
|
V1beta1ClusterRoleBinding |
RbacAuthorizationV1beta1Api.replaceClusterRoleBinding(String name,
V1beta1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRoleBinding
|
V1ClusterRoleBinding |
RbacAuthorizationV1Api.replaceClusterRoleBinding(String name,
V1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.replaceClusterRoleBindingAsync(String name,
V1alpha1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1ClusterRoleBinding> _callback)
(asynchronously) replace the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.replaceClusterRoleBindingAsync(String name,
V1beta1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1ClusterRoleBinding> _callback)
(asynchronously) replace the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.replaceClusterRoleBindingAsync(String name,
V1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ClusterRoleBinding> _callback)
(asynchronously) replace the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.replaceClusterRoleBindingCall(String name,
V1alpha1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.replaceClusterRoleBindingCall(String name,
V1beta1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.replaceClusterRoleBindingCall(String name,
V1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceClusterRoleBinding
|
ApiResponse<V1alpha1ClusterRoleBinding> |
RbacAuthorizationV1alpha1Api.replaceClusterRoleBindingWithHttpInfo(String name,
V1alpha1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRoleBinding
|
ApiResponse<V1beta1ClusterRoleBinding> |
RbacAuthorizationV1beta1Api.replaceClusterRoleBindingWithHttpInfo(String name,
V1beta1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRoleBinding
|
ApiResponse<V1ClusterRoleBinding> |
RbacAuthorizationV1Api.replaceClusterRoleBindingWithHttpInfo(String name,
V1ClusterRoleBinding body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.replaceClusterRoleCall(String name,
V1alpha1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceClusterRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.replaceClusterRoleCall(String name,
V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceClusterRole
|
okhttp3.Call |
RbacAuthorizationV1Api.replaceClusterRoleCall(String name,
V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceClusterRole
|
ApiResponse<V1alpha1ClusterRole> |
RbacAuthorizationV1alpha1Api.replaceClusterRoleWithHttpInfo(String name,
V1alpha1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.replaceClusterRoleWithHttpInfo(String name,
V1beta1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRole
|
ApiResponse<V1ClusterRole> |
RbacAuthorizationV1Api.replaceClusterRoleWithHttpInfo(String name,
V1ClusterRole body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ClusterRole
|
V1beta1CSIDriver |
StorageV1beta1Api.replaceCSIDriver(String name,
V1beta1CSIDriver body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CSIDriver
|
V1CSIDriver |
StorageV1Api.replaceCSIDriver(String name,
V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CSIDriver
|
okhttp3.Call |
StorageV1beta1Api.replaceCSIDriverAsync(String name,
V1beta1CSIDriver body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1CSIDriver> _callback)
(asynchronously) replace the specified CSIDriver
|
okhttp3.Call |
StorageV1Api.replaceCSIDriverAsync(String name,
V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1CSIDriver> _callback)
(asynchronously) replace the specified CSIDriver
|
okhttp3.Call |
StorageV1beta1Api.replaceCSIDriverCall(String name,
V1beta1CSIDriver body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceCSIDriver
|
okhttp3.Call |
StorageV1Api.replaceCSIDriverCall(String name,
V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceCSIDriver
|
ApiResponse<V1beta1CSIDriver> |
StorageV1beta1Api.replaceCSIDriverWithHttpInfo(String name,
V1beta1CSIDriver body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CSIDriver
|
ApiResponse<V1CSIDriver> |
StorageV1Api.replaceCSIDriverWithHttpInfo(String name,
V1CSIDriver body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CSIDriver
|
V1beta1CSINode |
StorageV1beta1Api.replaceCSINode(String name,
V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CSINode
|
V1CSINode |
StorageV1Api.replaceCSINode(String name,
V1CSINode body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CSINode
|
okhttp3.Call |
StorageV1beta1Api.replaceCSINodeAsync(String name,
V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1CSINode> _callback)
(asynchronously) replace the specified CSINode
|
okhttp3.Call |
StorageV1Api.replaceCSINodeAsync(String name,
V1CSINode body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1CSINode> _callback)
(asynchronously) replace the specified CSINode
|
okhttp3.Call |
StorageV1beta1Api.replaceCSINodeCall(String name,
V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceCSINode
|
okhttp3.Call |
StorageV1Api.replaceCSINodeCall(String name,
V1CSINode body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceCSINode
|
ApiResponse<V1beta1CSINode> |
StorageV1beta1Api.replaceCSINodeWithHttpInfo(String name,
V1beta1CSINode body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CSINode
|
ApiResponse<V1CSINode> |
StorageV1Api.replaceCSINodeWithHttpInfo(String name,
V1CSINode body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CSINode
|
V1beta1CustomResourceDefinition |
ApiextensionsV1beta1Api.replaceCustomResourceDefinition(String name,
V1beta1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CustomResourceDefinition
|
V1CustomResourceDefinition |
ApiextensionsV1Api.replaceCustomResourceDefinition(String name,
V1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.replaceCustomResourceDefinitionAsync(String name,
V1beta1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1CustomResourceDefinition> _callback)
(asynchronously) replace the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.replaceCustomResourceDefinitionAsync(String name,
V1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1CustomResourceDefinition> _callback)
(asynchronously) replace the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.replaceCustomResourceDefinitionCall(String name,
V1beta1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceCustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.replaceCustomResourceDefinitionCall(String name,
V1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceCustomResourceDefinition
|
V1beta1CustomResourceDefinition |
ApiextensionsV1beta1Api.replaceCustomResourceDefinitionStatus(String name,
V1beta1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified CustomResourceDefinition
|
V1CustomResourceDefinition |
ApiextensionsV1Api.replaceCustomResourceDefinitionStatus(String name,
V1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.replaceCustomResourceDefinitionStatusAsync(String name,
V1beta1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1CustomResourceDefinition> _callback)
(asynchronously) replace status of the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1Api.replaceCustomResourceDefinitionStatusAsync(String name,
V1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1CustomResourceDefinition> _callback)
(asynchronously) replace status of the specified CustomResourceDefinition
|
okhttp3.Call |
ApiextensionsV1beta1Api.replaceCustomResourceDefinitionStatusCall(String name,
V1beta1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceCustomResourceDefinitionStatus
|
okhttp3.Call |
ApiextensionsV1Api.replaceCustomResourceDefinitionStatusCall(String name,
V1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceCustomResourceDefinitionStatus
|
ApiResponse<V1beta1CustomResourceDefinition> |
ApiextensionsV1beta1Api.replaceCustomResourceDefinitionStatusWithHttpInfo(String name,
V1beta1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified CustomResourceDefinition
|
ApiResponse<V1CustomResourceDefinition> |
ApiextensionsV1Api.replaceCustomResourceDefinitionStatusWithHttpInfo(String name,
V1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified CustomResourceDefinition
|
ApiResponse<V1beta1CustomResourceDefinition> |
ApiextensionsV1beta1Api.replaceCustomResourceDefinitionWithHttpInfo(String name,
V1beta1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CustomResourceDefinition
|
ApiResponse<V1CustomResourceDefinition> |
ApiextensionsV1Api.replaceCustomResourceDefinitionWithHttpInfo(String name,
V1CustomResourceDefinition body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CustomResourceDefinition
|
V1alpha1FlowSchema |
FlowcontrolApiserverV1alpha1Api.replaceFlowSchema(String name,
V1alpha1FlowSchema body,
String pretty,
String dryRun,
String fieldManager)
replace the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.replaceFlowSchemaAsync(String name,
V1alpha1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1FlowSchema> _callback)
(asynchronously) replace the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.replaceFlowSchemaCall(String name,
V1alpha1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceFlowSchema
|
V1alpha1FlowSchema |
FlowcontrolApiserverV1alpha1Api.replaceFlowSchemaStatus(String name,
V1alpha1FlowSchema body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.replaceFlowSchemaStatusAsync(String name,
V1alpha1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1FlowSchema> _callback)
(asynchronously) replace status of the specified FlowSchema
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.replaceFlowSchemaStatusCall(String name,
V1alpha1FlowSchema body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceFlowSchemaStatus
|
ApiResponse<V1alpha1FlowSchema> |
FlowcontrolApiserverV1alpha1Api.replaceFlowSchemaStatusWithHttpInfo(String name,
V1alpha1FlowSchema body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified FlowSchema
|
ApiResponse<V1alpha1FlowSchema> |
FlowcontrolApiserverV1alpha1Api.replaceFlowSchemaWithHttpInfo(String name,
V1alpha1FlowSchema body,
String pretty,
String dryRun,
String fieldManager)
replace the specified FlowSchema
|
V1beta1IngressClass |
NetworkingV1beta1Api.replaceIngressClass(String name,
V1beta1IngressClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified IngressClass
|
V1IngressClass |
NetworkingV1Api.replaceIngressClass(String name,
V1IngressClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified IngressClass
|
okhttp3.Call |
NetworkingV1beta1Api.replaceIngressClassAsync(String name,
V1beta1IngressClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1IngressClass> _callback)
(asynchronously) replace the specified IngressClass
|
okhttp3.Call |
NetworkingV1Api.replaceIngressClassAsync(String name,
V1IngressClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1IngressClass> _callback)
(asynchronously) replace the specified IngressClass
|
okhttp3.Call |
NetworkingV1beta1Api.replaceIngressClassCall(String name,
V1beta1IngressClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceIngressClass
|
okhttp3.Call |
NetworkingV1Api.replaceIngressClassCall(String name,
V1IngressClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceIngressClass
|
ApiResponse<V1beta1IngressClass> |
NetworkingV1beta1Api.replaceIngressClassWithHttpInfo(String name,
V1beta1IngressClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified IngressClass
|
ApiResponse<V1IngressClass> |
NetworkingV1Api.replaceIngressClassWithHttpInfo(String name,
V1IngressClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified IngressClass
|
V1beta1MutatingWebhookConfiguration |
AdmissionregistrationV1beta1Api.replaceMutatingWebhookConfiguration(String name,
V1beta1MutatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager)
replace the specified MutatingWebhookConfiguration
|
V1MutatingWebhookConfiguration |
AdmissionregistrationV1Api.replaceMutatingWebhookConfiguration(String name,
V1MutatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager)
replace the specified MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.replaceMutatingWebhookConfigurationAsync(String name,
V1beta1MutatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1MutatingWebhookConfiguration> _callback)
(asynchronously) replace the specified MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.replaceMutatingWebhookConfigurationAsync(String name,
V1MutatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1MutatingWebhookConfiguration> _callback)
(asynchronously) replace the specified MutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.replaceMutatingWebhookConfigurationCall(String name,
V1beta1MutatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceMutatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.replaceMutatingWebhookConfigurationCall(String name,
V1MutatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceMutatingWebhookConfiguration
|
ApiResponse<V1beta1MutatingWebhookConfiguration> |
AdmissionregistrationV1beta1Api.replaceMutatingWebhookConfigurationWithHttpInfo(String name,
V1beta1MutatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager)
replace the specified MutatingWebhookConfiguration
|
ApiResponse<V1MutatingWebhookConfiguration> |
AdmissionregistrationV1Api.replaceMutatingWebhookConfigurationWithHttpInfo(String name,
V1MutatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager)
replace the specified MutatingWebhookConfiguration
|
V1Namespace |
CoreV1Api.replaceNamespace(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Namespace
|
okhttp3.Call |
CoreV1Api.replaceNamespaceAsync(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Namespace> _callback)
(asynchronously) replace the specified Namespace
|
okhttp3.Call |
CoreV1Api.replaceNamespaceCall(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespace
|
V1ConfigMap |
CoreV1Api.replaceNamespacedConfigMap(String name,
String namespace,
V1ConfigMap body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ConfigMap
|
okhttp3.Call |
CoreV1Api.replaceNamespacedConfigMapAsync(String name,
String namespace,
V1ConfigMap body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ConfigMap> _callback)
(asynchronously) replace the specified ConfigMap
|
okhttp3.Call |
CoreV1Api.replaceNamespacedConfigMapCall(String name,
String namespace,
V1ConfigMap body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedConfigMap
|
ApiResponse<V1ConfigMap> |
CoreV1Api.replaceNamespacedConfigMapWithHttpInfo(String name,
String namespace,
V1ConfigMap body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ConfigMap
|
V1ControllerRevision |
AppsV1Api.replaceNamespacedControllerRevision(String name,
String namespace,
V1ControllerRevision body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ControllerRevision
|
okhttp3.Call |
AppsV1Api.replaceNamespacedControllerRevisionAsync(String name,
String namespace,
V1ControllerRevision body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ControllerRevision> _callback)
(asynchronously) replace the specified ControllerRevision
|
okhttp3.Call |
AppsV1Api.replaceNamespacedControllerRevisionCall(String name,
String namespace,
V1ControllerRevision body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedControllerRevision
|
ApiResponse<V1ControllerRevision> |
AppsV1Api.replaceNamespacedControllerRevisionWithHttpInfo(String name,
String namespace,
V1ControllerRevision body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ControllerRevision
|
V1beta1CronJob |
BatchV1beta1Api.replaceNamespacedCronJob(String name,
String namespace,
V1beta1CronJob body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.replaceNamespacedCronJob(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CronJob
|
okhttp3.Call |
BatchV1beta1Api.replaceNamespacedCronJobAsync(String name,
String namespace,
V1beta1CronJob body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1CronJob> _callback)
(asynchronously) replace the specified CronJob
|
okhttp3.Call |
BatchV2alpha1Api.replaceNamespacedCronJobAsync(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V2alpha1CronJob> _callback)
(asynchronously) replace the specified CronJob
|
okhttp3.Call |
BatchV1beta1Api.replaceNamespacedCronJobCall(String name,
String namespace,
V1beta1CronJob body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedCronJob
|
okhttp3.Call |
BatchV2alpha1Api.replaceNamespacedCronJobCall(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedCronJob
|
V1beta1CronJob |
BatchV1beta1Api.replaceNamespacedCronJobStatus(String name,
String namespace,
V1beta1CronJob body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified CronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.replaceNamespacedCronJobStatus(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified CronJob
|
okhttp3.Call |
BatchV1beta1Api.replaceNamespacedCronJobStatusAsync(String name,
String namespace,
V1beta1CronJob body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1CronJob> _callback)
(asynchronously) replace status of the specified CronJob
|
okhttp3.Call |
BatchV2alpha1Api.replaceNamespacedCronJobStatusAsync(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V2alpha1CronJob> _callback)
(asynchronously) replace status of the specified CronJob
|
okhttp3.Call |
BatchV1beta1Api.replaceNamespacedCronJobStatusCall(String name,
String namespace,
V1beta1CronJob body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedCronJobStatus
|
okhttp3.Call |
BatchV2alpha1Api.replaceNamespacedCronJobStatusCall(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedCronJobStatus
|
ApiResponse<V1beta1CronJob> |
BatchV1beta1Api.replaceNamespacedCronJobStatusWithHttpInfo(String name,
String namespace,
V1beta1CronJob body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified CronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.replaceNamespacedCronJobStatusWithHttpInfo(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified CronJob
|
ApiResponse<V1beta1CronJob> |
BatchV1beta1Api.replaceNamespacedCronJobWithHttpInfo(String name,
String namespace,
V1beta1CronJob body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.replaceNamespacedCronJobWithHttpInfo(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
String dryRun,
String fieldManager)
replace the specified CronJob
|
Object |
CustomObjectsApi.replaceNamespacedCustomObject(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace the specified namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.replaceNamespacedCustomObjectAsync(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback<Object> _callback)
(asynchronously) replace the specified namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.replaceNamespacedCustomObjectCall(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedCustomObject
|
Object |
CustomObjectsApi.replaceNamespacedCustomObjectScale(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace scale of the specified namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.replaceNamespacedCustomObjectScaleAsync(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback<Object> _callback)
(asynchronously) replace scale of the specified namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.replaceNamespacedCustomObjectScaleCall(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedCustomObjectScale
|
ApiResponse<Object> |
CustomObjectsApi.replaceNamespacedCustomObjectScaleWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace scale of the specified namespace scoped custom object
|
Object |
CustomObjectsApi.replaceNamespacedCustomObjectStatus(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace status of the specified namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.replaceNamespacedCustomObjectStatusAsync(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback<Object> _callback)
(asynchronously) replace status of the specified namespace scoped custom object
|
okhttp3.Call |
CustomObjectsApi.replaceNamespacedCustomObjectStatusCall(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedCustomObjectStatus
|
ApiResponse<Object> |
CustomObjectsApi.replaceNamespacedCustomObjectStatusWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace status of the specified namespace scoped custom object
|
ApiResponse<Object> |
CustomObjectsApi.replaceNamespacedCustomObjectWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name,
Object body,
String dryRun,
String fieldManager)
replace the specified namespace scoped custom object
|
V1DaemonSet |
AppsV1Api.replaceNamespacedDaemonSet(String name,
String namespace,
V1DaemonSet body,
String pretty,
String dryRun,
String fieldManager)
replace the specified DaemonSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedDaemonSetAsync(String name,
String namespace,
V1DaemonSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1DaemonSet> _callback)
(asynchronously) replace the specified DaemonSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedDaemonSetCall(String name,
String namespace,
V1DaemonSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedDaemonSet
|
V1DaemonSet |
AppsV1Api.replaceNamespacedDaemonSetStatus(String name,
String namespace,
V1DaemonSet body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified DaemonSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedDaemonSetStatusAsync(String name,
String namespace,
V1DaemonSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1DaemonSet> _callback)
(asynchronously) replace status of the specified DaemonSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedDaemonSetStatusCall(String name,
String namespace,
V1DaemonSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedDaemonSetStatus
|
ApiResponse<V1DaemonSet> |
AppsV1Api.replaceNamespacedDaemonSetStatusWithHttpInfo(String name,
String namespace,
V1DaemonSet body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified DaemonSet
|
ApiResponse<V1DaemonSet> |
AppsV1Api.replaceNamespacedDaemonSetWithHttpInfo(String name,
String namespace,
V1DaemonSet body,
String pretty,
String dryRun,
String fieldManager)
replace the specified DaemonSet
|
V1Deployment |
AppsV1Api.replaceNamespacedDeployment(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Deployment
|
okhttp3.Call |
AppsV1Api.replaceNamespacedDeploymentAsync(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Deployment> _callback)
(asynchronously) replace the specified Deployment
|
okhttp3.Call |
AppsV1Api.replaceNamespacedDeploymentCall(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedDeployment
|
V1Scale |
AppsV1Api.replaceNamespacedDeploymentScale(String name,
String namespace,
V1Scale body,
String pretty,
String dryRun,
String fieldManager)
replace scale of the specified Deployment
|
okhttp3.Call |
AppsV1Api.replaceNamespacedDeploymentScaleAsync(String name,
String namespace,
V1Scale body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Scale> _callback)
(asynchronously) replace scale of the specified Deployment
|
okhttp3.Call |
AppsV1Api.replaceNamespacedDeploymentScaleCall(String name,
String namespace,
V1Scale body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedDeploymentScale
|
ApiResponse<V1Scale> |
AppsV1Api.replaceNamespacedDeploymentScaleWithHttpInfo(String name,
String namespace,
V1Scale body,
String pretty,
String dryRun,
String fieldManager)
replace scale of the specified Deployment
|
V1Deployment |
AppsV1Api.replaceNamespacedDeploymentStatus(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Deployment
|
okhttp3.Call |
AppsV1Api.replaceNamespacedDeploymentStatusAsync(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Deployment> _callback)
(asynchronously) replace status of the specified Deployment
|
okhttp3.Call |
AppsV1Api.replaceNamespacedDeploymentStatusCall(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedDeploymentStatus
|
ApiResponse<V1Deployment> |
AppsV1Api.replaceNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Deployment
|
ApiResponse<V1Deployment> |
AppsV1Api.replaceNamespacedDeploymentWithHttpInfo(String name,
String namespace,
V1Deployment body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Deployment
|
V1Endpoints |
CoreV1Api.replaceNamespacedEndpoints(String name,
String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Endpoints
|
okhttp3.Call |
CoreV1Api.replaceNamespacedEndpointsAsync(String name,
String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Endpoints> _callback)
(asynchronously) replace the specified Endpoints
|
okhttp3.Call |
CoreV1Api.replaceNamespacedEndpointsCall(String name,
String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedEndpoints
|
V1beta1EndpointSlice |
DiscoveryV1beta1Api.replaceNamespacedEndpointSlice(String name,
String namespace,
V1beta1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager)
replace the specified EndpointSlice
|
okhttp3.Call |
DiscoveryV1beta1Api.replaceNamespacedEndpointSliceAsync(String name,
String namespace,
V1beta1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1EndpointSlice> _callback)
(asynchronously) replace the specified EndpointSlice
|
okhttp3.Call |
DiscoveryV1beta1Api.replaceNamespacedEndpointSliceCall(String name,
String namespace,
V1beta1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedEndpointSlice
|
ApiResponse<V1beta1EndpointSlice> |
DiscoveryV1beta1Api.replaceNamespacedEndpointSliceWithHttpInfo(String name,
String namespace,
V1beta1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager)
replace the specified EndpointSlice
|
ApiResponse<V1Endpoints> |
CoreV1Api.replaceNamespacedEndpointsWithHttpInfo(String name,
String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Endpoints
|
CoreV1Event |
CoreV1Api.replaceNamespacedEvent(String name,
String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Event
|
EventsV1Event |
EventsV1Api.replaceNamespacedEvent(String name,
String namespace,
EventsV1Event body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Event
|
V1beta1Event |
EventsV1beta1Api.replaceNamespacedEvent(String name,
String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Event
|
okhttp3.Call |
CoreV1Api.replaceNamespacedEventAsync(String name,
String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<CoreV1Event> _callback)
(asynchronously) replace the specified Event
|
okhttp3.Call |
EventsV1Api.replaceNamespacedEventAsync(String name,
String namespace,
EventsV1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<EventsV1Event> _callback)
(asynchronously) replace the specified Event
|
okhttp3.Call |
EventsV1beta1Api.replaceNamespacedEventAsync(String name,
String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1Event> _callback)
(asynchronously) replace the specified Event
|
okhttp3.Call |
CoreV1Api.replaceNamespacedEventCall(String name,
String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedEvent
|
okhttp3.Call |
EventsV1Api.replaceNamespacedEventCall(String name,
String namespace,
EventsV1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedEvent
|
okhttp3.Call |
EventsV1beta1Api.replaceNamespacedEventCall(String name,
String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedEvent
|
ApiResponse<CoreV1Event> |
CoreV1Api.replaceNamespacedEventWithHttpInfo(String name,
String namespace,
CoreV1Event body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Event
|
ApiResponse<EventsV1Event> |
EventsV1Api.replaceNamespacedEventWithHttpInfo(String name,
String namespace,
EventsV1Event body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Event
|
ApiResponse<V1beta1Event> |
EventsV1beta1Api.replaceNamespacedEventWithHttpInfo(String name,
String namespace,
V1beta1Event body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Event
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscaler(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
replace the specified HorizontalPodAutoscaler
|
V2beta1HorizontalPodAutoscaler |
AutoscalingV2beta1Api.replaceNamespacedHorizontalPodAutoscaler(String name,
String namespace,
V2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
replace the specified HorizontalPodAutoscaler
|
V2beta2HorizontalPodAutoscaler |
AutoscalingV2beta2Api.replaceNamespacedHorizontalPodAutoscaler(String name,
String namespace,
V2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
replace the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1HorizontalPodAutoscaler> _callback)
(asynchronously) replace the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.replaceNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
V2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V2beta1HorizontalPodAutoscaler> _callback)
(asynchronously) replace the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.replaceNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
V2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V2beta2HorizontalPodAutoscaler> _callback)
(asynchronously) replace the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedHorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.replaceNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
V2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedHorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.replaceNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
V2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedHorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified HorizontalPodAutoscaler
|
V2beta1HorizontalPodAutoscaler |
AutoscalingV2beta1Api.replaceNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
V2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified HorizontalPodAutoscaler
|
V2beta2HorizontalPodAutoscaler |
AutoscalingV2beta2Api.replaceNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
V2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1HorizontalPodAutoscaler> _callback)
(asynchronously) replace status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta1Api.replaceNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
V2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V2beta1HorizontalPodAutoscaler> _callback)
(asynchronously) replace status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV2beta2Api.replaceNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
V2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V2beta2HorizontalPodAutoscaler> _callback)
(asynchronously) replace status of the specified HorizontalPodAutoscaler
|
okhttp3.Call |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedHorizontalPodAutoscalerStatus
|
okhttp3.Call |
AutoscalingV2beta1Api.replaceNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
V2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedHorizontalPodAutoscalerStatus
|
okhttp3.Call |
AutoscalingV2beta2Api.replaceNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
V2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<V1HorizontalPodAutoscaler> |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified HorizontalPodAutoscaler
|
ApiResponse<V2beta1HorizontalPodAutoscaler> |
AutoscalingV2beta1Api.replaceNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
V2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified HorizontalPodAutoscaler
|
ApiResponse<V2beta2HorizontalPodAutoscaler> |
AutoscalingV2beta2Api.replaceNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
V2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified HorizontalPodAutoscaler
|
ApiResponse<V1HorizontalPodAutoscaler> |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
replace the specified HorizontalPodAutoscaler
|
ApiResponse<V2beta1HorizontalPodAutoscaler> |
AutoscalingV2beta1Api.replaceNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
V2beta1HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
replace the specified HorizontalPodAutoscaler
|
ApiResponse<V2beta2HorizontalPodAutoscaler> |
AutoscalingV2beta2Api.replaceNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
V2beta2HorizontalPodAutoscaler body,
String pretty,
String dryRun,
String fieldManager)
replace the specified HorizontalPodAutoscaler
|
ExtensionsV1beta1Ingress |
ExtensionsV1beta1Api.replaceNamespacedIngress(String name,
String namespace,
ExtensionsV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Ingress
|
NetworkingV1beta1Ingress |
NetworkingV1beta1Api.replaceNamespacedIngress(String name,
String namespace,
NetworkingV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Ingress
|
V1Ingress |
NetworkingV1Api.replaceNamespacedIngress(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.replaceNamespacedIngressAsync(String name,
String namespace,
ExtensionsV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<ExtensionsV1beta1Ingress> _callback)
(asynchronously) replace the specified Ingress
|
okhttp3.Call |
NetworkingV1beta1Api.replaceNamespacedIngressAsync(String name,
String namespace,
NetworkingV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<NetworkingV1beta1Ingress> _callback)
(asynchronously) replace the specified Ingress
|
okhttp3.Call |
NetworkingV1Api.replaceNamespacedIngressAsync(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Ingress> _callback)
(asynchronously) replace the specified Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.replaceNamespacedIngressCall(String name,
String namespace,
ExtensionsV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedIngress
|
okhttp3.Call |
NetworkingV1beta1Api.replaceNamespacedIngressCall(String name,
String namespace,
NetworkingV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedIngress
|
okhttp3.Call |
NetworkingV1Api.replaceNamespacedIngressCall(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedIngress
|
ExtensionsV1beta1Ingress |
ExtensionsV1beta1Api.replaceNamespacedIngressStatus(String name,
String namespace,
ExtensionsV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Ingress
|
NetworkingV1beta1Ingress |
NetworkingV1beta1Api.replaceNamespacedIngressStatus(String name,
String namespace,
NetworkingV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Ingress
|
V1Ingress |
NetworkingV1Api.replaceNamespacedIngressStatus(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.replaceNamespacedIngressStatusAsync(String name,
String namespace,
ExtensionsV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<ExtensionsV1beta1Ingress> _callback)
(asynchronously) replace status of the specified Ingress
|
okhttp3.Call |
NetworkingV1beta1Api.replaceNamespacedIngressStatusAsync(String name,
String namespace,
NetworkingV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<NetworkingV1beta1Ingress> _callback)
(asynchronously) replace status of the specified Ingress
|
okhttp3.Call |
NetworkingV1Api.replaceNamespacedIngressStatusAsync(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Ingress> _callback)
(asynchronously) replace status of the specified Ingress
|
okhttp3.Call |
ExtensionsV1beta1Api.replaceNamespacedIngressStatusCall(String name,
String namespace,
ExtensionsV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedIngressStatus
|
okhttp3.Call |
NetworkingV1beta1Api.replaceNamespacedIngressStatusCall(String name,
String namespace,
NetworkingV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedIngressStatus
|
okhttp3.Call |
NetworkingV1Api.replaceNamespacedIngressStatusCall(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedIngressStatus
|
ApiResponse<ExtensionsV1beta1Ingress> |
ExtensionsV1beta1Api.replaceNamespacedIngressStatusWithHttpInfo(String name,
String namespace,
ExtensionsV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Ingress
|
ApiResponse<NetworkingV1beta1Ingress> |
NetworkingV1beta1Api.replaceNamespacedIngressStatusWithHttpInfo(String name,
String namespace,
NetworkingV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Ingress
|
ApiResponse<V1Ingress> |
NetworkingV1Api.replaceNamespacedIngressStatusWithHttpInfo(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Ingress
|
ApiResponse<ExtensionsV1beta1Ingress> |
ExtensionsV1beta1Api.replaceNamespacedIngressWithHttpInfo(String name,
String namespace,
ExtensionsV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Ingress
|
ApiResponse<NetworkingV1beta1Ingress> |
NetworkingV1beta1Api.replaceNamespacedIngressWithHttpInfo(String name,
String namespace,
NetworkingV1beta1Ingress body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Ingress
|
ApiResponse<V1Ingress> |
NetworkingV1Api.replaceNamespacedIngressWithHttpInfo(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Ingress
|
V1Job |
BatchV1Api.replaceNamespacedJob(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Job
|
okhttp3.Call |
BatchV1Api.replaceNamespacedJobAsync(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Job> _callback)
(asynchronously) replace the specified Job
|
okhttp3.Call |
BatchV1Api.replaceNamespacedJobCall(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedJob
|
V1Job |
BatchV1Api.replaceNamespacedJobStatus(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Job
|
okhttp3.Call |
BatchV1Api.replaceNamespacedJobStatusAsync(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Job> _callback)
(asynchronously) replace status of the specified Job
|
okhttp3.Call |
BatchV1Api.replaceNamespacedJobStatusCall(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedJobStatus
|
ApiResponse<V1Job> |
BatchV1Api.replaceNamespacedJobStatusWithHttpInfo(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Job
|
ApiResponse<V1Job> |
BatchV1Api.replaceNamespacedJobWithHttpInfo(String name,
String namespace,
V1Job body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Job
|
V1beta1Lease |
CoordinationV1beta1Api.replaceNamespacedLease(String name,
String namespace,
V1beta1Lease body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Lease
|
V1Lease |
CoordinationV1Api.replaceNamespacedLease(String name,
String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Lease
|
okhttp3.Call |
CoordinationV1beta1Api.replaceNamespacedLeaseAsync(String name,
String namespace,
V1beta1Lease body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1Lease> _callback)
(asynchronously) replace the specified Lease
|
okhttp3.Call |
CoordinationV1Api.replaceNamespacedLeaseAsync(String name,
String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Lease> _callback)
(asynchronously) replace the specified Lease
|
okhttp3.Call |
CoordinationV1beta1Api.replaceNamespacedLeaseCall(String name,
String namespace,
V1beta1Lease body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedLease
|
okhttp3.Call |
CoordinationV1Api.replaceNamespacedLeaseCall(String name,
String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedLease
|
ApiResponse<V1beta1Lease> |
CoordinationV1beta1Api.replaceNamespacedLeaseWithHttpInfo(String name,
String namespace,
V1beta1Lease body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Lease
|
ApiResponse<V1Lease> |
CoordinationV1Api.replaceNamespacedLeaseWithHttpInfo(String name,
String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Lease
|
V1LimitRange |
CoreV1Api.replaceNamespacedLimitRange(String name,
String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager)
replace the specified LimitRange
|
okhttp3.Call |
CoreV1Api.replaceNamespacedLimitRangeAsync(String name,
String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1LimitRange> _callback)
(asynchronously) replace the specified LimitRange
|
okhttp3.Call |
CoreV1Api.replaceNamespacedLimitRangeCall(String name,
String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedLimitRange
|
ApiResponse<V1LimitRange> |
CoreV1Api.replaceNamespacedLimitRangeWithHttpInfo(String name,
String namespace,
V1LimitRange body,
String pretty,
String dryRun,
String fieldManager)
replace the specified LimitRange
|
V1NetworkPolicy |
NetworkingV1Api.replaceNamespacedNetworkPolicy(String name,
String namespace,
V1NetworkPolicy body,
String pretty,
String dryRun,
String fieldManager)
replace the specified NetworkPolicy
|
okhttp3.Call |
NetworkingV1Api.replaceNamespacedNetworkPolicyAsync(String name,
String namespace,
V1NetworkPolicy body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1NetworkPolicy> _callback)
(asynchronously) replace the specified NetworkPolicy
|
okhttp3.Call |
NetworkingV1Api.replaceNamespacedNetworkPolicyCall(String name,
String namespace,
V1NetworkPolicy body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedNetworkPolicy
|
ApiResponse<V1NetworkPolicy> |
NetworkingV1Api.replaceNamespacedNetworkPolicyWithHttpInfo(String name,
String namespace,
V1NetworkPolicy body,
String pretty,
String dryRun,
String fieldManager)
replace the specified NetworkPolicy
|
V1PersistentVolumeClaim |
CoreV1Api.replaceNamespacedPersistentVolumeClaim(String name,
String namespace,
V1PersistentVolumeClaim body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPersistentVolumeClaimAsync(String name,
String namespace,
V1PersistentVolumeClaim body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1PersistentVolumeClaim> _callback)
(asynchronously) replace the specified PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPersistentVolumeClaimCall(String name,
String namespace,
V1PersistentVolumeClaim body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedPersistentVolumeClaim
|
V1PersistentVolumeClaim |
CoreV1Api.replaceNamespacedPersistentVolumeClaimStatus(String name,
String namespace,
V1PersistentVolumeClaim body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPersistentVolumeClaimStatusAsync(String name,
String namespace,
V1PersistentVolumeClaim body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1PersistentVolumeClaim> _callback)
(asynchronously) replace status of the specified PersistentVolumeClaim
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPersistentVolumeClaimStatusCall(String name,
String namespace,
V1PersistentVolumeClaim body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedPersistentVolumeClaimStatus
|
ApiResponse<V1PersistentVolumeClaim> |
CoreV1Api.replaceNamespacedPersistentVolumeClaimStatusWithHttpInfo(String name,
String namespace,
V1PersistentVolumeClaim body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified PersistentVolumeClaim
|
ApiResponse<V1PersistentVolumeClaim> |
CoreV1Api.replaceNamespacedPersistentVolumeClaimWithHttpInfo(String name,
String namespace,
V1PersistentVolumeClaim body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PersistentVolumeClaim
|
V1Pod |
CoreV1Api.replaceNamespacedPod(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Pod
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodAsync(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Pod> _callback)
(asynchronously) replace the specified Pod
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodCall(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedPod
|
V1beta1PodDisruptionBudget |
PolicyV1beta1Api.replaceNamespacedPodDisruptionBudget(String name,
String namespace,
V1beta1PodDisruptionBudget body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.replaceNamespacedPodDisruptionBudgetAsync(String name,
String namespace,
V1beta1PodDisruptionBudget body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1PodDisruptionBudget> _callback)
(asynchronously) replace the specified PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.replaceNamespacedPodDisruptionBudgetCall(String name,
String namespace,
V1beta1PodDisruptionBudget body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedPodDisruptionBudget
|
V1beta1PodDisruptionBudget |
PolicyV1beta1Api.replaceNamespacedPodDisruptionBudgetStatus(String name,
String namespace,
V1beta1PodDisruptionBudget body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.replaceNamespacedPodDisruptionBudgetStatusAsync(String name,
String namespace,
V1beta1PodDisruptionBudget body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1PodDisruptionBudget> _callback)
(asynchronously) replace status of the specified PodDisruptionBudget
|
okhttp3.Call |
PolicyV1beta1Api.replaceNamespacedPodDisruptionBudgetStatusCall(String name,
String namespace,
V1beta1PodDisruptionBudget body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedPodDisruptionBudgetStatus
|
ApiResponse<V1beta1PodDisruptionBudget> |
PolicyV1beta1Api.replaceNamespacedPodDisruptionBudgetStatusWithHttpInfo(String name,
String namespace,
V1beta1PodDisruptionBudget body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified PodDisruptionBudget
|
ApiResponse<V1beta1PodDisruptionBudget> |
PolicyV1beta1Api.replaceNamespacedPodDisruptionBudgetWithHttpInfo(String name,
String namespace,
V1beta1PodDisruptionBudget body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PodDisruptionBudget
|
V1alpha1PodPreset |
SettingsV1alpha1Api.replaceNamespacedPodPreset(String name,
String namespace,
V1alpha1PodPreset body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PodPreset
|
okhttp3.Call |
SettingsV1alpha1Api.replaceNamespacedPodPresetAsync(String name,
String namespace,
V1alpha1PodPreset body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1PodPreset> _callback)
(asynchronously) replace the specified PodPreset
|
okhttp3.Call |
SettingsV1alpha1Api.replaceNamespacedPodPresetCall(String name,
String namespace,
V1alpha1PodPreset body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedPodPreset
|
ApiResponse<V1alpha1PodPreset> |
SettingsV1alpha1Api.replaceNamespacedPodPresetWithHttpInfo(String name,
String namespace,
V1alpha1PodPreset body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PodPreset
|
V1Pod |
CoreV1Api.replaceNamespacedPodStatus(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Pod
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodStatusAsync(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Pod> _callback)
(asynchronously) replace status of the specified Pod
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodStatusCall(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedPodStatus
|
ApiResponse<V1Pod> |
CoreV1Api.replaceNamespacedPodStatusWithHttpInfo(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Pod
|
V1PodTemplate |
CoreV1Api.replaceNamespacedPodTemplate(String name,
String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PodTemplate
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodTemplateAsync(String name,
String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1PodTemplate> _callback)
(asynchronously) replace the specified PodTemplate
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodTemplateCall(String name,
String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedPodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.replaceNamespacedPodTemplateWithHttpInfo(String name,
String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PodTemplate
|
ApiResponse<V1Pod> |
CoreV1Api.replaceNamespacedPodWithHttpInfo(String name,
String namespace,
V1Pod body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Pod
|
V1ReplicaSet |
AppsV1Api.replaceNamespacedReplicaSet(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedReplicaSetAsync(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ReplicaSet> _callback)
(asynchronously) replace the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedReplicaSetCall(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedReplicaSet
|
V1Scale |
AppsV1Api.replaceNamespacedReplicaSetScale(String name,
String namespace,
V1Scale body,
String pretty,
String dryRun,
String fieldManager)
replace scale of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedReplicaSetScaleAsync(String name,
String namespace,
V1Scale body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Scale> _callback)
(asynchronously) replace scale of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedReplicaSetScaleCall(String name,
String namespace,
V1Scale body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedReplicaSetScale
|
ApiResponse<V1Scale> |
AppsV1Api.replaceNamespacedReplicaSetScaleWithHttpInfo(String name,
String namespace,
V1Scale body,
String pretty,
String dryRun,
String fieldManager)
replace scale of the specified ReplicaSet
|
V1ReplicaSet |
AppsV1Api.replaceNamespacedReplicaSetStatus(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedReplicaSetStatusAsync(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ReplicaSet> _callback)
(asynchronously) replace status of the specified ReplicaSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedReplicaSetStatusCall(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedReplicaSetStatus
|
ApiResponse<V1ReplicaSet> |
AppsV1Api.replaceNamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified ReplicaSet
|
ApiResponse<V1ReplicaSet> |
AppsV1Api.replaceNamespacedReplicaSetWithHttpInfo(String name,
String namespace,
V1ReplicaSet body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ReplicaSet
|
V1ReplicationController |
CoreV1Api.replaceNamespacedReplicationController(String name,
String namespace,
V1ReplicationController body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.replaceNamespacedReplicationControllerAsync(String name,
String namespace,
V1ReplicationController body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ReplicationController> _callback)
(asynchronously) replace the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.replaceNamespacedReplicationControllerCall(String name,
String namespace,
V1ReplicationController body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedReplicationController
|
V1Scale |
CoreV1Api.replaceNamespacedReplicationControllerScale(String name,
String namespace,
V1Scale body,
String pretty,
String dryRun,
String fieldManager)
replace scale of the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.replaceNamespacedReplicationControllerScaleAsync(String name,
String namespace,
V1Scale body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Scale> _callback)
(asynchronously) replace scale of the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.replaceNamespacedReplicationControllerScaleCall(String name,
String namespace,
V1Scale body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedReplicationControllerScale
|
ApiResponse<V1Scale> |
CoreV1Api.replaceNamespacedReplicationControllerScaleWithHttpInfo(String name,
String namespace,
V1Scale body,
String pretty,
String dryRun,
String fieldManager)
replace scale of the specified ReplicationController
|
V1ReplicationController |
CoreV1Api.replaceNamespacedReplicationControllerStatus(String name,
String namespace,
V1ReplicationController body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.replaceNamespacedReplicationControllerStatusAsync(String name,
String namespace,
V1ReplicationController body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ReplicationController> _callback)
(asynchronously) replace status of the specified ReplicationController
|
okhttp3.Call |
CoreV1Api.replaceNamespacedReplicationControllerStatusCall(String name,
String namespace,
V1ReplicationController body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedReplicationControllerStatus
|
ApiResponse<V1ReplicationController> |
CoreV1Api.replaceNamespacedReplicationControllerStatusWithHttpInfo(String name,
String namespace,
V1ReplicationController body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified ReplicationController
|
ApiResponse<V1ReplicationController> |
CoreV1Api.replaceNamespacedReplicationControllerWithHttpInfo(String name,
String namespace,
V1ReplicationController body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ReplicationController
|
V1ResourceQuota |
CoreV1Api.replaceNamespacedResourceQuota(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.replaceNamespacedResourceQuotaAsync(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) replace the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.replaceNamespacedResourceQuotaCall(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedResourceQuota
|
V1ResourceQuota |
CoreV1Api.replaceNamespacedResourceQuotaStatus(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.replaceNamespacedResourceQuotaStatusAsync(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) replace status of the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.replaceNamespacedResourceQuotaStatusCall(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedResourceQuotaStatus
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.replaceNamespacedResourceQuotaStatusWithHttpInfo(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified ResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.replaceNamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ResourceQuota
|
V1alpha1Role |
RbacAuthorizationV1alpha1Api.replaceNamespacedRole(String name,
String namespace,
V1alpha1Role body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Role
|
V1beta1Role |
RbacAuthorizationV1beta1Api.replaceNamespacedRole(String name,
String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Role
|
V1Role |
RbacAuthorizationV1Api.replaceNamespacedRole(String name,
String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Role
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleAsync(String name,
String namespace,
V1alpha1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1Role> _callback)
(asynchronously) replace the specified Role
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.replaceNamespacedRoleAsync(String name,
String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1Role> _callback)
(asynchronously) replace the specified Role
|
okhttp3.Call |
RbacAuthorizationV1Api.replaceNamespacedRoleAsync(String name,
String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Role> _callback)
(asynchronously) replace the specified Role
|
V1alpha1RoleBinding |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleBinding(String name,
String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
replace the specified RoleBinding
|
V1beta1RoleBinding |
RbacAuthorizationV1beta1Api.replaceNamespacedRoleBinding(String name,
String namespace,
V1beta1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
replace the specified RoleBinding
|
V1RoleBinding |
RbacAuthorizationV1Api.replaceNamespacedRoleBinding(String name,
String namespace,
V1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
replace the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleBindingAsync(String name,
String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1RoleBinding> _callback)
(asynchronously) replace the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.replaceNamespacedRoleBindingAsync(String name,
String namespace,
V1beta1RoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1RoleBinding> _callback)
(asynchronously) replace the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.replaceNamespacedRoleBindingAsync(String name,
String namespace,
V1RoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1RoleBinding> _callback)
(asynchronously) replace the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleBindingCall(String name,
String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.replaceNamespacedRoleBindingCall(String name,
String namespace,
V1beta1RoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedRoleBinding
|
okhttp3.Call |
RbacAuthorizationV1Api.replaceNamespacedRoleBindingCall(String name,
String namespace,
V1RoleBinding body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedRoleBinding
|
ApiResponse<V1alpha1RoleBinding> |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
V1alpha1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
replace the specified RoleBinding
|
ApiResponse<V1beta1RoleBinding> |
RbacAuthorizationV1beta1Api.replaceNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
V1beta1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
replace the specified RoleBinding
|
ApiResponse<V1RoleBinding> |
RbacAuthorizationV1Api.replaceNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
V1RoleBinding body,
String pretty,
String dryRun,
String fieldManager)
replace the specified RoleBinding
|
okhttp3.Call |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleCall(String name,
String namespace,
V1alpha1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedRole
|
okhttp3.Call |
RbacAuthorizationV1beta1Api.replaceNamespacedRoleCall(String name,
String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedRole
|
okhttp3.Call |
RbacAuthorizationV1Api.replaceNamespacedRoleCall(String name,
String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedRole
|
ApiResponse<V1alpha1Role> |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleWithHttpInfo(String name,
String namespace,
V1alpha1Role body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Role
|
ApiResponse<V1beta1Role> |
RbacAuthorizationV1beta1Api.replaceNamespacedRoleWithHttpInfo(String name,
String namespace,
V1beta1Role body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Role
|
ApiResponse<V1Role> |
RbacAuthorizationV1Api.replaceNamespacedRoleWithHttpInfo(String name,
String namespace,
V1Role body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Role
|
V1Secret |
CoreV1Api.replaceNamespacedSecret(String name,
String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Secret
|
okhttp3.Call |
CoreV1Api.replaceNamespacedSecretAsync(String name,
String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Secret> _callback)
(asynchronously) replace the specified Secret
|
okhttp3.Call |
CoreV1Api.replaceNamespacedSecretCall(String name,
String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedSecret
|
ApiResponse<V1Secret> |
CoreV1Api.replaceNamespacedSecretWithHttpInfo(String name,
String namespace,
V1Secret body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Secret
|
V1Service |
CoreV1Api.replaceNamespacedService(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Service
|
V1ServiceAccount |
CoreV1Api.replaceNamespacedServiceAccount(String name,
String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.replaceNamespacedServiceAccountAsync(String name,
String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ServiceAccount> _callback)
(asynchronously) replace the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.replaceNamespacedServiceAccountCall(String name,
String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.replaceNamespacedServiceAccountWithHttpInfo(String name,
String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.replaceNamespacedServiceAsync(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Service> _callback)
(asynchronously) replace the specified Service
|
okhttp3.Call |
CoreV1Api.replaceNamespacedServiceCall(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedService
|
V1Service |
CoreV1Api.replaceNamespacedServiceStatus(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Service
|
okhttp3.Call |
CoreV1Api.replaceNamespacedServiceStatusAsync(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Service> _callback)
(asynchronously) replace status of the specified Service
|
okhttp3.Call |
CoreV1Api.replaceNamespacedServiceStatusCall(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedServiceStatus
|
ApiResponse<V1Service> |
CoreV1Api.replaceNamespacedServiceStatusWithHttpInfo(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Service
|
ApiResponse<V1Service> |
CoreV1Api.replaceNamespacedServiceWithHttpInfo(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Service
|
V1StatefulSet |
AppsV1Api.replaceNamespacedStatefulSet(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager)
replace the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedStatefulSetAsync(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1StatefulSet> _callback)
(asynchronously) replace the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedStatefulSetCall(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedStatefulSet
|
V1Scale |
AppsV1Api.replaceNamespacedStatefulSetScale(String name,
String namespace,
V1Scale body,
String pretty,
String dryRun,
String fieldManager)
replace scale of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedStatefulSetScaleAsync(String name,
String namespace,
V1Scale body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Scale> _callback)
(asynchronously) replace scale of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedStatefulSetScaleCall(String name,
String namespace,
V1Scale body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedStatefulSetScale
|
ApiResponse<V1Scale> |
AppsV1Api.replaceNamespacedStatefulSetScaleWithHttpInfo(String name,
String namespace,
V1Scale body,
String pretty,
String dryRun,
String fieldManager)
replace scale of the specified StatefulSet
|
V1StatefulSet |
AppsV1Api.replaceNamespacedStatefulSetStatus(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedStatefulSetStatusAsync(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1StatefulSet> _callback)
(asynchronously) replace status of the specified StatefulSet
|
okhttp3.Call |
AppsV1Api.replaceNamespacedStatefulSetStatusCall(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedStatefulSetStatus
|
ApiResponse<V1StatefulSet> |
AppsV1Api.replaceNamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified StatefulSet
|
ApiResponse<V1StatefulSet> |
AppsV1Api.replaceNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
V1StatefulSet body,
String pretty,
String dryRun,
String fieldManager)
replace the specified StatefulSet
|
V1Namespace |
CoreV1Api.replaceNamespaceFinalize(String name,
V1Namespace body,
String dryRun,
String fieldManager,
String pretty)
replace finalize of the specified Namespace
|
okhttp3.Call |
CoreV1Api.replaceNamespaceFinalizeAsync(String name,
V1Namespace body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1Namespace> _callback)
(asynchronously) replace finalize of the specified Namespace
|
okhttp3.Call |
CoreV1Api.replaceNamespaceFinalizeCall(String name,
V1Namespace body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for replaceNamespaceFinalize
|
ApiResponse<V1Namespace> |
CoreV1Api.replaceNamespaceFinalizeWithHttpInfo(String name,
V1Namespace body,
String dryRun,
String fieldManager,
String pretty)
replace finalize of the specified Namespace
|
V1Namespace |
CoreV1Api.replaceNamespaceStatus(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Namespace
|
okhttp3.Call |
CoreV1Api.replaceNamespaceStatusAsync(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Namespace> _callback)
(asynchronously) replace status of the specified Namespace
|
okhttp3.Call |
CoreV1Api.replaceNamespaceStatusCall(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespaceStatus
|
ApiResponse<V1Namespace> |
CoreV1Api.replaceNamespaceStatusWithHttpInfo(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.replaceNamespaceWithHttpInfo(String name,
V1Namespace body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Namespace
|
V1Node |
CoreV1Api.replaceNode(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Node
|
okhttp3.Call |
CoreV1Api.replaceNodeAsync(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Node> _callback)
(asynchronously) replace the specified Node
|
okhttp3.Call |
CoreV1Api.replaceNodeCall(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNode
|
V1Node |
CoreV1Api.replaceNodeStatus(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Node
|
okhttp3.Call |
CoreV1Api.replaceNodeStatusAsync(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Node> _callback)
(asynchronously) replace status of the specified Node
|
okhttp3.Call |
CoreV1Api.replaceNodeStatusCall(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNodeStatus
|
ApiResponse<V1Node> |
CoreV1Api.replaceNodeStatusWithHttpInfo(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Node
|
ApiResponse<V1Node> |
CoreV1Api.replaceNodeWithHttpInfo(String name,
V1Node body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Node
|
V1PersistentVolume |
CoreV1Api.replacePersistentVolume(String name,
V1PersistentVolume body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PersistentVolume
|
okhttp3.Call |
CoreV1Api.replacePersistentVolumeAsync(String name,
V1PersistentVolume body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1PersistentVolume> _callback)
(asynchronously) replace the specified PersistentVolume
|
okhttp3.Call |
CoreV1Api.replacePersistentVolumeCall(String name,
V1PersistentVolume body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replacePersistentVolume
|
V1PersistentVolume |
CoreV1Api.replacePersistentVolumeStatus(String name,
V1PersistentVolume body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified PersistentVolume
|
okhttp3.Call |
CoreV1Api.replacePersistentVolumeStatusAsync(String name,
V1PersistentVolume body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1PersistentVolume> _callback)
(asynchronously) replace status of the specified PersistentVolume
|
okhttp3.Call |
CoreV1Api.replacePersistentVolumeStatusCall(String name,
V1PersistentVolume body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replacePersistentVolumeStatus
|
ApiResponse<V1PersistentVolume> |
CoreV1Api.replacePersistentVolumeStatusWithHttpInfo(String name,
V1PersistentVolume body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified PersistentVolume
|
ApiResponse<V1PersistentVolume> |
CoreV1Api.replacePersistentVolumeWithHttpInfo(String name,
V1PersistentVolume body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PersistentVolume
|
V1beta1PodSecurityPolicy |
PolicyV1beta1Api.replacePodSecurityPolicy(String name,
V1beta1PodSecurityPolicy body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PodSecurityPolicy
|
okhttp3.Call |
PolicyV1beta1Api.replacePodSecurityPolicyAsync(String name,
V1beta1PodSecurityPolicy body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1PodSecurityPolicy> _callback)
(asynchronously) replace the specified PodSecurityPolicy
|
okhttp3.Call |
PolicyV1beta1Api.replacePodSecurityPolicyCall(String name,
V1beta1PodSecurityPolicy body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replacePodSecurityPolicy
|
ApiResponse<V1beta1PodSecurityPolicy> |
PolicyV1beta1Api.replacePodSecurityPolicyWithHttpInfo(String name,
V1beta1PodSecurityPolicy body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PodSecurityPolicy
|
V1alpha1PriorityClass |
SchedulingV1alpha1Api.replacePriorityClass(String name,
V1alpha1PriorityClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PriorityClass
|
V1beta1PriorityClass |
SchedulingV1beta1Api.replacePriorityClass(String name,
V1beta1PriorityClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PriorityClass
|
V1PriorityClass |
SchedulingV1Api.replacePriorityClass(String name,
V1PriorityClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PriorityClass
|
okhttp3.Call |
SchedulingV1alpha1Api.replacePriorityClassAsync(String name,
V1alpha1PriorityClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1PriorityClass> _callback)
(asynchronously) replace the specified PriorityClass
|
okhttp3.Call |
SchedulingV1beta1Api.replacePriorityClassAsync(String name,
V1beta1PriorityClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1PriorityClass> _callback)
(asynchronously) replace the specified PriorityClass
|
okhttp3.Call |
SchedulingV1Api.replacePriorityClassAsync(String name,
V1PriorityClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1PriorityClass> _callback)
(asynchronously) replace the specified PriorityClass
|
okhttp3.Call |
SchedulingV1alpha1Api.replacePriorityClassCall(String name,
V1alpha1PriorityClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replacePriorityClass
|
okhttp3.Call |
SchedulingV1beta1Api.replacePriorityClassCall(String name,
V1beta1PriorityClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replacePriorityClass
|
okhttp3.Call |
SchedulingV1Api.replacePriorityClassCall(String name,
V1PriorityClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replacePriorityClass
|
ApiResponse<V1alpha1PriorityClass> |
SchedulingV1alpha1Api.replacePriorityClassWithHttpInfo(String name,
V1alpha1PriorityClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PriorityClass
|
ApiResponse<V1beta1PriorityClass> |
SchedulingV1beta1Api.replacePriorityClassWithHttpInfo(String name,
V1beta1PriorityClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PriorityClass
|
ApiResponse<V1PriorityClass> |
SchedulingV1Api.replacePriorityClassWithHttpInfo(String name,
V1PriorityClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PriorityClass
|
V1alpha1PriorityLevelConfiguration |
FlowcontrolApiserverV1alpha1Api.replacePriorityLevelConfiguration(String name,
V1alpha1PriorityLevelConfiguration body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.replacePriorityLevelConfigurationAsync(String name,
V1alpha1PriorityLevelConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1PriorityLevelConfiguration> _callback)
(asynchronously) replace the specified PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.replacePriorityLevelConfigurationCall(String name,
V1alpha1PriorityLevelConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replacePriorityLevelConfiguration
|
V1alpha1PriorityLevelConfiguration |
FlowcontrolApiserverV1alpha1Api.replacePriorityLevelConfigurationStatus(String name,
V1alpha1PriorityLevelConfiguration body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.replacePriorityLevelConfigurationStatusAsync(String name,
V1alpha1PriorityLevelConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1PriorityLevelConfiguration> _callback)
(asynchronously) replace status of the specified PriorityLevelConfiguration
|
okhttp3.Call |
FlowcontrolApiserverV1alpha1Api.replacePriorityLevelConfigurationStatusCall(String name,
V1alpha1PriorityLevelConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replacePriorityLevelConfigurationStatus
|
ApiResponse<V1alpha1PriorityLevelConfiguration> |
FlowcontrolApiserverV1alpha1Api.replacePriorityLevelConfigurationStatusWithHttpInfo(String name,
V1alpha1PriorityLevelConfiguration body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified PriorityLevelConfiguration
|
ApiResponse<V1alpha1PriorityLevelConfiguration> |
FlowcontrolApiserverV1alpha1Api.replacePriorityLevelConfigurationWithHttpInfo(String name,
V1alpha1PriorityLevelConfiguration body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PriorityLevelConfiguration
|
V1alpha1RuntimeClass |
NodeV1alpha1Api.replaceRuntimeClass(String name,
V1alpha1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified RuntimeClass
|
V1beta1RuntimeClass |
NodeV1beta1Api.replaceRuntimeClass(String name,
V1beta1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified RuntimeClass
|
okhttp3.Call |
NodeV1alpha1Api.replaceRuntimeClassAsync(String name,
V1alpha1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1RuntimeClass> _callback)
(asynchronously) replace the specified RuntimeClass
|
okhttp3.Call |
NodeV1beta1Api.replaceRuntimeClassAsync(String name,
V1beta1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1RuntimeClass> _callback)
(asynchronously) replace the specified RuntimeClass
|
okhttp3.Call |
NodeV1alpha1Api.replaceRuntimeClassCall(String name,
V1alpha1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceRuntimeClass
|
okhttp3.Call |
NodeV1beta1Api.replaceRuntimeClassCall(String name,
V1beta1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceRuntimeClass
|
ApiResponse<V1alpha1RuntimeClass> |
NodeV1alpha1Api.replaceRuntimeClassWithHttpInfo(String name,
V1alpha1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified RuntimeClass
|
ApiResponse<V1beta1RuntimeClass> |
NodeV1beta1Api.replaceRuntimeClassWithHttpInfo(String name,
V1beta1RuntimeClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified RuntimeClass
|
V1beta1StorageClass |
StorageV1beta1Api.replaceStorageClass(String name,
V1beta1StorageClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified StorageClass
|
V1StorageClass |
StorageV1Api.replaceStorageClass(String name,
V1StorageClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified StorageClass
|
okhttp3.Call |
StorageV1beta1Api.replaceStorageClassAsync(String name,
V1beta1StorageClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1StorageClass> _callback)
(asynchronously) replace the specified StorageClass
|
okhttp3.Call |
StorageV1Api.replaceStorageClassAsync(String name,
V1StorageClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1StorageClass> _callback)
(asynchronously) replace the specified StorageClass
|
okhttp3.Call |
StorageV1beta1Api.replaceStorageClassCall(String name,
V1beta1StorageClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceStorageClass
|
okhttp3.Call |
StorageV1Api.replaceStorageClassCall(String name,
V1StorageClass body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceStorageClass
|
ApiResponse<V1beta1StorageClass> |
StorageV1beta1Api.replaceStorageClassWithHttpInfo(String name,
V1beta1StorageClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified StorageClass
|
ApiResponse<V1StorageClass> |
StorageV1Api.replaceStorageClassWithHttpInfo(String name,
V1StorageClass body,
String pretty,
String dryRun,
String fieldManager)
replace the specified StorageClass
|
V1beta1ValidatingWebhookConfiguration |
AdmissionregistrationV1beta1Api.replaceValidatingWebhookConfiguration(String name,
V1beta1ValidatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ValidatingWebhookConfiguration
|
V1ValidatingWebhookConfiguration |
AdmissionregistrationV1Api.replaceValidatingWebhookConfiguration(String name,
V1ValidatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.replaceValidatingWebhookConfigurationAsync(String name,
V1beta1ValidatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1ValidatingWebhookConfiguration> _callback)
(asynchronously) replace the specified ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.replaceValidatingWebhookConfigurationAsync(String name,
V1ValidatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ValidatingWebhookConfiguration> _callback)
(asynchronously) replace the specified ValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1beta1Api.replaceValidatingWebhookConfigurationCall(String name,
V1beta1ValidatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceValidatingWebhookConfiguration
|
okhttp3.Call |
AdmissionregistrationV1Api.replaceValidatingWebhookConfigurationCall(String name,
V1ValidatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceValidatingWebhookConfiguration
|
ApiResponse<V1beta1ValidatingWebhookConfiguration> |
AdmissionregistrationV1beta1Api.replaceValidatingWebhookConfigurationWithHttpInfo(String name,
V1beta1ValidatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ValidatingWebhookConfiguration
|
ApiResponse<V1ValidatingWebhookConfiguration> |
AdmissionregistrationV1Api.replaceValidatingWebhookConfigurationWithHttpInfo(String name,
V1ValidatingWebhookConfiguration body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ValidatingWebhookConfiguration
|
V1alpha1VolumeAttachment |
StorageV1alpha1Api.replaceVolumeAttachment(String name,
V1alpha1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager)
replace the specified VolumeAttachment
|
V1beta1VolumeAttachment |
StorageV1beta1Api.replaceVolumeAttachment(String name,
V1beta1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager)
replace the specified VolumeAttachment
|
V1VolumeAttachment |
StorageV1Api.replaceVolumeAttachment(String name,
V1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager)
replace the specified VolumeAttachment
|
okhttp3.Call |
StorageV1alpha1Api.replaceVolumeAttachmentAsync(String name,
V1alpha1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1alpha1VolumeAttachment> _callback)
(asynchronously) replace the specified VolumeAttachment
|
okhttp3.Call |
StorageV1beta1Api.replaceVolumeAttachmentAsync(String name,
V1beta1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1VolumeAttachment> _callback)
(asynchronously) replace the specified VolumeAttachment
|
okhttp3.Call |
StorageV1Api.replaceVolumeAttachmentAsync(String name,
V1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1VolumeAttachment> _callback)
(asynchronously) replace the specified VolumeAttachment
|
okhttp3.Call |
StorageV1alpha1Api.replaceVolumeAttachmentCall(String name,
V1alpha1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceVolumeAttachment
|
okhttp3.Call |
StorageV1beta1Api.replaceVolumeAttachmentCall(String name,
V1beta1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceVolumeAttachment
|
okhttp3.Call |
StorageV1Api.replaceVolumeAttachmentCall(String name,
V1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceVolumeAttachment
|
V1VolumeAttachment |
StorageV1Api.replaceVolumeAttachmentStatus(String name,
V1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified VolumeAttachment
|
okhttp3.Call |
StorageV1Api.replaceVolumeAttachmentStatusAsync(String name,
V1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1VolumeAttachment> _callback)
(asynchronously) replace status of the specified VolumeAttachment
|
okhttp3.Call |
StorageV1Api.replaceVolumeAttachmentStatusCall(String name,
V1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceVolumeAttachmentStatus
|
ApiResponse<V1VolumeAttachment> |
StorageV1Api.replaceVolumeAttachmentStatusWithHttpInfo(String name,
V1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified VolumeAttachment
|
ApiResponse<V1alpha1VolumeAttachment> |
StorageV1alpha1Api.replaceVolumeAttachmentWithHttpInfo(String name,
V1alpha1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager)
replace the specified VolumeAttachment
|
ApiResponse<V1beta1VolumeAttachment> |
StorageV1beta1Api.replaceVolumeAttachmentWithHttpInfo(String name,
V1beta1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager)
replace the specified VolumeAttachment
|
ApiResponse<V1VolumeAttachment> |
StorageV1Api.replaceVolumeAttachmentWithHttpInfo(String name,
V1VolumeAttachment body,
String pretty,
String dryRun,
String fieldManager)
replace the specified VolumeAttachment
|
Copyright © 2021. All rights reserved.