Package | Description |
---|---|
io.kubernetes.client | |
io.kubernetes.client.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 |
---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.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
|
com.squareup.okhttp.Call |
CoreV1Api.connectDeleteNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect DELETE requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectDeleteNamespacedPodProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectDeleteNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect DELETE requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectDeleteNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectDeleteNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect DELETE requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectDeleteNamespacedServiceProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectDeleteNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect DELETE requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectDeleteNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectDeleteNodeProxyAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
connect DELETE requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectDeleteNodeProxyCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectDeleteNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect DELETE requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectDeleteNodeProxyWithPathCall(String name,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.Call |
CoreV1Api.connectGetNamespacedPodAttachCall(String name,
String namespace,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.Call |
CoreV1Api.connectGetNamespacedPodExecCall(String name,
String namespace,
String command,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectGetNamespacedPodPortforwardAsync(String name,
String namespace,
Integer ports,
ApiCallback<String> callback)
(asynchronously)
connect GET requests to portforward of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectGetNamespacedPodPortforwardCall(String name,
String namespace,
Integer ports,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectGetNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect GET requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectGetNamespacedPodProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectGetNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect GET requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectGetNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectGetNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect GET requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectGetNamespacedServiceProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectGetNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect GET requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectGetNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectGetNodeProxyAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
connect GET requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectGetNodeProxyCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectGetNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect GET requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectGetNodeProxyWithPathCall(String name,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectHeadNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect HEAD requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectHeadNamespacedPodProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectHeadNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect HEAD requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectHeadNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectHeadNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect HEAD requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectHeadNamespacedServiceProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectHeadNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect HEAD requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectHeadNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectHeadNodeProxyAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
connect HEAD requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectHeadNodeProxyCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectHeadNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect HEAD requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectHeadNodeProxyWithPathCall(String name,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectOptionsNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect OPTIONS requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectOptionsNamespacedPodProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectOptionsNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect OPTIONS requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectOptionsNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectOptionsNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect OPTIONS requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectOptionsNamespacedServiceProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectOptionsNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect OPTIONS requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectOptionsNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectOptionsNodeProxyAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
connect OPTIONS requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectOptionsNodeProxyCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectOptionsNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect OPTIONS requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectOptionsNodeProxyWithPathCall(String name,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectOptionsNodeProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectOptionsNodeProxyWithPathWithHttpInfo(String name,
String path,
String path2)
connect OPTIONS 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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.Call |
CoreV1Api.connectPostNamespacedPodAttachCall(String name,
String namespace,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.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
|
com.squareup.okhttp.Call |
CoreV1Api.connectPostNamespacedPodExecCall(String name,
String namespace,
String command,
String container,
Boolean stderr,
Boolean stdin,
Boolean stdout,
Boolean tty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectPostNamespacedPodPortforwardAsync(String name,
String namespace,
Integer ports,
ApiCallback<String> callback)
(asynchronously)
connect POST requests to portforward of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectPostNamespacedPodPortforwardCall(String name,
String namespace,
Integer ports,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectPostNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect POST requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectPostNamespacedPodProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectPostNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect POST requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectPostNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectPostNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect POST requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectPostNamespacedServiceProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectPostNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect POST requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectPostNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectPostNodeProxyAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
connect POST requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectPostNodeProxyCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectPostNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect POST requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectPostNodeProxyWithPathCall(String name,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectPutNamespacedPodProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect PUT requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectPutNamespacedPodProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectPutNamespacedPodProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect PUT requests to proxy of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.connectPutNamespacedPodProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectPutNamespacedServiceProxyAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
connect PUT requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectPutNamespacedServiceProxyCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectPutNamespacedServiceProxyWithPathAsync(String name,
String namespace,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect PUT requests to proxy of Service
|
com.squareup.okhttp.Call |
CoreV1Api.connectPutNamespacedServiceProxyWithPathCall(String name,
String namespace,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectPutNodeProxyAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
connect PUT requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectPutNodeProxyCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.connectPutNodeProxyWithPathAsync(String name,
String path,
String path2,
ApiCallback<String> callback)
(asynchronously)
connect PUT requests to proxy of Node
|
com.squareup.okhttp.Call |
CoreV1Api.connectPutNodeProxyWithPathCall(String name,
String path,
String path2,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectPutNodeProxyWithPath
|
ApiResponse<String> |
CoreV1Api.connectPutNodeProxyWithPathWithHttpInfo(String name,
String path,
String path2)
connect PUT requests to proxy of Node
|
V1beta1CertificateSigningRequest |
CertificatesV1beta1Api.createCertificateSigningRequest(V1beta1CertificateSigningRequest body,
String pretty)
create a CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.createCertificateSigningRequestAsync(V1beta1CertificateSigningRequest body,
String pretty,
ApiCallback<V1beta1CertificateSigningRequest> callback)
(asynchronously)
create a CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.createCertificateSigningRequestCall(V1beta1CertificateSigningRequest body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCertificateSigningRequest
|
ApiResponse<V1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.createCertificateSigningRequestWithHttpInfo(V1beta1CertificateSigningRequest body,
String pretty)
create a CertificateSigningRequest
|
Object |
CustomObjectsApi.createClusterCustomObject(String group,
String version,
String plural,
Object body,
String pretty)
Creates a cluster scoped Custom object
|
com.squareup.okhttp.Call |
CustomObjectsApi.createClusterCustomObjectAsync(String group,
String version,
String plural,
Object body,
String pretty,
ApiCallback<Object> callback)
(asynchronously)
Creates a cluster scoped Custom object
|
com.squareup.okhttp.Call |
CustomObjectsApi.createClusterCustomObjectCall(String group,
String version,
String plural,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createClusterCustomObject
|
ApiResponse<Object> |
CustomObjectsApi.createClusterCustomObjectWithHttpInfo(String group,
String version,
String plural,
Object body,
String pretty)
Creates a cluster scoped Custom object
|
V1alpha1ClusterRole |
RbacAuthorizationV1alpha1Api.createClusterRole(V1alpha1ClusterRole body,
String pretty)
create a ClusterRole
|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.createClusterRole(V1beta1ClusterRole body,
String pretty)
create a ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.createClusterRoleAsync(V1alpha1ClusterRole body,
String pretty,
ApiCallback<V1alpha1ClusterRole> callback)
(asynchronously)
create a ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.createClusterRoleAsync(V1beta1ClusterRole body,
String pretty,
ApiCallback<V1beta1ClusterRole> callback)
(asynchronously)
create a ClusterRole
|
V1alpha1ClusterRoleBinding |
RbacAuthorizationV1alpha1Api.createClusterRoleBinding(V1alpha1ClusterRoleBinding body,
String pretty)
create a ClusterRoleBinding
|
V1beta1ClusterRoleBinding |
RbacAuthorizationV1beta1Api.createClusterRoleBinding(V1beta1ClusterRoleBinding body,
String pretty)
create a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.createClusterRoleBindingAsync(V1alpha1ClusterRoleBinding body,
String pretty,
ApiCallback<V1alpha1ClusterRoleBinding> callback)
(asynchronously)
create a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.createClusterRoleBindingAsync(V1beta1ClusterRoleBinding body,
String pretty,
ApiCallback<V1beta1ClusterRoleBinding> callback)
(asynchronously)
create a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.createClusterRoleBindingCall(V1alpha1ClusterRoleBinding body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.createClusterRoleBindingCall(V1beta1ClusterRoleBinding body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createClusterRoleBinding
|
ApiResponse<V1alpha1ClusterRoleBinding> |
RbacAuthorizationV1alpha1Api.createClusterRoleBindingWithHttpInfo(V1alpha1ClusterRoleBinding body,
String pretty)
create a ClusterRoleBinding
|
ApiResponse<V1beta1ClusterRoleBinding> |
RbacAuthorizationV1beta1Api.createClusterRoleBindingWithHttpInfo(V1beta1ClusterRoleBinding body,
String pretty)
create a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.createClusterRoleCall(V1alpha1ClusterRole body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.createClusterRoleCall(V1beta1ClusterRole body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createClusterRole
|
ApiResponse<V1alpha1ClusterRole> |
RbacAuthorizationV1alpha1Api.createClusterRoleWithHttpInfo(V1alpha1ClusterRole body,
String pretty)
create a ClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.createClusterRoleWithHttpInfo(V1beta1ClusterRole body,
String pretty)
create a ClusterRole
|
V1Namespace |
CoreV1Api.createNamespace(V1Namespace body,
String pretty)
create a Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespaceAsync(V1Namespace body,
String pretty,
ApiCallback<V1Namespace> callback)
(asynchronously)
create a Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespaceCall(V1Namespace body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespace
|
V1Binding |
CoreV1Api.createNamespacedBinding(String namespace,
V1Binding body,
String pretty)
create a Binding
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedBindingAsync(String namespace,
V1Binding body,
String pretty,
ApiCallback<V1Binding> callback)
(asynchronously)
create a Binding
|
V1Binding |
CoreV1Api.createNamespacedBindingBinding(String name,
String namespace,
V1Binding body,
String pretty)
create binding of a Binding
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedBindingBindingAsync(String name,
String namespace,
V1Binding body,
String pretty,
ApiCallback<V1Binding> callback)
(asynchronously)
create binding of a Binding
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedBindingBindingCall(String name,
String namespace,
V1Binding body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedBindingBinding
|
ApiResponse<V1Binding> |
CoreV1Api.createNamespacedBindingBindingWithHttpInfo(String name,
String namespace,
V1Binding body,
String pretty)
create binding of a Binding
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedBindingCall(String namespace,
V1Binding body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedBinding
|
ApiResponse<V1Binding> |
CoreV1Api.createNamespacedBindingWithHttpInfo(String namespace,
V1Binding body,
String pretty)
create a Binding
|
V1ConfigMap |
CoreV1Api.createNamespacedConfigMap(String namespace,
V1ConfigMap body,
String pretty)
create a ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedConfigMapAsync(String namespace,
V1ConfigMap body,
String pretty,
ApiCallback<V1ConfigMap> callback)
(asynchronously)
create a ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedConfigMapCall(String namespace,
V1ConfigMap body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedConfigMap
|
ApiResponse<V1ConfigMap> |
CoreV1Api.createNamespacedConfigMapWithHttpInfo(String namespace,
V1ConfigMap body,
String pretty)
create a ConfigMap
|
V2alpha1CronJob |
BatchV2alpha1Api.createNamespacedCronJob(String namespace,
V2alpha1CronJob body,
String pretty)
create a CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.createNamespacedCronJobAsync(String namespace,
V2alpha1CronJob body,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
create a CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.createNamespacedCronJobCall(String namespace,
V2alpha1CronJob body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedCronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.createNamespacedCronJobWithHttpInfo(String namespace,
V2alpha1CronJob body,
String pretty)
create a CronJob
|
Object |
CustomObjectsApi.createNamespacedCustomObject(String group,
String version,
String namespace,
String plural,
Object body,
String pretty)
Creates a namespace scoped Custom object
|
com.squareup.okhttp.Call |
CustomObjectsApi.createNamespacedCustomObjectAsync(String group,
String version,
String namespace,
String plural,
Object body,
String pretty,
ApiCallback<Object> callback)
(asynchronously)
Creates a namespace scoped Custom object
|
com.squareup.okhttp.Call |
CustomObjectsApi.createNamespacedCustomObjectCall(String group,
String version,
String namespace,
String plural,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedCustomObject
|
ApiResponse<Object> |
CustomObjectsApi.createNamespacedCustomObjectWithHttpInfo(String group,
String version,
String namespace,
String plural,
Object body,
String pretty)
Creates a namespace scoped Custom object
|
V1beta1DaemonSet |
ExtensionsV1beta1Api.createNamespacedDaemonSet(String namespace,
V1beta1DaemonSet body,
String pretty)
create a DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createNamespacedDaemonSetAsync(String namespace,
V1beta1DaemonSet body,
String pretty,
ApiCallback<V1beta1DaemonSet> callback)
(asynchronously)
create a DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createNamespacedDaemonSetCall(String namespace,
V1beta1DaemonSet body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedDaemonSet
|
ApiResponse<V1beta1DaemonSet> |
ExtensionsV1beta1Api.createNamespacedDaemonSetWithHttpInfo(String namespace,
V1beta1DaemonSet body,
String pretty)
create a DaemonSet
|
AppsV1beta1Deployment |
AppsV1beta1Api.createNamespacedDeployment(String namespace,
AppsV1beta1Deployment body,
String pretty)
create a Deployment
|
ExtensionsV1beta1Deployment |
ExtensionsV1beta1Api.createNamespacedDeployment(String namespace,
ExtensionsV1beta1Deployment body,
String pretty)
create a Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.createNamespacedDeploymentAsync(String namespace,
AppsV1beta1Deployment body,
String pretty,
ApiCallback<AppsV1beta1Deployment> callback)
(asynchronously)
create a Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createNamespacedDeploymentAsync(String namespace,
ExtensionsV1beta1Deployment body,
String pretty,
ApiCallback<ExtensionsV1beta1Deployment> callback)
(asynchronously)
create a Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.createNamespacedDeploymentCall(String namespace,
AppsV1beta1Deployment body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedDeployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createNamespacedDeploymentCall(String namespace,
ExtensionsV1beta1Deployment body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedDeployment
|
AppsV1beta1DeploymentRollback |
AppsV1beta1Api.createNamespacedDeploymentRollbackRollback(String name,
String namespace,
AppsV1beta1DeploymentRollback body,
String pretty)
create rollback of a DeploymentRollback
|
ExtensionsV1beta1DeploymentRollback |
ExtensionsV1beta1Api.createNamespacedDeploymentRollbackRollback(String name,
String namespace,
ExtensionsV1beta1DeploymentRollback body,
String pretty)
create rollback of a DeploymentRollback
|
com.squareup.okhttp.Call |
AppsV1beta1Api.createNamespacedDeploymentRollbackRollbackAsync(String name,
String namespace,
AppsV1beta1DeploymentRollback body,
String pretty,
ApiCallback<AppsV1beta1DeploymentRollback> callback)
(asynchronously)
create rollback of a DeploymentRollback
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createNamespacedDeploymentRollbackRollbackAsync(String name,
String namespace,
ExtensionsV1beta1DeploymentRollback body,
String pretty,
ApiCallback<ExtensionsV1beta1DeploymentRollback> callback)
(asynchronously)
create rollback of a DeploymentRollback
|
com.squareup.okhttp.Call |
AppsV1beta1Api.createNamespacedDeploymentRollbackRollbackCall(String name,
String namespace,
AppsV1beta1DeploymentRollback body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedDeploymentRollbackRollback
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createNamespacedDeploymentRollbackRollbackCall(String name,
String namespace,
ExtensionsV1beta1DeploymentRollback body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedDeploymentRollbackRollback
|
ApiResponse<AppsV1beta1DeploymentRollback> |
AppsV1beta1Api.createNamespacedDeploymentRollbackRollbackWithHttpInfo(String name,
String namespace,
AppsV1beta1DeploymentRollback body,
String pretty)
create rollback of a DeploymentRollback
|
ApiResponse<ExtensionsV1beta1DeploymentRollback> |
ExtensionsV1beta1Api.createNamespacedDeploymentRollbackRollbackWithHttpInfo(String name,
String namespace,
ExtensionsV1beta1DeploymentRollback body,
String pretty)
create rollback of a DeploymentRollback
|
ApiResponse<AppsV1beta1Deployment> |
AppsV1beta1Api.createNamespacedDeploymentWithHttpInfo(String namespace,
AppsV1beta1Deployment body,
String pretty)
create a Deployment
|
ApiResponse<ExtensionsV1beta1Deployment> |
ExtensionsV1beta1Api.createNamespacedDeploymentWithHttpInfo(String namespace,
ExtensionsV1beta1Deployment body,
String pretty)
create a Deployment
|
V1Endpoints |
CoreV1Api.createNamespacedEndpoints(String namespace,
V1Endpoints body,
String pretty)
create Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedEndpointsAsync(String namespace,
V1Endpoints body,
String pretty,
ApiCallback<V1Endpoints> callback)
(asynchronously)
create Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedEndpointsCall(String namespace,
V1Endpoints body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedEndpoints
|
ApiResponse<V1Endpoints> |
CoreV1Api.createNamespacedEndpointsWithHttpInfo(String namespace,
V1Endpoints body,
String pretty)
create Endpoints
|
V1Event |
CoreV1Api.createNamespacedEvent(String namespace,
V1Event body,
String pretty)
create an Event
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedEventAsync(String namespace,
V1Event body,
String pretty,
ApiCallback<V1Event> callback)
(asynchronously)
create an Event
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedEventCall(String namespace,
V1Event body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedEvent
|
ApiResponse<V1Event> |
CoreV1Api.createNamespacedEventWithHttpInfo(String namespace,
V1Event body,
String pretty)
create an Event
|
V1beta1Eviction |
CoreV1Api.createNamespacedEvictionEviction(String name,
String namespace,
V1beta1Eviction body,
String pretty)
create eviction of an Eviction
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedEvictionEvictionAsync(String name,
String namespace,
V1beta1Eviction body,
String pretty,
ApiCallback<V1beta1Eviction> callback)
(asynchronously)
create eviction of an Eviction
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedEvictionEvictionCall(String name,
String namespace,
V1beta1Eviction body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedEvictionEviction
|
ApiResponse<V1beta1Eviction> |
CoreV1Api.createNamespacedEvictionEvictionWithHttpInfo(String name,
String namespace,
V1beta1Eviction body,
String pretty)
create eviction of an Eviction
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.createNamespacedHorizontalPodAutoscaler(String namespace,
V1HorizontalPodAutoscaler body,
String pretty)
create a HorizontalPodAutoscaler
|
V2alpha1HorizontalPodAutoscaler |
AutoscalingV2alpha1Api.createNamespacedHorizontalPodAutoscaler(String namespace,
V2alpha1HorizontalPodAutoscaler body,
String pretty)
create a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.createNamespacedHorizontalPodAutoscalerAsync(String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
ApiCallback<V1HorizontalPodAutoscaler> callback)
(asynchronously)
create a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.createNamespacedHorizontalPodAutoscalerAsync(String namespace,
V2alpha1HorizontalPodAutoscaler body,
String pretty,
ApiCallback<V2alpha1HorizontalPodAutoscaler> callback)
(asynchronously)
create a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.createNamespacedHorizontalPodAutoscalerCall(String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedHorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.createNamespacedHorizontalPodAutoscalerCall(String namespace,
V2alpha1HorizontalPodAutoscaler body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedHorizontalPodAutoscaler
|
ApiResponse<V1HorizontalPodAutoscaler> |
AutoscalingV1Api.createNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
V1HorizontalPodAutoscaler body,
String pretty)
create a HorizontalPodAutoscaler
|
ApiResponse<V2alpha1HorizontalPodAutoscaler> |
AutoscalingV2alpha1Api.createNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
V2alpha1HorizontalPodAutoscaler body,
String pretty)
create a HorizontalPodAutoscaler
|
V1beta1Ingress |
ExtensionsV1beta1Api.createNamespacedIngress(String namespace,
V1beta1Ingress body,
String pretty)
create an Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createNamespacedIngressAsync(String namespace,
V1beta1Ingress body,
String pretty,
ApiCallback<V1beta1Ingress> callback)
(asynchronously)
create an Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createNamespacedIngressCall(String namespace,
V1beta1Ingress body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedIngress
|
ApiResponse<V1beta1Ingress> |
ExtensionsV1beta1Api.createNamespacedIngressWithHttpInfo(String namespace,
V1beta1Ingress body,
String pretty)
create an Ingress
|
V1Job |
BatchV1Api.createNamespacedJob(String namespace,
V1Job body,
String pretty)
create a Job
|
com.squareup.okhttp.Call |
BatchV1Api.createNamespacedJobAsync(String namespace,
V1Job body,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
create a Job
|
com.squareup.okhttp.Call |
BatchV1Api.createNamespacedJobCall(String namespace,
V1Job body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedJob
|
ApiResponse<V1Job> |
BatchV1Api.createNamespacedJobWithHttpInfo(String namespace,
V1Job body,
String pretty)
create a Job
|
V1LimitRange |
CoreV1Api.createNamespacedLimitRange(String namespace,
V1LimitRange body,
String pretty)
create a LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedLimitRangeAsync(String namespace,
V1LimitRange body,
String pretty,
ApiCallback<V1LimitRange> callback)
(asynchronously)
create a LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedLimitRangeCall(String namespace,
V1LimitRange body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedLimitRange
|
ApiResponse<V1LimitRange> |
CoreV1Api.createNamespacedLimitRangeWithHttpInfo(String namespace,
V1LimitRange body,
String pretty)
create a LimitRange
|
V1beta1LocalSubjectAccessReview |
AuthorizationV1beta1Api.createNamespacedLocalSubjectAccessReview(String namespace,
V1beta1LocalSubjectAccessReview body,
String pretty)
create a LocalSubjectAccessReview
|
V1LocalSubjectAccessReview |
AuthorizationV1Api.createNamespacedLocalSubjectAccessReview(String namespace,
V1LocalSubjectAccessReview body,
String pretty)
create a LocalSubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1beta1Api.createNamespacedLocalSubjectAccessReviewAsync(String namespace,
V1beta1LocalSubjectAccessReview body,
String pretty,
ApiCallback<V1beta1LocalSubjectAccessReview> callback)
(asynchronously)
create a LocalSubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1Api.createNamespacedLocalSubjectAccessReviewAsync(String namespace,
V1LocalSubjectAccessReview body,
String pretty,
ApiCallback<V1LocalSubjectAccessReview> callback)
(asynchronously)
create a LocalSubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1beta1Api.createNamespacedLocalSubjectAccessReviewCall(String namespace,
V1beta1LocalSubjectAccessReview body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedLocalSubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1Api.createNamespacedLocalSubjectAccessReviewCall(String namespace,
V1LocalSubjectAccessReview body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedLocalSubjectAccessReview
|
ApiResponse<V1beta1LocalSubjectAccessReview> |
AuthorizationV1beta1Api.createNamespacedLocalSubjectAccessReviewWithHttpInfo(String namespace,
V1beta1LocalSubjectAccessReview body,
String pretty)
create a LocalSubjectAccessReview
|
ApiResponse<V1LocalSubjectAccessReview> |
AuthorizationV1Api.createNamespacedLocalSubjectAccessReviewWithHttpInfo(String namespace,
V1LocalSubjectAccessReview body,
String pretty)
create a LocalSubjectAccessReview
|
V1beta1NetworkPolicy |
ExtensionsV1beta1Api.createNamespacedNetworkPolicy(String namespace,
V1beta1NetworkPolicy body,
String pretty)
create a NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createNamespacedNetworkPolicyAsync(String namespace,
V1beta1NetworkPolicy body,
String pretty,
ApiCallback<V1beta1NetworkPolicy> callback)
(asynchronously)
create a NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createNamespacedNetworkPolicyCall(String namespace,
V1beta1NetworkPolicy body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedNetworkPolicy
|
ApiResponse<V1beta1NetworkPolicy> |
ExtensionsV1beta1Api.createNamespacedNetworkPolicyWithHttpInfo(String namespace,
V1beta1NetworkPolicy body,
String pretty)
create a NetworkPolicy
|
V1PersistentVolumeClaim |
CoreV1Api.createNamespacedPersistentVolumeClaim(String namespace,
V1PersistentVolumeClaim body,
String pretty)
create a PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPersistentVolumeClaimAsync(String namespace,
V1PersistentVolumeClaim body,
String pretty,
ApiCallback<V1PersistentVolumeClaim> callback)
(asynchronously)
create a PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPersistentVolumeClaimCall(String namespace,
V1PersistentVolumeClaim body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedPersistentVolumeClaim
|
ApiResponse<V1PersistentVolumeClaim> |
CoreV1Api.createNamespacedPersistentVolumeClaimWithHttpInfo(String namespace,
V1PersistentVolumeClaim body,
String pretty)
create a PersistentVolumeClaim
|
V1Pod |
CoreV1Api.createNamespacedPod(String namespace,
V1Pod body,
String pretty)
create a Pod
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPodAsync(String namespace,
V1Pod body,
String pretty,
ApiCallback<V1Pod> callback)
(asynchronously)
create a Pod
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPodCall(String namespace,
V1Pod body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedPod
|
V1beta1PodDisruptionBudget |
PolicyV1beta1Api.createNamespacedPodDisruptionBudget(String namespace,
V1beta1PodDisruptionBudget body,
String pretty)
create a PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.createNamespacedPodDisruptionBudgetAsync(String namespace,
V1beta1PodDisruptionBudget body,
String pretty,
ApiCallback<V1beta1PodDisruptionBudget> callback)
(asynchronously)
create a PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.createNamespacedPodDisruptionBudgetCall(String namespace,
V1beta1PodDisruptionBudget body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedPodDisruptionBudget
|
ApiResponse<V1beta1PodDisruptionBudget> |
PolicyV1beta1Api.createNamespacedPodDisruptionBudgetWithHttpInfo(String namespace,
V1beta1PodDisruptionBudget body,
String pretty)
create a PodDisruptionBudget
|
V1alpha1PodPreset |
SettingsV1alpha1Api.createNamespacedPodPreset(String namespace,
V1alpha1PodPreset body,
String pretty)
create a PodPreset
|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.createNamespacedPodPresetAsync(String namespace,
V1alpha1PodPreset body,
String pretty,
ApiCallback<V1alpha1PodPreset> callback)
(asynchronously)
create a PodPreset
|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.createNamespacedPodPresetCall(String namespace,
V1alpha1PodPreset body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedPodPreset
|
ApiResponse<V1alpha1PodPreset> |
SettingsV1alpha1Api.createNamespacedPodPresetWithHttpInfo(String namespace,
V1alpha1PodPreset body,
String pretty)
create a PodPreset
|
V1PodTemplate |
CoreV1Api.createNamespacedPodTemplate(String namespace,
V1PodTemplate body,
String pretty)
create a PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPodTemplateAsync(String namespace,
V1PodTemplate body,
String pretty,
ApiCallback<V1PodTemplate> callback)
(asynchronously)
create a PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPodTemplateCall(String namespace,
V1PodTemplate body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedPodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.createNamespacedPodTemplateWithHttpInfo(String namespace,
V1PodTemplate body,
String pretty)
create a PodTemplate
|
ApiResponse<V1Pod> |
CoreV1Api.createNamespacedPodWithHttpInfo(String namespace,
V1Pod body,
String pretty)
create a Pod
|
V1beta1ReplicaSet |
ExtensionsV1beta1Api.createNamespacedReplicaSet(String namespace,
V1beta1ReplicaSet body,
String pretty)
create a ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createNamespacedReplicaSetAsync(String namespace,
V1beta1ReplicaSet body,
String pretty,
ApiCallback<V1beta1ReplicaSet> callback)
(asynchronously)
create a ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createNamespacedReplicaSetCall(String namespace,
V1beta1ReplicaSet body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedReplicaSet
|
ApiResponse<V1beta1ReplicaSet> |
ExtensionsV1beta1Api.createNamespacedReplicaSetWithHttpInfo(String namespace,
V1beta1ReplicaSet body,
String pretty)
create a ReplicaSet
|
V1ReplicationController |
CoreV1Api.createNamespacedReplicationController(String namespace,
V1ReplicationController body,
String pretty)
create a ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedReplicationControllerAsync(String namespace,
V1ReplicationController body,
String pretty,
ApiCallback<V1ReplicationController> callback)
(asynchronously)
create a ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedReplicationControllerCall(String namespace,
V1ReplicationController body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedReplicationController
|
ApiResponse<V1ReplicationController> |
CoreV1Api.createNamespacedReplicationControllerWithHttpInfo(String namespace,
V1ReplicationController body,
String pretty)
create a ReplicationController
|
V1ResourceQuota |
CoreV1Api.createNamespacedResourceQuota(String namespace,
V1ResourceQuota body,
String pretty)
create a ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedResourceQuotaAsync(String namespace,
V1ResourceQuota body,
String pretty,
ApiCallback<V1ResourceQuota> callback)
(asynchronously)
create a ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedResourceQuotaCall(String namespace,
V1ResourceQuota body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.createNamespacedResourceQuotaWithHttpInfo(String namespace,
V1ResourceQuota body,
String pretty)
create a ResourceQuota
|
V1alpha1Role |
RbacAuthorizationV1alpha1Api.createNamespacedRole(String namespace,
V1alpha1Role body,
String pretty)
create a Role
|
V1beta1Role |
RbacAuthorizationV1beta1Api.createNamespacedRole(String namespace,
V1beta1Role body,
String pretty)
create a Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.createNamespacedRoleAsync(String namespace,
V1alpha1Role body,
String pretty,
ApiCallback<V1alpha1Role> callback)
(asynchronously)
create a Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.createNamespacedRoleAsync(String namespace,
V1beta1Role body,
String pretty,
ApiCallback<V1beta1Role> callback)
(asynchronously)
create a Role
|
V1alpha1RoleBinding |
RbacAuthorizationV1alpha1Api.createNamespacedRoleBinding(String namespace,
V1alpha1RoleBinding body,
String pretty)
create a RoleBinding
|
V1beta1RoleBinding |
RbacAuthorizationV1beta1Api.createNamespacedRoleBinding(String namespace,
V1beta1RoleBinding body,
String pretty)
create a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.createNamespacedRoleBindingAsync(String namespace,
V1alpha1RoleBinding body,
String pretty,
ApiCallback<V1alpha1RoleBinding> callback)
(asynchronously)
create a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.createNamespacedRoleBindingAsync(String namespace,
V1beta1RoleBinding body,
String pretty,
ApiCallback<V1beta1RoleBinding> callback)
(asynchronously)
create a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.createNamespacedRoleBindingCall(String namespace,
V1alpha1RoleBinding body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.createNamespacedRoleBindingCall(String namespace,
V1beta1RoleBinding body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedRoleBinding
|
ApiResponse<V1alpha1RoleBinding> |
RbacAuthorizationV1alpha1Api.createNamespacedRoleBindingWithHttpInfo(String namespace,
V1alpha1RoleBinding body,
String pretty)
create a RoleBinding
|
ApiResponse<V1beta1RoleBinding> |
RbacAuthorizationV1beta1Api.createNamespacedRoleBindingWithHttpInfo(String namespace,
V1beta1RoleBinding body,
String pretty)
create a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.createNamespacedRoleCall(String namespace,
V1alpha1Role body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.createNamespacedRoleCall(String namespace,
V1beta1Role body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedRole
|
ApiResponse<V1alpha1Role> |
RbacAuthorizationV1alpha1Api.createNamespacedRoleWithHttpInfo(String namespace,
V1alpha1Role body,
String pretty)
create a Role
|
ApiResponse<V1beta1Role> |
RbacAuthorizationV1beta1Api.createNamespacedRoleWithHttpInfo(String namespace,
V1beta1Role body,
String pretty)
create a Role
|
V2alpha1CronJob |
BatchV2alpha1Api.createNamespacedScheduledJob(String namespace,
V2alpha1CronJob body,
String pretty)
create a ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.createNamespacedScheduledJobAsync(String namespace,
V2alpha1CronJob body,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
create a ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.createNamespacedScheduledJobCall(String namespace,
V2alpha1CronJob body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedScheduledJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.createNamespacedScheduledJobWithHttpInfo(String namespace,
V2alpha1CronJob body,
String pretty)
create a ScheduledJob
|
V1Secret |
CoreV1Api.createNamespacedSecret(String namespace,
V1Secret body,
String pretty)
create a Secret
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedSecretAsync(String namespace,
V1Secret body,
String pretty,
ApiCallback<V1Secret> callback)
(asynchronously)
create a Secret
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedSecretCall(String namespace,
V1Secret body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedSecret
|
ApiResponse<V1Secret> |
CoreV1Api.createNamespacedSecretWithHttpInfo(String namespace,
V1Secret body,
String pretty)
create a Secret
|
V1Service |
CoreV1Api.createNamespacedService(String namespace,
V1Service body,
String pretty)
create a Service
|
V1ServiceAccount |
CoreV1Api.createNamespacedServiceAccount(String namespace,
V1ServiceAccount body,
String pretty)
create a ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedServiceAccountAsync(String namespace,
V1ServiceAccount body,
String pretty,
ApiCallback<V1ServiceAccount> callback)
(asynchronously)
create a ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedServiceAccountCall(String namespace,
V1ServiceAccount body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.createNamespacedServiceAccountWithHttpInfo(String namespace,
V1ServiceAccount body,
String pretty)
create a ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedServiceAsync(String namespace,
V1Service body,
String pretty,
ApiCallback<V1Service> callback)
(asynchronously)
create a Service
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedServiceCall(String namespace,
V1Service body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedService
|
ApiResponse<V1Service> |
CoreV1Api.createNamespacedServiceWithHttpInfo(String namespace,
V1Service body,
String pretty)
create a Service
|
V1beta1StatefulSet |
AppsV1beta1Api.createNamespacedStatefulSet(String namespace,
V1beta1StatefulSet body,
String pretty)
create a StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.createNamespacedStatefulSetAsync(String namespace,
V1beta1StatefulSet body,
String pretty,
ApiCallback<V1beta1StatefulSet> callback)
(asynchronously)
create a StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.createNamespacedStatefulSetCall(String namespace,
V1beta1StatefulSet body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedStatefulSet
|
ApiResponse<V1beta1StatefulSet> |
AppsV1beta1Api.createNamespacedStatefulSetWithHttpInfo(String namespace,
V1beta1StatefulSet body,
String pretty)
create a StatefulSet
|
ApiResponse<V1Namespace> |
CoreV1Api.createNamespaceWithHttpInfo(V1Namespace body,
String pretty)
create a Namespace
|
V1Node |
CoreV1Api.createNode(V1Node body,
String pretty)
create a Node
|
com.squareup.okhttp.Call |
CoreV1Api.createNodeAsync(V1Node body,
String pretty,
ApiCallback<V1Node> callback)
(asynchronously)
create a Node
|
com.squareup.okhttp.Call |
CoreV1Api.createNodeCall(V1Node body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNode
|
ApiResponse<V1Node> |
CoreV1Api.createNodeWithHttpInfo(V1Node body,
String pretty)
create a Node
|
V1PersistentVolume |
CoreV1Api.createPersistentVolume(V1PersistentVolume body,
String pretty)
create a PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.createPersistentVolumeAsync(V1PersistentVolume body,
String pretty,
ApiCallback<V1PersistentVolume> callback)
(asynchronously)
create a PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.createPersistentVolumeCall(V1PersistentVolume body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createPersistentVolume
|
ApiResponse<V1PersistentVolume> |
CoreV1Api.createPersistentVolumeWithHttpInfo(V1PersistentVolume body,
String pretty)
create a PersistentVolume
|
V1beta1PodSecurityPolicy |
ExtensionsV1beta1Api.createPodSecurityPolicy(V1beta1PodSecurityPolicy body,
String pretty)
create a PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createPodSecurityPolicyAsync(V1beta1PodSecurityPolicy body,
String pretty,
ApiCallback<V1beta1PodSecurityPolicy> callback)
(asynchronously)
create a PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createPodSecurityPolicyCall(V1beta1PodSecurityPolicy body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createPodSecurityPolicy
|
ApiResponse<V1beta1PodSecurityPolicy> |
ExtensionsV1beta1Api.createPodSecurityPolicyWithHttpInfo(V1beta1PodSecurityPolicy body,
String pretty)
create a PodSecurityPolicy
|
V1beta1SelfSubjectAccessReview |
AuthorizationV1beta1Api.createSelfSubjectAccessReview(V1beta1SelfSubjectAccessReview body,
String pretty)
create a SelfSubjectAccessReview
|
V1SelfSubjectAccessReview |
AuthorizationV1Api.createSelfSubjectAccessReview(V1SelfSubjectAccessReview body,
String pretty)
create a SelfSubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1beta1Api.createSelfSubjectAccessReviewAsync(V1beta1SelfSubjectAccessReview body,
String pretty,
ApiCallback<V1beta1SelfSubjectAccessReview> callback)
(asynchronously)
create a SelfSubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1Api.createSelfSubjectAccessReviewAsync(V1SelfSubjectAccessReview body,
String pretty,
ApiCallback<V1SelfSubjectAccessReview> callback)
(asynchronously)
create a SelfSubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1beta1Api.createSelfSubjectAccessReviewCall(V1beta1SelfSubjectAccessReview body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSelfSubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1Api.createSelfSubjectAccessReviewCall(V1SelfSubjectAccessReview body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSelfSubjectAccessReview
|
ApiResponse<V1beta1SelfSubjectAccessReview> |
AuthorizationV1beta1Api.createSelfSubjectAccessReviewWithHttpInfo(V1beta1SelfSubjectAccessReview body,
String pretty)
create a SelfSubjectAccessReview
|
ApiResponse<V1SelfSubjectAccessReview> |
AuthorizationV1Api.createSelfSubjectAccessReviewWithHttpInfo(V1SelfSubjectAccessReview body,
String pretty)
create a SelfSubjectAccessReview
|
V1beta1StorageClass |
StorageV1beta1Api.createStorageClass(V1beta1StorageClass body,
String pretty)
create a StorageClass
|
V1StorageClass |
StorageV1Api.createStorageClass(V1StorageClass body,
String pretty)
create a StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.createStorageClassAsync(V1beta1StorageClass body,
String pretty,
ApiCallback<V1beta1StorageClass> callback)
(asynchronously)
create a StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.createStorageClassAsync(V1StorageClass body,
String pretty,
ApiCallback<V1StorageClass> callback)
(asynchronously)
create a StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.createStorageClassCall(V1beta1StorageClass body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createStorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.createStorageClassCall(V1StorageClass body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createStorageClass
|
ApiResponse<V1beta1StorageClass> |
StorageV1beta1Api.createStorageClassWithHttpInfo(V1beta1StorageClass body,
String pretty)
create a StorageClass
|
ApiResponse<V1StorageClass> |
StorageV1Api.createStorageClassWithHttpInfo(V1StorageClass body,
String pretty)
create a StorageClass
|
V1beta1SubjectAccessReview |
AuthorizationV1beta1Api.createSubjectAccessReview(V1beta1SubjectAccessReview body,
String pretty)
create a SubjectAccessReview
|
V1SubjectAccessReview |
AuthorizationV1Api.createSubjectAccessReview(V1SubjectAccessReview body,
String pretty)
create a SubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1beta1Api.createSubjectAccessReviewAsync(V1beta1SubjectAccessReview body,
String pretty,
ApiCallback<V1beta1SubjectAccessReview> callback)
(asynchronously)
create a SubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1Api.createSubjectAccessReviewAsync(V1SubjectAccessReview body,
String pretty,
ApiCallback<V1SubjectAccessReview> callback)
(asynchronously)
create a SubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1beta1Api.createSubjectAccessReviewCall(V1beta1SubjectAccessReview body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSubjectAccessReview
|
com.squareup.okhttp.Call |
AuthorizationV1Api.createSubjectAccessReviewCall(V1SubjectAccessReview body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSubjectAccessReview
|
ApiResponse<V1beta1SubjectAccessReview> |
AuthorizationV1beta1Api.createSubjectAccessReviewWithHttpInfo(V1beta1SubjectAccessReview body,
String pretty)
create a SubjectAccessReview
|
ApiResponse<V1SubjectAccessReview> |
AuthorizationV1Api.createSubjectAccessReviewWithHttpInfo(V1SubjectAccessReview body,
String pretty)
create a SubjectAccessReview
|
V1beta1ThirdPartyResource |
ExtensionsV1beta1Api.createThirdPartyResource(V1beta1ThirdPartyResource body,
String pretty)
create a ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createThirdPartyResourceAsync(V1beta1ThirdPartyResource body,
String pretty,
ApiCallback<V1beta1ThirdPartyResource> callback)
(asynchronously)
create a ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createThirdPartyResourceCall(V1beta1ThirdPartyResource body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createThirdPartyResource
|
ApiResponse<V1beta1ThirdPartyResource> |
ExtensionsV1beta1Api.createThirdPartyResourceWithHttpInfo(V1beta1ThirdPartyResource body,
String pretty)
create a ThirdPartyResource
|
V1beta1TokenReview |
AuthenticationV1beta1Api.createTokenReview(V1beta1TokenReview body,
String pretty)
create a TokenReview
|
V1TokenReview |
AuthenticationV1Api.createTokenReview(V1TokenReview body,
String pretty)
create a TokenReview
|
com.squareup.okhttp.Call |
AuthenticationV1beta1Api.createTokenReviewAsync(V1beta1TokenReview body,
String pretty,
ApiCallback<V1beta1TokenReview> callback)
(asynchronously)
create a TokenReview
|
com.squareup.okhttp.Call |
AuthenticationV1Api.createTokenReviewAsync(V1TokenReview body,
String pretty,
ApiCallback<V1TokenReview> callback)
(asynchronously)
create a TokenReview
|
com.squareup.okhttp.Call |
AuthenticationV1beta1Api.createTokenReviewCall(V1beta1TokenReview body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createTokenReview
|
com.squareup.okhttp.Call |
AuthenticationV1Api.createTokenReviewCall(V1TokenReview body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createTokenReview
|
ApiResponse<V1beta1TokenReview> |
AuthenticationV1beta1Api.createTokenReviewWithHttpInfo(V1beta1TokenReview body,
String pretty)
create a TokenReview
|
ApiResponse<V1TokenReview> |
AuthenticationV1Api.createTokenReviewWithHttpInfo(V1TokenReview body,
String pretty)
create a TokenReview
|
V1Status |
CertificatesV1beta1Api.deleteCertificateSigningRequest(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.deleteCertificateSigningRequestAsync(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.deleteCertificateSigningRequestCall(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCertificateSigningRequest
|
ApiResponse<V1Status> |
CertificatesV1beta1Api.deleteCertificateSigningRequestWithHttpInfo(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a CertificateSigningRequest
|
Object |
CustomObjectsApi.deleteClusterCustomObject(String group,
String version,
String plural,
String name,
V1DeleteOptions body,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
Deletes the specified cluster scoped custom object
|
com.squareup.okhttp.Call |
CustomObjectsApi.deleteClusterCustomObjectAsync(String group,
String version,
String plural,
String name,
V1DeleteOptions body,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<Object> callback)
(asynchronously)
Deletes the specified cluster scoped custom object
|
com.squareup.okhttp.Call |
CustomObjectsApi.deleteClusterCustomObjectCall(String group,
String version,
String plural,
String name,
V1DeleteOptions body,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteClusterCustomObject
|
ApiResponse<Object> |
CustomObjectsApi.deleteClusterCustomObjectWithHttpInfo(String group,
String version,
String plural,
String name,
V1DeleteOptions body,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
Deletes the specified cluster scoped custom object
|
V1Status |
RbacAuthorizationV1alpha1Api.deleteClusterRole(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ClusterRole
|
V1Status |
RbacAuthorizationV1beta1Api.deleteClusterRole(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.deleteClusterRoleAsync(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteClusterRoleAsync(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a ClusterRole
|
V1Status |
RbacAuthorizationV1alpha1Api.deleteClusterRoleBinding(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ClusterRoleBinding
|
V1Status |
RbacAuthorizationV1beta1Api.deleteClusterRoleBinding(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.deleteClusterRoleBindingAsync(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteClusterRoleBindingAsync(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.deleteClusterRoleBindingCall(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteClusterRoleBindingCall(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteClusterRoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1alpha1Api.deleteClusterRoleBindingWithHttpInfo(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ClusterRoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1beta1Api.deleteClusterRoleBindingWithHttpInfo(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.deleteClusterRoleCall(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteClusterRoleCall(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteClusterRole
|
ApiResponse<V1Status> |
RbacAuthorizationV1alpha1Api.deleteClusterRoleWithHttpInfo(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ClusterRole
|
ApiResponse<V1Status> |
RbacAuthorizationV1beta1Api.deleteClusterRoleWithHttpInfo(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ClusterRole
|
V1Status |
CertificatesV1beta1Api.deleteCollectionCertificateSigningRequest(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.deleteCollectionCertificateSigningRequestAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.deleteCollectionCertificateSigningRequestCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionCertificateSigningRequest
|
ApiResponse<V1Status> |
CertificatesV1beta1Api.deleteCollectionCertificateSigningRequestWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of CertificateSigningRequest
|
V1Status |
RbacAuthorizationV1alpha1Api.deleteCollectionClusterRole(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ClusterRole
|
V1Status |
RbacAuthorizationV1beta1Api.deleteCollectionClusterRole(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.deleteCollectionClusterRoleAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteCollectionClusterRoleAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of ClusterRole
|
V1Status |
RbacAuthorizationV1alpha1Api.deleteCollectionClusterRoleBinding(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ClusterRoleBinding
|
V1Status |
RbacAuthorizationV1beta1Api.deleteCollectionClusterRoleBinding(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.deleteCollectionClusterRoleBindingAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteCollectionClusterRoleBindingAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.deleteCollectionClusterRoleBindingCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteCollectionClusterRoleBindingCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionClusterRoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1alpha1Api.deleteCollectionClusterRoleBindingWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ClusterRoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1beta1Api.deleteCollectionClusterRoleBindingWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.deleteCollectionClusterRoleCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteCollectionClusterRoleCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionClusterRole
|
ApiResponse<V1Status> |
RbacAuthorizationV1alpha1Api.deleteCollectionClusterRoleWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ClusterRole
|
ApiResponse<V1Status> |
RbacAuthorizationV1beta1Api.deleteCollectionClusterRoleWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ClusterRole
|
V1Status |
CoreV1Api.deleteCollectionNamespacedConfigMap(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedConfigMapAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedConfigMapCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedConfigMap
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedConfigMapWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ConfigMap
|
V1Status |
BatchV2alpha1Api.deleteCollectionNamespacedCronJob(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.deleteCollectionNamespacedCronJobAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.deleteCollectionNamespacedCronJobCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedCronJob
|
ApiResponse<V1Status> |
BatchV2alpha1Api.deleteCollectionNamespacedCronJobWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of CronJob
|
V1Status |
ExtensionsV1beta1Api.deleteCollectionNamespacedDaemonSet(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteCollectionNamespacedDaemonSetAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteCollectionNamespacedDaemonSetCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedDaemonSet
|
ApiResponse<V1Status> |
ExtensionsV1beta1Api.deleteCollectionNamespacedDaemonSetWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of DaemonSet
|
V1Status |
AppsV1beta1Api.deleteCollectionNamespacedDeployment(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Deployment
|
V1Status |
ExtensionsV1beta1Api.deleteCollectionNamespacedDeployment(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteCollectionNamespacedDeploymentAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteCollectionNamespacedDeploymentAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteCollectionNamespacedDeploymentCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedDeployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteCollectionNamespacedDeploymentCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedDeployment
|
ApiResponse<V1Status> |
AppsV1beta1Api.deleteCollectionNamespacedDeploymentWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Deployment
|
ApiResponse<V1Status> |
ExtensionsV1beta1Api.deleteCollectionNamespacedDeploymentWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Deployment
|
V1Status |
CoreV1Api.deleteCollectionNamespacedEndpoints(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedEndpointsAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedEndpointsCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedEndpoints
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedEndpointsWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Endpoints
|
V1Status |
CoreV1Api.deleteCollectionNamespacedEvent(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Event
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedEventAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of Event
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedEventCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedEvent
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedEventWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Event
|
V1Status |
AutoscalingV1Api.deleteCollectionNamespacedHorizontalPodAutoscaler(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of HorizontalPodAutoscaler
|
V1Status |
AutoscalingV2alpha1Api.deleteCollectionNamespacedHorizontalPodAutoscaler(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.deleteCollectionNamespacedHorizontalPodAutoscalerAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.deleteCollectionNamespacedHorizontalPodAutoscalerAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.deleteCollectionNamespacedHorizontalPodAutoscalerCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedHorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.deleteCollectionNamespacedHorizontalPodAutoscalerCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedHorizontalPodAutoscaler
|
ApiResponse<V1Status> |
AutoscalingV1Api.deleteCollectionNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of HorizontalPodAutoscaler
|
ApiResponse<V1Status> |
AutoscalingV2alpha1Api.deleteCollectionNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of HorizontalPodAutoscaler
|
V1Status |
ExtensionsV1beta1Api.deleteCollectionNamespacedIngress(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteCollectionNamespacedIngressAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteCollectionNamespacedIngressCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedIngress
|
ApiResponse<V1Status> |
ExtensionsV1beta1Api.deleteCollectionNamespacedIngressWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Ingress
|
V1Status |
BatchV1Api.deleteCollectionNamespacedJob(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Job
|
com.squareup.okhttp.Call |
BatchV1Api.deleteCollectionNamespacedJobAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of Job
|
com.squareup.okhttp.Call |
BatchV1Api.deleteCollectionNamespacedJobCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedJob
|
ApiResponse<V1Status> |
BatchV1Api.deleteCollectionNamespacedJobWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Job
|
V1Status |
CoreV1Api.deleteCollectionNamespacedLimitRange(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedLimitRangeAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedLimitRangeCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedLimitRange
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedLimitRangeWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of LimitRange
|
V1Status |
ExtensionsV1beta1Api.deleteCollectionNamespacedNetworkPolicy(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteCollectionNamespacedNetworkPolicyAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteCollectionNamespacedNetworkPolicyCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedNetworkPolicy
|
ApiResponse<V1Status> |
ExtensionsV1beta1Api.deleteCollectionNamespacedNetworkPolicyWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of NetworkPolicy
|
V1Status |
CoreV1Api.deleteCollectionNamespacedPersistentVolumeClaim(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedPersistentVolumeClaimAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedPersistentVolumeClaimCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedPersistentVolumeClaim
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedPersistentVolumeClaimWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PersistentVolumeClaim
|
V1Status |
CoreV1Api.deleteCollectionNamespacedPod(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedPodAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of Pod
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedPodCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedPod
|
V1Status |
PolicyV1beta1Api.deleteCollectionNamespacedPodDisruptionBudget(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.deleteCollectionNamespacedPodDisruptionBudgetAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.deleteCollectionNamespacedPodDisruptionBudgetCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedPodDisruptionBudget
|
ApiResponse<V1Status> |
PolicyV1beta1Api.deleteCollectionNamespacedPodDisruptionBudgetWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PodDisruptionBudget
|
V1Status |
SettingsV1alpha1Api.deleteCollectionNamespacedPodPreset(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PodPreset
|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.deleteCollectionNamespacedPodPresetAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of PodPreset
|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.deleteCollectionNamespacedPodPresetCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedPodPreset
|
ApiResponse<V1Status> |
SettingsV1alpha1Api.deleteCollectionNamespacedPodPresetWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PodPreset
|
V1Status |
CoreV1Api.deleteCollectionNamespacedPodTemplate(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedPodTemplateAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedPodTemplateCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedPodTemplate
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedPodTemplateWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PodTemplate
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedPodWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Pod
|
V1Status |
ExtensionsV1beta1Api.deleteCollectionNamespacedReplicaSet(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteCollectionNamespacedReplicaSetAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteCollectionNamespacedReplicaSetCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedReplicaSet
|
ApiResponse<V1Status> |
ExtensionsV1beta1Api.deleteCollectionNamespacedReplicaSetWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ReplicaSet
|
V1Status |
CoreV1Api.deleteCollectionNamespacedReplicationController(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedReplicationControllerAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedReplicationControllerCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedReplicationController
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedReplicationControllerWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ReplicationController
|
V1Status |
CoreV1Api.deleteCollectionNamespacedResourceQuota(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedResourceQuotaAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedResourceQuotaCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedResourceQuota
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedResourceQuotaWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ResourceQuota
|
V1Status |
RbacAuthorizationV1alpha1Api.deleteCollectionNamespacedRole(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Role
|
V1Status |
RbacAuthorizationV1beta1Api.deleteCollectionNamespacedRole(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.deleteCollectionNamespacedRoleAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteCollectionNamespacedRoleAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of Role
|
V1Status |
RbacAuthorizationV1alpha1Api.deleteCollectionNamespacedRoleBinding(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of RoleBinding
|
V1Status |
RbacAuthorizationV1beta1Api.deleteCollectionNamespacedRoleBinding(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.deleteCollectionNamespacedRoleBindingAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteCollectionNamespacedRoleBindingAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.deleteCollectionNamespacedRoleBindingCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteCollectionNamespacedRoleBindingCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedRoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1alpha1Api.deleteCollectionNamespacedRoleBindingWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of RoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1beta1Api.deleteCollectionNamespacedRoleBindingWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.deleteCollectionNamespacedRoleCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteCollectionNamespacedRoleCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedRole
|
ApiResponse<V1Status> |
RbacAuthorizationV1alpha1Api.deleteCollectionNamespacedRoleWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Role
|
ApiResponse<V1Status> |
RbacAuthorizationV1beta1Api.deleteCollectionNamespacedRoleWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Role
|
V1Status |
BatchV2alpha1Api.deleteCollectionNamespacedScheduledJob(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.deleteCollectionNamespacedScheduledJobAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.deleteCollectionNamespacedScheduledJobCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedScheduledJob
|
ApiResponse<V1Status> |
BatchV2alpha1Api.deleteCollectionNamespacedScheduledJobWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ScheduledJob
|
V1Status |
CoreV1Api.deleteCollectionNamespacedSecret(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Secret
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedSecretAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of Secret
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedSecretCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedSecret
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedSecretWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Secret
|
V1Status |
CoreV1Api.deleteCollectionNamespacedServiceAccount(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedServiceAccountAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNamespacedServiceAccountCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedServiceAccount
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNamespacedServiceAccountWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ServiceAccount
|
V1Status |
AppsV1beta1Api.deleteCollectionNamespacedStatefulSet(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteCollectionNamespacedStatefulSetAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteCollectionNamespacedStatefulSetCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedStatefulSet
|
ApiResponse<V1Status> |
AppsV1beta1Api.deleteCollectionNamespacedStatefulSetWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StatefulSet
|
V1Status |
CoreV1Api.deleteCollectionNode(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Node
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNodeAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of Node
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionNodeCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNode
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionNodeWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Node
|
V1Status |
CoreV1Api.deleteCollectionPersistentVolume(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionPersistentVolumeAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.deleteCollectionPersistentVolumeCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionPersistentVolume
|
ApiResponse<V1Status> |
CoreV1Api.deleteCollectionPersistentVolumeWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PersistentVolume
|
V1Status |
ExtensionsV1beta1Api.deleteCollectionPodSecurityPolicy(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteCollectionPodSecurityPolicyAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteCollectionPodSecurityPolicyCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionPodSecurityPolicy
|
ApiResponse<V1Status> |
ExtensionsV1beta1Api.deleteCollectionPodSecurityPolicyWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of PodSecurityPolicy
|
V1Status |
StorageV1beta1Api.deleteCollectionStorageClass(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StorageClass
|
V1Status |
StorageV1Api.deleteCollectionStorageClass(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.deleteCollectionStorageClassAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.deleteCollectionStorageClassAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.deleteCollectionStorageClassCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionStorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.deleteCollectionStorageClassCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionStorageClass
|
ApiResponse<V1Status> |
StorageV1beta1Api.deleteCollectionStorageClassWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StorageClass
|
ApiResponse<V1Status> |
StorageV1Api.deleteCollectionStorageClassWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of StorageClass
|
V1Status |
ExtensionsV1beta1Api.deleteCollectionThirdPartyResource(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteCollectionThirdPartyResourceAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1Status> callback)
(asynchronously)
delete collection of ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteCollectionThirdPartyResourceCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionThirdPartyResource
|
ApiResponse<V1Status> |
ExtensionsV1beta1Api.deleteCollectionThirdPartyResourceWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of ThirdPartyResource
|
V1Status |
CoreV1Api.deleteNamespace(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespaceAsync(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespaceCall(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespace
|
V1Status |
CoreV1Api.deleteNamespacedConfigMap(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedConfigMapAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedConfigMapCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedConfigMap
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespacedConfigMapWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ConfigMap
|
V1Status |
BatchV2alpha1Api.deleteNamespacedCronJob(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.deleteNamespacedCronJobAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.deleteNamespacedCronJobCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedCronJob
|
ApiResponse<V1Status> |
BatchV2alpha1Api.deleteNamespacedCronJobWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a CronJob
|
Object |
CustomObjectsApi.deleteNamespacedCustomObject(String group,
String version,
String namespace,
String plural,
String name,
V1DeleteOptions body,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
Deletes the specified namespace scoped custom object
|
com.squareup.okhttp.Call |
CustomObjectsApi.deleteNamespacedCustomObjectAsync(String group,
String version,
String namespace,
String plural,
String name,
V1DeleteOptions body,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<Object> callback)
(asynchronously)
Deletes the specified namespace scoped custom object
|
com.squareup.okhttp.Call |
CustomObjectsApi.deleteNamespacedCustomObjectCall(String group,
String version,
String namespace,
String plural,
String name,
V1DeleteOptions body,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedCustomObject
|
ApiResponse<Object> |
CustomObjectsApi.deleteNamespacedCustomObjectWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name,
V1DeleteOptions body,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
Deletes the specified namespace scoped custom object
|
V1Status |
ExtensionsV1beta1Api.deleteNamespacedDaemonSet(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteNamespacedDaemonSetAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteNamespacedDaemonSetCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedDaemonSet
|
ApiResponse<V1Status> |
ExtensionsV1beta1Api.deleteNamespacedDaemonSetWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a DaemonSet
|
V1Status |
AppsV1beta1Api.deleteNamespacedDeployment(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Deployment
|
V1Status |
ExtensionsV1beta1Api.deleteNamespacedDeployment(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteNamespacedDeploymentAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteNamespacedDeploymentAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteNamespacedDeploymentCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedDeployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteNamespacedDeploymentCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedDeployment
|
ApiResponse<V1Status> |
AppsV1beta1Api.deleteNamespacedDeploymentWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Deployment
|
ApiResponse<V1Status> |
ExtensionsV1beta1Api.deleteNamespacedDeploymentWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Deployment
|
V1Status |
CoreV1Api.deleteNamespacedEndpoints(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedEndpointsAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedEndpointsCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedEndpoints
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespacedEndpointsWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete Endpoints
|
V1Status |
CoreV1Api.deleteNamespacedEvent(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete an Event
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedEventAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete an Event
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedEventCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedEvent
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespacedEventWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete an Event
|
V1Status |
AutoscalingV1Api.deleteNamespacedHorizontalPodAutoscaler(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a HorizontalPodAutoscaler
|
V1Status |
AutoscalingV2alpha1Api.deleteNamespacedHorizontalPodAutoscaler(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.deleteNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.deleteNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.deleteNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedHorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.deleteNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedHorizontalPodAutoscaler
|
ApiResponse<V1Status> |
AutoscalingV1Api.deleteNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a HorizontalPodAutoscaler
|
ApiResponse<V1Status> |
AutoscalingV2alpha1Api.deleteNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a HorizontalPodAutoscaler
|
V1Status |
ExtensionsV1beta1Api.deleteNamespacedIngress(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete an Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteNamespacedIngressAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete an Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteNamespacedIngressCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedIngress
|
ApiResponse<V1Status> |
ExtensionsV1beta1Api.deleteNamespacedIngressWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete an Ingress
|
V1Status |
BatchV1Api.deleteNamespacedJob(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Job
|
com.squareup.okhttp.Call |
BatchV1Api.deleteNamespacedJobAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a Job
|
com.squareup.okhttp.Call |
BatchV1Api.deleteNamespacedJobCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedJob
|
ApiResponse<V1Status> |
BatchV1Api.deleteNamespacedJobWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Job
|
V1Status |
CoreV1Api.deleteNamespacedLimitRange(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedLimitRangeAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedLimitRangeCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedLimitRange
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespacedLimitRangeWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a LimitRange
|
V1Status |
ExtensionsV1beta1Api.deleteNamespacedNetworkPolicy(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteNamespacedNetworkPolicyAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteNamespacedNetworkPolicyCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedNetworkPolicy
|
ApiResponse<V1Status> |
ExtensionsV1beta1Api.deleteNamespacedNetworkPolicyWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a NetworkPolicy
|
V1Status |
CoreV1Api.deleteNamespacedPersistentVolumeClaim(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedPersistentVolumeClaimAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedPersistentVolumeClaimCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedPersistentVolumeClaim
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespacedPersistentVolumeClaimWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PersistentVolumeClaim
|
V1Status |
CoreV1Api.deleteNamespacedPod(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Pod
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedPodAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a Pod
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedPodCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedPod
|
V1Status |
PolicyV1beta1Api.deleteNamespacedPodDisruptionBudget(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.deleteNamespacedPodDisruptionBudgetAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.deleteNamespacedPodDisruptionBudgetCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedPodDisruptionBudget
|
ApiResponse<V1Status> |
PolicyV1beta1Api.deleteNamespacedPodDisruptionBudgetWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PodDisruptionBudget
|
V1Status |
SettingsV1alpha1Api.deleteNamespacedPodPreset(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PodPreset
|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.deleteNamespacedPodPresetAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a PodPreset
|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.deleteNamespacedPodPresetCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedPodPreset
|
ApiResponse<V1Status> |
SettingsV1alpha1Api.deleteNamespacedPodPresetWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PodPreset
|
V1Status |
CoreV1Api.deleteNamespacedPodTemplate(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedPodTemplateAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedPodTemplateCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedPodTemplate
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespacedPodTemplateWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PodTemplate
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespacedPodWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Pod
|
V1Status |
ExtensionsV1beta1Api.deleteNamespacedReplicaSet(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteNamespacedReplicaSetAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteNamespacedReplicaSetCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedReplicaSet
|
ApiResponse<V1Status> |
ExtensionsV1beta1Api.deleteNamespacedReplicaSetWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ReplicaSet
|
V1Status |
CoreV1Api.deleteNamespacedReplicationController(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedReplicationControllerAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedReplicationControllerCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedReplicationController
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespacedReplicationControllerWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ReplicationController
|
V1Status |
CoreV1Api.deleteNamespacedResourceQuota(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedResourceQuotaAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedResourceQuotaCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedResourceQuota
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ResourceQuota
|
V1Status |
RbacAuthorizationV1alpha1Api.deleteNamespacedRole(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Role
|
V1Status |
RbacAuthorizationV1beta1Api.deleteNamespacedRole(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.deleteNamespacedRoleAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteNamespacedRoleAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a Role
|
V1Status |
RbacAuthorizationV1alpha1Api.deleteNamespacedRoleBinding(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a RoleBinding
|
V1Status |
RbacAuthorizationV1beta1Api.deleteNamespacedRoleBinding(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.deleteNamespacedRoleBindingAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteNamespacedRoleBindingAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.deleteNamespacedRoleBindingCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteNamespacedRoleBindingCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedRoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1alpha1Api.deleteNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a RoleBinding
|
ApiResponse<V1Status> |
RbacAuthorizationV1beta1Api.deleteNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.deleteNamespacedRoleCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.deleteNamespacedRoleCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedRole
|
ApiResponse<V1Status> |
RbacAuthorizationV1alpha1Api.deleteNamespacedRoleWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Role
|
ApiResponse<V1Status> |
RbacAuthorizationV1beta1Api.deleteNamespacedRoleWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Role
|
V1Status |
BatchV2alpha1Api.deleteNamespacedScheduledJob(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.deleteNamespacedScheduledJobAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.deleteNamespacedScheduledJobCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedScheduledJob
|
ApiResponse<V1Status> |
BatchV2alpha1Api.deleteNamespacedScheduledJobWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ScheduledJob
|
V1Status |
CoreV1Api.deleteNamespacedSecret(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Secret
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedSecretAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a Secret
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedSecretCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedSecret
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespacedSecretWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Secret
|
V1Status |
CoreV1Api.deleteNamespacedService(String name,
String namespace,
String pretty)
delete a Service
|
V1Status |
CoreV1Api.deleteNamespacedServiceAccount(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedServiceAccountAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedServiceAccountCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedServiceAccount
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespacedServiceAccountWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedServiceAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Status> callback)
(asynchronously)
delete a Service
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNamespacedServiceCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedService
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespacedServiceWithHttpInfo(String name,
String namespace,
String pretty)
delete a Service
|
V1Status |
AppsV1beta1Api.deleteNamespacedStatefulSet(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteNamespacedStatefulSetAsync(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.deleteNamespacedStatefulSetCall(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedStatefulSet
|
ApiResponse<V1Status> |
AppsV1beta1Api.deleteNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StatefulSet
|
ApiResponse<V1Status> |
CoreV1Api.deleteNamespaceWithHttpInfo(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Namespace
|
V1Status |
CoreV1Api.deleteNode(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Node
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNodeAsync(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a Node
|
com.squareup.okhttp.Call |
CoreV1Api.deleteNodeCall(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNode
|
ApiResponse<V1Status> |
CoreV1Api.deleteNodeWithHttpInfo(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Node
|
V1Status |
CoreV1Api.deletePersistentVolume(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.deletePersistentVolumeAsync(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.deletePersistentVolumeCall(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deletePersistentVolume
|
ApiResponse<V1Status> |
CoreV1Api.deletePersistentVolumeWithHttpInfo(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PersistentVolume
|
V1Status |
ExtensionsV1beta1Api.deletePodSecurityPolicy(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deletePodSecurityPolicyAsync(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deletePodSecurityPolicyCall(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deletePodSecurityPolicy
|
ApiResponse<V1Status> |
ExtensionsV1beta1Api.deletePodSecurityPolicyWithHttpInfo(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a PodSecurityPolicy
|
V1Status |
StorageV1beta1Api.deleteStorageClass(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StorageClass
|
V1Status |
StorageV1Api.deleteStorageClass(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.deleteStorageClassAsync(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.deleteStorageClassAsync(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.deleteStorageClassCall(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteStorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.deleteStorageClassCall(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteStorageClass
|
ApiResponse<V1Status> |
StorageV1beta1Api.deleteStorageClassWithHttpInfo(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StorageClass
|
ApiResponse<V1Status> |
StorageV1Api.deleteStorageClassWithHttpInfo(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a StorageClass
|
V1Status |
ExtensionsV1beta1Api.deleteThirdPartyResource(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteThirdPartyResourceAsync(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<V1Status> callback)
(asynchronously)
delete a ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.deleteThirdPartyResourceCall(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteThirdPartyResource
|
ApiResponse<V1Status> |
ExtensionsV1beta1Api.deleteThirdPartyResourceWithHttpInfo(String name,
V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a ThirdPartyResource
|
V1APIGroup |
AuthorizationApi.getAPIGroup()
get information of a group
|
V1APIGroup |
PolicyApi.getAPIGroup()
get information of a group
|
V1APIGroup |
RbacAuthorizationApi.getAPIGroup()
get information of a group
|
V1APIGroup |
AppsApi.getAPIGroup()
get information of a group
|
V1APIGroup |
AuthenticationApi.getAPIGroup()
get information of a group
|
V1APIGroup |
ExtensionsApi.getAPIGroup()
get information of a group
|
V1APIGroup |
BatchApi.getAPIGroup()
get information of a group
|
V1APIGroup |
SettingsApi.getAPIGroup()
get information of a group
|
V1APIGroup |
CertificatesApi.getAPIGroup()
get information of a group
|
V1APIGroup |
StorageApi.getAPIGroup()
get information of a group
|
V1APIGroup |
AutoscalingApi.getAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
AuthorizationApi.getAPIGroupAsync(ApiCallback<V1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
PolicyApi.getAPIGroupAsync(ApiCallback<V1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
RbacAuthorizationApi.getAPIGroupAsync(ApiCallback<V1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
AppsApi.getAPIGroupAsync(ApiCallback<V1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
AuthenticationApi.getAPIGroupAsync(ApiCallback<V1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
ExtensionsApi.getAPIGroupAsync(ApiCallback<V1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
BatchApi.getAPIGroupAsync(ApiCallback<V1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
SettingsApi.getAPIGroupAsync(ApiCallback<V1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
CertificatesApi.getAPIGroupAsync(ApiCallback<V1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
StorageApi.getAPIGroupAsync(ApiCallback<V1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
AutoscalingApi.getAPIGroupAsync(ApiCallback<V1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
AuthorizationApi.getAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroup
|
com.squareup.okhttp.Call |
PolicyApi.getAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroup
|
com.squareup.okhttp.Call |
RbacAuthorizationApi.getAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroup
|
com.squareup.okhttp.Call |
AppsApi.getAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroup
|
com.squareup.okhttp.Call |
AuthenticationApi.getAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroup
|
com.squareup.okhttp.Call |
ExtensionsApi.getAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroup
|
com.squareup.okhttp.Call |
BatchApi.getAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroup
|
com.squareup.okhttp.Call |
SettingsApi.getAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroup
|
com.squareup.okhttp.Call |
CertificatesApi.getAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroup
|
com.squareup.okhttp.Call |
StorageApi.getAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroup
|
com.squareup.okhttp.Call |
AutoscalingApi.getAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroup
|
ApiResponse<V1APIGroup> |
AuthorizationApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
PolicyApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
RbacAuthorizationApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
AppsApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
AuthenticationApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
ExtensionsApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
BatchApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
SettingsApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
CertificatesApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
StorageApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<V1APIGroup> |
AutoscalingApi.getAPIGroupWithHttpInfo()
get information of a group
|
V1APIResourceList |
RbacAuthorizationV1alpha1Api.getAPIResources()
get available resources
|
V1APIResourceList |
AutoscalingV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
SettingsV1alpha1Api.getAPIResources()
get available resources
|
V1APIResourceList |
BatchV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
PolicyV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
AuthenticationV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
BatchV2alpha1Api.getAPIResources()
get available resources
|
V1APIResourceList |
CertificatesV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
RbacAuthorizationV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
AuthorizationV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
AuthenticationV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
AppsV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
StorageV1beta1Api.getAPIResources()
get available resources
|
V1APIResourceList |
AutoscalingV2alpha1Api.getAPIResources()
get available resources
|
V1APIResourceList |
CoreV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
StorageV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
AuthorizationV1Api.getAPIResources()
get available resources
|
V1APIResourceList |
ExtensionsV1beta1Api.getAPIResources()
get available resources
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
AutoscalingV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
BatchV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
AuthenticationV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
AuthorizationV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
AuthenticationV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
AppsV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
StorageV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
CoreV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
StorageV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
AuthorizationV1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.getAPIResourcesAsync(ApiCallback<V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
com.squareup.okhttp.Call |
AutoscalingV1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
com.squareup.okhttp.Call |
BatchV1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
com.squareup.okhttp.Call |
AuthenticationV1beta1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
com.squareup.okhttp.Call |
AuthorizationV1beta1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
com.squareup.okhttp.Call |
AuthenticationV1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
com.squareup.okhttp.Call |
AppsV1beta1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
com.squareup.okhttp.Call |
StorageV1beta1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
com.squareup.okhttp.Call |
CoreV1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
com.squareup.okhttp.Call |
StorageV1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
com.squareup.okhttp.Call |
AuthorizationV1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
ApiResponse<V1APIResourceList> |
RbacAuthorizationV1alpha1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
AutoscalingV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
SettingsV1alpha1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
BatchV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
PolicyV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
AuthenticationV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
BatchV2alpha1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
CertificatesV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
RbacAuthorizationV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
AuthorizationV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
AuthenticationV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
AppsV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
StorageV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
AutoscalingV2alpha1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
CoreV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
StorageV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
AuthorizationV1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<V1APIResourceList> |
ExtensionsV1beta1Api.getAPIResourcesWithHttpInfo()
get available resources
|
V1APIVersions |
CoreApi.getAPIVersions()
get available API versions
|
V1APIGroupList |
ApisApi.getAPIVersions()
get available API versions
|
com.squareup.okhttp.Call |
ApisApi.getAPIVersionsAsync(ApiCallback<V1APIGroupList> callback)
(asynchronously)
get available API versions
|
com.squareup.okhttp.Call |
CoreApi.getAPIVersionsAsync(ApiCallback<V1APIVersions> callback)
(asynchronously)
get available API versions
|
com.squareup.okhttp.Call |
CoreApi.getAPIVersionsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIVersions
|
com.squareup.okhttp.Call |
ApisApi.getAPIVersionsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIVersions
|
ApiResponse<V1APIVersions> |
CoreApi.getAPIVersionsWithHttpInfo()
get available API versions
|
ApiResponse<V1APIGroupList> |
ApisApi.getAPIVersionsWithHttpInfo()
get available API versions
|
Object |
CustomObjectsApi.getClusterCustomObject(String group,
String version,
String plural,
String name)
Returns a cluster scoped custom object
|
com.squareup.okhttp.Call |
CustomObjectsApi.getClusterCustomObjectAsync(String group,
String version,
String plural,
String name,
ApiCallback<Object> callback)
(asynchronously)
Returns a cluster scoped custom object
|
com.squareup.okhttp.Call |
CustomObjectsApi.getClusterCustomObjectCall(String group,
String version,
String plural,
String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getClusterCustomObject
|
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
|
com.squareup.okhttp.Call |
VersionApi.getCodeAsync(ApiCallback<VersionInfo> callback)
(asynchronously)
get the code version
|
com.squareup.okhttp.Call |
VersionApi.getCodeCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CustomObjectsApi.getNamespacedCustomObjectAsync(String group,
String version,
String namespace,
String plural,
String name,
ApiCallback<Object> callback)
(asynchronously)
Returns a namespace scoped custom object
|
com.squareup.okhttp.Call |
CustomObjectsApi.getNamespacedCustomObjectCall(String group,
String version,
String namespace,
String plural,
String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getNamespacedCustomObject
|
ApiResponse<Object> |
CustomObjectsApi.getNamespacedCustomObjectWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name)
Returns a namespace scoped custom object
|
V1beta1CertificateSigningRequestList |
CertificatesV1beta1Api.listCertificateSigningRequest(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.listCertificateSigningRequestAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1CertificateSigningRequestList> callback)
(asynchronously)
list or watch objects of kind CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.listCertificateSigningRequestCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCertificateSigningRequest
|
ApiResponse<V1beta1CertificateSigningRequestList> |
CertificatesV1beta1Api.listCertificateSigningRequestWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CertificateSigningRequest
|
Object |
CustomObjectsApi.listClusterCustomObject(String group,
String version,
String plural,
String pretty,
String labelSelector,
String resourceVersion,
Boolean watch)
list or watch cluster scoped custom objects
|
com.squareup.okhttp.Call |
CustomObjectsApi.listClusterCustomObjectAsync(String group,
String version,
String plural,
String pretty,
String labelSelector,
String resourceVersion,
Boolean watch,
ApiCallback<Object> callback)
(asynchronously)
list or watch cluster scoped custom objects
|
com.squareup.okhttp.Call |
CustomObjectsApi.listClusterCustomObjectCall(String group,
String version,
String plural,
String pretty,
String labelSelector,
String resourceVersion,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listClusterCustomObject
|
ApiResponse<Object> |
CustomObjectsApi.listClusterCustomObjectWithHttpInfo(String group,
String version,
String plural,
String pretty,
String labelSelector,
String resourceVersion,
Boolean watch)
list or watch cluster scoped custom objects
|
V1alpha1ClusterRoleList |
RbacAuthorizationV1alpha1Api.listClusterRole(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRole
|
V1beta1ClusterRoleList |
RbacAuthorizationV1beta1Api.listClusterRole(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.listClusterRoleAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1ClusterRoleList> callback)
(asynchronously)
list or watch objects of kind ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listClusterRoleAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1ClusterRoleList> callback)
(asynchronously)
list or watch objects of kind ClusterRole
|
V1alpha1ClusterRoleBindingList |
RbacAuthorizationV1alpha1Api.listClusterRoleBinding(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRoleBinding
|
V1beta1ClusterRoleBindingList |
RbacAuthorizationV1beta1Api.listClusterRoleBinding(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.listClusterRoleBindingAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1ClusterRoleBindingList> callback)
(asynchronously)
list or watch objects of kind ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listClusterRoleBindingAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1ClusterRoleBindingList> callback)
(asynchronously)
list or watch objects of kind ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.listClusterRoleBindingCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listClusterRoleBindingCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listClusterRoleBinding
|
ApiResponse<V1alpha1ClusterRoleBindingList> |
RbacAuthorizationV1alpha1Api.listClusterRoleBindingWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRoleBinding
|
ApiResponse<V1beta1ClusterRoleBindingList> |
RbacAuthorizationV1beta1Api.listClusterRoleBindingWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.listClusterRoleCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listClusterRoleCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listClusterRole
|
ApiResponse<V1alpha1ClusterRoleList> |
RbacAuthorizationV1alpha1Api.listClusterRoleWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRole
|
ApiResponse<V1beta1ClusterRoleList> |
RbacAuthorizationV1beta1Api.listClusterRoleWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ClusterRole
|
V1ComponentStatusList |
CoreV1Api.listComponentStatus(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list objects of kind ComponentStatus
|
com.squareup.okhttp.Call |
CoreV1Api.listComponentStatusAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ComponentStatusList> callback)
(asynchronously)
list objects of kind ComponentStatus
|
com.squareup.okhttp.Call |
CoreV1Api.listComponentStatusCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listComponentStatus
|
ApiResponse<V1ComponentStatusList> |
CoreV1Api.listComponentStatusWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list objects of kind ComponentStatus
|
V1ConfigMapList |
CoreV1Api.listConfigMapForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.listConfigMapForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ConfigMapList> callback)
(asynchronously)
list or watch objects of kind ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.listConfigMapForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listConfigMapForAllNamespaces
|
ApiResponse<V1ConfigMapList> |
CoreV1Api.listConfigMapForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ConfigMap
|
V2alpha1CronJobList |
BatchV2alpha1Api.listCronJobForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.listCronJobForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V2alpha1CronJobList> callback)
(asynchronously)
list or watch objects of kind CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.listCronJobForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCronJobForAllNamespaces
|
ApiResponse<V2alpha1CronJobList> |
BatchV2alpha1Api.listCronJobForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CronJob
|
V1beta1DaemonSetList |
ExtensionsV1beta1Api.listDaemonSetForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listDaemonSetForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1DaemonSetList> callback)
(asynchronously)
list or watch objects of kind DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listDaemonSetForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listDaemonSetForAllNamespaces
|
ApiResponse<V1beta1DaemonSetList> |
ExtensionsV1beta1Api.listDaemonSetForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
AppsV1beta1DeploymentList |
AppsV1beta1Api.listDeploymentForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
ExtensionsV1beta1DeploymentList |
ExtensionsV1beta1Api.listDeploymentForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listDeploymentForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<AppsV1beta1DeploymentList> callback)
(asynchronously)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listDeploymentForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<ExtensionsV1beta1DeploymentList> callback)
(asynchronously)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listDeploymentForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listDeploymentForAllNamespaces
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listDeploymentForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listDeploymentForAllNamespaces
|
ApiResponse<AppsV1beta1DeploymentList> |
AppsV1beta1Api.listDeploymentForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
ApiResponse<ExtensionsV1beta1DeploymentList> |
ExtensionsV1beta1Api.listDeploymentForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
V1EndpointsList |
CoreV1Api.listEndpointsForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.listEndpointsForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1EndpointsList> callback)
(asynchronously)
list or watch objects of kind Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.listEndpointsForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listEndpointsForAllNamespaces
|
ApiResponse<V1EndpointsList> |
CoreV1Api.listEndpointsForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Endpoints
|
V1EventList |
CoreV1Api.listEventForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
com.squareup.okhttp.Call |
CoreV1Api.listEventForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1EventList> callback)
(asynchronously)
list or watch objects of kind Event
|
com.squareup.okhttp.Call |
CoreV1Api.listEventForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listEventForAllNamespaces
|
ApiResponse<V1EventList> |
CoreV1Api.listEventForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
V1HorizontalPodAutoscalerList |
AutoscalingV1Api.listHorizontalPodAutoscalerForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
V2alpha1HorizontalPodAutoscalerList |
AutoscalingV2alpha1Api.listHorizontalPodAutoscalerForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.listHorizontalPodAutoscalerForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1HorizontalPodAutoscalerList> callback)
(asynchronously)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.listHorizontalPodAutoscalerForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V2alpha1HorizontalPodAutoscalerList> callback)
(asynchronously)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.listHorizontalPodAutoscalerForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listHorizontalPodAutoscalerForAllNamespaces
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.listHorizontalPodAutoscalerForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listHorizontalPodAutoscalerForAllNamespaces
|
ApiResponse<V1HorizontalPodAutoscalerList> |
AutoscalingV1Api.listHorizontalPodAutoscalerForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
ApiResponse<V2alpha1HorizontalPodAutoscalerList> |
AutoscalingV2alpha1Api.listHorizontalPodAutoscalerForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
V1beta1IngressList |
ExtensionsV1beta1Api.listIngressForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listIngressForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1IngressList> callback)
(asynchronously)
list or watch objects of kind Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listIngressForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listIngressForAllNamespaces
|
ApiResponse<V1beta1IngressList> |
ExtensionsV1beta1Api.listIngressForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
V1JobList |
BatchV1Api.listJobForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Job
|
com.squareup.okhttp.Call |
BatchV1Api.listJobForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1JobList> callback)
(asynchronously)
list or watch objects of kind Job
|
com.squareup.okhttp.Call |
BatchV1Api.listJobForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listJobForAllNamespaces
|
ApiResponse<V1JobList> |
BatchV1Api.listJobForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Job
|
V1LimitRangeList |
CoreV1Api.listLimitRangeForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.listLimitRangeForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1LimitRangeList> callback)
(asynchronously)
list or watch objects of kind LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.listLimitRangeForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listLimitRangeForAllNamespaces
|
ApiResponse<V1LimitRangeList> |
CoreV1Api.listLimitRangeForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind LimitRange
|
V1NamespaceList |
CoreV1Api.listNamespace(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespaceAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1NamespaceList> callback)
(asynchronously)
list or watch objects of kind Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespaceCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespace
|
V1ConfigMapList |
CoreV1Api.listNamespacedConfigMap(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedConfigMapAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ConfigMapList> callback)
(asynchronously)
list or watch objects of kind ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedConfigMapCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedConfigMap
|
ApiResponse<V1ConfigMapList> |
CoreV1Api.listNamespacedConfigMapWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ConfigMap
|
V2alpha1CronJobList |
BatchV2alpha1Api.listNamespacedCronJob(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.listNamespacedCronJobAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V2alpha1CronJobList> callback)
(asynchronously)
list or watch objects of kind CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.listNamespacedCronJobCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedCronJob
|
ApiResponse<V2alpha1CronJobList> |
BatchV2alpha1Api.listNamespacedCronJobWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
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 labelSelector,
String resourceVersion,
Boolean watch)
list or watch namespace scoped custom objects
|
com.squareup.okhttp.Call |
CustomObjectsApi.listNamespacedCustomObjectAsync(String group,
String version,
String namespace,
String plural,
String pretty,
String labelSelector,
String resourceVersion,
Boolean watch,
ApiCallback<Object> callback)
(asynchronously)
list or watch namespace scoped custom objects
|
com.squareup.okhttp.Call |
CustomObjectsApi.listNamespacedCustomObjectCall(String group,
String version,
String namespace,
String plural,
String pretty,
String labelSelector,
String resourceVersion,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedCustomObject
|
ApiResponse<Object> |
CustomObjectsApi.listNamespacedCustomObjectWithHttpInfo(String group,
String version,
String namespace,
String plural,
String pretty,
String labelSelector,
String resourceVersion,
Boolean watch)
list or watch namespace scoped custom objects
|
V1beta1DaemonSetList |
ExtensionsV1beta1Api.listNamespacedDaemonSet(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listNamespacedDaemonSetAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1DaemonSetList> callback)
(asynchronously)
list or watch objects of kind DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listNamespacedDaemonSetCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedDaemonSet
|
ApiResponse<V1beta1DaemonSetList> |
ExtensionsV1beta1Api.listNamespacedDaemonSetWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DaemonSet
|
AppsV1beta1DeploymentList |
AppsV1beta1Api.listNamespacedDeployment(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
ExtensionsV1beta1DeploymentList |
ExtensionsV1beta1Api.listNamespacedDeployment(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listNamespacedDeploymentAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<AppsV1beta1DeploymentList> callback)
(asynchronously)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listNamespacedDeploymentAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<ExtensionsV1beta1DeploymentList> callback)
(asynchronously)
list or watch objects of kind Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listNamespacedDeploymentCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedDeployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listNamespacedDeploymentCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedDeployment
|
ApiResponse<AppsV1beta1DeploymentList> |
AppsV1beta1Api.listNamespacedDeploymentWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
ApiResponse<ExtensionsV1beta1DeploymentList> |
ExtensionsV1beta1Api.listNamespacedDeploymentWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Deployment
|
V1EndpointsList |
CoreV1Api.listNamespacedEndpoints(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedEndpointsAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1EndpointsList> callback)
(asynchronously)
list or watch objects of kind Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedEndpointsCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedEndpoints
|
ApiResponse<V1EndpointsList> |
CoreV1Api.listNamespacedEndpointsWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Endpoints
|
V1EventList |
CoreV1Api.listNamespacedEvent(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedEventAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1EventList> callback)
(asynchronously)
list or watch objects of kind Event
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedEventCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedEvent
|
ApiResponse<V1EventList> |
CoreV1Api.listNamespacedEventWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Event
|
V1HorizontalPodAutoscalerList |
AutoscalingV1Api.listNamespacedHorizontalPodAutoscaler(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
V2alpha1HorizontalPodAutoscalerList |
AutoscalingV2alpha1Api.listNamespacedHorizontalPodAutoscaler(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.listNamespacedHorizontalPodAutoscalerAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1HorizontalPodAutoscalerList> callback)
(asynchronously)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.listNamespacedHorizontalPodAutoscalerAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V2alpha1HorizontalPodAutoscalerList> callback)
(asynchronously)
list or watch objects of kind HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.listNamespacedHorizontalPodAutoscalerCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedHorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.listNamespacedHorizontalPodAutoscalerCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedHorizontalPodAutoscaler
|
ApiResponse<V1HorizontalPodAutoscalerList> |
AutoscalingV1Api.listNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
ApiResponse<V2alpha1HorizontalPodAutoscalerList> |
AutoscalingV2alpha1Api.listNamespacedHorizontalPodAutoscalerWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind HorizontalPodAutoscaler
|
V1beta1IngressList |
ExtensionsV1beta1Api.listNamespacedIngress(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listNamespacedIngressAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1IngressList> callback)
(asynchronously)
list or watch objects of kind Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listNamespacedIngressCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedIngress
|
ApiResponse<V1beta1IngressList> |
ExtensionsV1beta1Api.listNamespacedIngressWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Ingress
|
V1JobList |
BatchV1Api.listNamespacedJob(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Job
|
com.squareup.okhttp.Call |
BatchV1Api.listNamespacedJobAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1JobList> callback)
(asynchronously)
list or watch objects of kind Job
|
com.squareup.okhttp.Call |
BatchV1Api.listNamespacedJobCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedJob
|
ApiResponse<V1JobList> |
BatchV1Api.listNamespacedJobWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Job
|
V1LimitRangeList |
CoreV1Api.listNamespacedLimitRange(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedLimitRangeAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1LimitRangeList> callback)
(asynchronously)
list or watch objects of kind LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedLimitRangeCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedLimitRange
|
ApiResponse<V1LimitRangeList> |
CoreV1Api.listNamespacedLimitRangeWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind LimitRange
|
V1beta1NetworkPolicyList |
ExtensionsV1beta1Api.listNamespacedNetworkPolicy(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listNamespacedNetworkPolicyAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1NetworkPolicyList> callback)
(asynchronously)
list or watch objects of kind NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listNamespacedNetworkPolicyCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedNetworkPolicy
|
ApiResponse<V1beta1NetworkPolicyList> |
ExtensionsV1beta1Api.listNamespacedNetworkPolicyWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NetworkPolicy
|
V1PersistentVolumeClaimList |
CoreV1Api.listNamespacedPersistentVolumeClaim(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedPersistentVolumeClaimAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PersistentVolumeClaimList> callback)
(asynchronously)
list or watch objects of kind PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedPersistentVolumeClaimCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedPersistentVolumeClaim
|
ApiResponse<V1PersistentVolumeClaimList> |
CoreV1Api.listNamespacedPersistentVolumeClaimWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PersistentVolumeClaim
|
V1PodList |
CoreV1Api.listNamespacedPod(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Pod
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedPodAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PodList> callback)
(asynchronously)
list or watch objects of kind Pod
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedPodCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedPod
|
V1beta1PodDisruptionBudgetList |
PolicyV1beta1Api.listNamespacedPodDisruptionBudget(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.listNamespacedPodDisruptionBudgetAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1PodDisruptionBudgetList> callback)
(asynchronously)
list or watch objects of kind PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.listNamespacedPodDisruptionBudgetCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedPodDisruptionBudget
|
ApiResponse<V1beta1PodDisruptionBudgetList> |
PolicyV1beta1Api.listNamespacedPodDisruptionBudgetWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodDisruptionBudget
|
V1alpha1PodPresetList |
SettingsV1alpha1Api.listNamespacedPodPreset(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodPreset
|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.listNamespacedPodPresetAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1PodPresetList> callback)
(asynchronously)
list or watch objects of kind PodPreset
|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.listNamespacedPodPresetCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedPodPreset
|
ApiResponse<V1alpha1PodPresetList> |
SettingsV1alpha1Api.listNamespacedPodPresetWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodPreset
|
V1PodTemplateList |
CoreV1Api.listNamespacedPodTemplate(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedPodTemplateAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PodTemplateList> callback)
(asynchronously)
list or watch objects of kind PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedPodTemplateCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedPodTemplate
|
ApiResponse<V1PodTemplateList> |
CoreV1Api.listNamespacedPodTemplateWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodTemplate
|
ApiResponse<V1PodList> |
CoreV1Api.listNamespacedPodWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Pod
|
V1beta1ReplicaSetList |
ExtensionsV1beta1Api.listNamespacedReplicaSet(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listNamespacedReplicaSetAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1ReplicaSetList> callback)
(asynchronously)
list or watch objects of kind ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listNamespacedReplicaSetCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedReplicaSet
|
ApiResponse<V1beta1ReplicaSetList> |
ExtensionsV1beta1Api.listNamespacedReplicaSetWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
V1ReplicationControllerList |
CoreV1Api.listNamespacedReplicationController(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedReplicationControllerAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ReplicationControllerList> callback)
(asynchronously)
list or watch objects of kind ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedReplicationControllerCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedReplicationController
|
ApiResponse<V1ReplicationControllerList> |
CoreV1Api.listNamespacedReplicationControllerWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicationController
|
V1ResourceQuotaList |
CoreV1Api.listNamespacedResourceQuota(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedResourceQuotaAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ResourceQuotaList> callback)
(asynchronously)
list or watch objects of kind ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedResourceQuotaCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedResourceQuota
|
ApiResponse<V1ResourceQuotaList> |
CoreV1Api.listNamespacedResourceQuotaWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ResourceQuota
|
V1alpha1RoleList |
RbacAuthorizationV1alpha1Api.listNamespacedRole(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
V1beta1RoleList |
RbacAuthorizationV1beta1Api.listNamespacedRole(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.listNamespacedRoleAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1RoleList> callback)
(asynchronously)
list or watch objects of kind Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listNamespacedRoleAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1RoleList> callback)
(asynchronously)
list or watch objects of kind Role
|
V1alpha1RoleBindingList |
RbacAuthorizationV1alpha1Api.listNamespacedRoleBinding(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
V1beta1RoleBindingList |
RbacAuthorizationV1beta1Api.listNamespacedRoleBinding(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.listNamespacedRoleBindingAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1RoleBindingList> callback)
(asynchronously)
list or watch objects of kind RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listNamespacedRoleBindingAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1RoleBindingList> callback)
(asynchronously)
list or watch objects of kind RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.listNamespacedRoleBindingCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listNamespacedRoleBindingCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedRoleBinding
|
ApiResponse<V1alpha1RoleBindingList> |
RbacAuthorizationV1alpha1Api.listNamespacedRoleBindingWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
ApiResponse<V1beta1RoleBindingList> |
RbacAuthorizationV1beta1Api.listNamespacedRoleBindingWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.listNamespacedRoleCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listNamespacedRoleCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedRole
|
ApiResponse<V1alpha1RoleList> |
RbacAuthorizationV1alpha1Api.listNamespacedRoleWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
ApiResponse<V1beta1RoleList> |
RbacAuthorizationV1beta1Api.listNamespacedRoleWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
V2alpha1CronJobList |
BatchV2alpha1Api.listNamespacedScheduledJob(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.listNamespacedScheduledJobAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V2alpha1CronJobList> callback)
(asynchronously)
list or watch objects of kind ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.listNamespacedScheduledJobCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedScheduledJob
|
ApiResponse<V2alpha1CronJobList> |
BatchV2alpha1Api.listNamespacedScheduledJobWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ScheduledJob
|
V1SecretList |
CoreV1Api.listNamespacedSecret(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Secret
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedSecretAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1SecretList> callback)
(asynchronously)
list or watch objects of kind Secret
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedSecretCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedSecret
|
ApiResponse<V1SecretList> |
CoreV1Api.listNamespacedSecretWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Secret
|
V1ServiceList |
CoreV1Api.listNamespacedService(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Service
|
V1ServiceAccountList |
CoreV1Api.listNamespacedServiceAccount(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedServiceAccountAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ServiceAccountList> callback)
(asynchronously)
list or watch objects of kind ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedServiceAccountCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedServiceAccount
|
ApiResponse<V1ServiceAccountList> |
CoreV1Api.listNamespacedServiceAccountWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedServiceAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ServiceList> callback)
(asynchronously)
list or watch objects of kind Service
|
com.squareup.okhttp.Call |
CoreV1Api.listNamespacedServiceCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedService
|
ApiResponse<V1ServiceList> |
CoreV1Api.listNamespacedServiceWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Service
|
V1beta1StatefulSetList |
AppsV1beta1Api.listNamespacedStatefulSet(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listNamespacedStatefulSetAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1StatefulSetList> callback)
(asynchronously)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listNamespacedStatefulSetCall(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedStatefulSet
|
ApiResponse<V1beta1StatefulSetList> |
AppsV1beta1Api.listNamespacedStatefulSetWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
ApiResponse<V1NamespaceList> |
CoreV1Api.listNamespaceWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Namespace
|
V1beta1NetworkPolicyList |
ExtensionsV1beta1Api.listNetworkPolicyForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listNetworkPolicyForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1NetworkPolicyList> callback)
(asynchronously)
list or watch objects of kind NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listNetworkPolicyForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNetworkPolicyForAllNamespaces
|
ApiResponse<V1beta1NetworkPolicyList> |
ExtensionsV1beta1Api.listNetworkPolicyForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind NetworkPolicy
|
V1NodeList |
CoreV1Api.listNode(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Node
|
com.squareup.okhttp.Call |
CoreV1Api.listNodeAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1NodeList> callback)
(asynchronously)
list or watch objects of kind Node
|
com.squareup.okhttp.Call |
CoreV1Api.listNodeCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNode
|
ApiResponse<V1NodeList> |
CoreV1Api.listNodeWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Node
|
V1PersistentVolumeList |
CoreV1Api.listPersistentVolume(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.listPersistentVolumeAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PersistentVolumeList> callback)
(asynchronously)
list or watch objects of kind PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.listPersistentVolumeCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listPersistentVolume
|
V1PersistentVolumeClaimList |
CoreV1Api.listPersistentVolumeClaimForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.listPersistentVolumeClaimForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PersistentVolumeClaimList> callback)
(asynchronously)
list or watch objects of kind PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.listPersistentVolumeClaimForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listPersistentVolumeClaimForAllNamespaces
|
ApiResponse<V1PersistentVolumeClaimList> |
CoreV1Api.listPersistentVolumeClaimForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PersistentVolumeClaim
|
ApiResponse<V1PersistentVolumeList> |
CoreV1Api.listPersistentVolumeWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PersistentVolume
|
V1beta1PodDisruptionBudgetList |
PolicyV1beta1Api.listPodDisruptionBudgetForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.listPodDisruptionBudgetForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1PodDisruptionBudgetList> callback)
(asynchronously)
list or watch objects of kind PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.listPodDisruptionBudgetForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listPodDisruptionBudgetForAllNamespaces
|
ApiResponse<V1beta1PodDisruptionBudgetList> |
PolicyV1beta1Api.listPodDisruptionBudgetForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodDisruptionBudget
|
V1PodList |
CoreV1Api.listPodForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Pod
|
com.squareup.okhttp.Call |
CoreV1Api.listPodForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PodList> callback)
(asynchronously)
list or watch objects of kind Pod
|
com.squareup.okhttp.Call |
CoreV1Api.listPodForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listPodForAllNamespaces
|
ApiResponse<V1PodList> |
CoreV1Api.listPodForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Pod
|
V1alpha1PodPresetList |
SettingsV1alpha1Api.listPodPresetForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodPreset
|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.listPodPresetForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1PodPresetList> callback)
(asynchronously)
list or watch objects of kind PodPreset
|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.listPodPresetForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listPodPresetForAllNamespaces
|
ApiResponse<V1alpha1PodPresetList> |
SettingsV1alpha1Api.listPodPresetForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodPreset
|
V1beta1PodSecurityPolicyList |
ExtensionsV1beta1Api.listPodSecurityPolicy(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listPodSecurityPolicyAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1PodSecurityPolicyList> callback)
(asynchronously)
list or watch objects of kind PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listPodSecurityPolicyCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listPodSecurityPolicy
|
ApiResponse<V1beta1PodSecurityPolicyList> |
ExtensionsV1beta1Api.listPodSecurityPolicyWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodSecurityPolicy
|
V1PodTemplateList |
CoreV1Api.listPodTemplateForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.listPodTemplateForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PodTemplateList> callback)
(asynchronously)
list or watch objects of kind PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.listPodTemplateForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listPodTemplateForAllNamespaces
|
ApiResponse<V1PodTemplateList> |
CoreV1Api.listPodTemplateForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodTemplate
|
V1beta1ReplicaSetList |
ExtensionsV1beta1Api.listReplicaSetForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listReplicaSetForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1ReplicaSetList> callback)
(asynchronously)
list or watch objects of kind ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listReplicaSetForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listReplicaSetForAllNamespaces
|
ApiResponse<V1beta1ReplicaSetList> |
ExtensionsV1beta1Api.listReplicaSetForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicaSet
|
V1ReplicationControllerList |
CoreV1Api.listReplicationControllerForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.listReplicationControllerForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ReplicationControllerList> callback)
(asynchronously)
list or watch objects of kind ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.listReplicationControllerForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listReplicationControllerForAllNamespaces
|
ApiResponse<V1ReplicationControllerList> |
CoreV1Api.listReplicationControllerForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ReplicationController
|
V1ResourceQuotaList |
CoreV1Api.listResourceQuotaForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.listResourceQuotaForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ResourceQuotaList> callback)
(asynchronously)
list or watch objects of kind ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.listResourceQuotaForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listResourceQuotaForAllNamespaces
|
ApiResponse<V1ResourceQuotaList> |
CoreV1Api.listResourceQuotaForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ResourceQuota
|
V1alpha1RoleBindingList |
RbacAuthorizationV1alpha1Api.listRoleBindingForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
V1beta1RoleBindingList |
RbacAuthorizationV1beta1Api.listRoleBindingForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.listRoleBindingForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1RoleBindingList> callback)
(asynchronously)
list or watch objects of kind RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listRoleBindingForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1RoleBindingList> callback)
(asynchronously)
list or watch objects of kind RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.listRoleBindingForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRoleBindingForAllNamespaces
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listRoleBindingForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRoleBindingForAllNamespaces
|
ApiResponse<V1alpha1RoleBindingList> |
RbacAuthorizationV1alpha1Api.listRoleBindingForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
ApiResponse<V1beta1RoleBindingList> |
RbacAuthorizationV1beta1Api.listRoleBindingForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind RoleBinding
|
V1alpha1RoleList |
RbacAuthorizationV1alpha1Api.listRoleForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
V1beta1RoleList |
RbacAuthorizationV1beta1Api.listRoleForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.listRoleForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1RoleList> callback)
(asynchronously)
list or watch objects of kind Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listRoleForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1RoleList> callback)
(asynchronously)
list or watch objects of kind Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.listRoleForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRoleForAllNamespaces
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.listRoleForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRoleForAllNamespaces
|
ApiResponse<V1alpha1RoleList> |
RbacAuthorizationV1alpha1Api.listRoleForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
ApiResponse<V1beta1RoleList> |
RbacAuthorizationV1beta1Api.listRoleForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Role
|
V2alpha1CronJobList |
BatchV2alpha1Api.listScheduledJobForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.listScheduledJobForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V2alpha1CronJobList> callback)
(asynchronously)
list or watch objects of kind ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.listScheduledJobForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listScheduledJobForAllNamespaces
|
ApiResponse<V2alpha1CronJobList> |
BatchV2alpha1Api.listScheduledJobForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ScheduledJob
|
V1SecretList |
CoreV1Api.listSecretForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Secret
|
com.squareup.okhttp.Call |
CoreV1Api.listSecretForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1SecretList> callback)
(asynchronously)
list or watch objects of kind Secret
|
com.squareup.okhttp.Call |
CoreV1Api.listSecretForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listSecretForAllNamespaces
|
ApiResponse<V1SecretList> |
CoreV1Api.listSecretForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Secret
|
V1ServiceAccountList |
CoreV1Api.listServiceAccountForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.listServiceAccountForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ServiceAccountList> callback)
(asynchronously)
list or watch objects of kind ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.listServiceAccountForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listServiceAccountForAllNamespaces
|
ApiResponse<V1ServiceAccountList> |
CoreV1Api.listServiceAccountForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ServiceAccount
|
V1ServiceList |
CoreV1Api.listServiceForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Service
|
com.squareup.okhttp.Call |
CoreV1Api.listServiceForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ServiceList> callback)
(asynchronously)
list or watch objects of kind Service
|
com.squareup.okhttp.Call |
CoreV1Api.listServiceForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listServiceForAllNamespaces
|
ApiResponse<V1ServiceList> |
CoreV1Api.listServiceForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Service
|
V1beta1StatefulSetList |
AppsV1beta1Api.listStatefulSetForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listStatefulSetForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1StatefulSetList> callback)
(asynchronously)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listStatefulSetForAllNamespacesCall(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listStatefulSetForAllNamespaces
|
ApiResponse<V1beta1StatefulSetList> |
AppsV1beta1Api.listStatefulSetForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
V1beta1StorageClassList |
StorageV1beta1Api.listStorageClass(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StorageClass
|
V1StorageClassList |
StorageV1Api.listStorageClass(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.listStorageClassAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1StorageClassList> callback)
(asynchronously)
list or watch objects of kind StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.listStorageClassAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1StorageClassList> callback)
(asynchronously)
list or watch objects of kind StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.listStorageClassCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listStorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.listStorageClassCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listStorageClass
|
ApiResponse<V1beta1StorageClassList> |
StorageV1beta1Api.listStorageClassWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StorageClass
|
ApiResponse<V1StorageClassList> |
StorageV1Api.listStorageClassWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StorageClass
|
V1beta1ThirdPartyResourceList |
ExtensionsV1beta1Api.listThirdPartyResource(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listThirdPartyResourceAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1ThirdPartyResourceList> callback)
(asynchronously)
list or watch objects of kind ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listThirdPartyResourceCall(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listThirdPartyResource
|
ApiResponse<V1beta1ThirdPartyResourceList> |
ExtensionsV1beta1Api.listThirdPartyResourceWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ThirdPartyResource
|
void |
LogsApi.logFileHandler(String logpath) |
com.squareup.okhttp.Call |
LogsApi.logFileHandlerAsync(String logpath,
ApiCallback<Void> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
LogsApi.logFileHandlerCall(String logpath,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for logFileHandler
|
ApiResponse<Void> |
LogsApi.logFileHandlerWithHttpInfo(String logpath) |
void |
LogsApi.logFileListHandler() |
com.squareup.okhttp.Call |
LogsApi.logFileListHandlerAsync(ApiCallback<Void> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
LogsApi.logFileListHandlerCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for logFileListHandler
|
ApiResponse<Void> |
LogsApi.logFileListHandlerWithHttpInfo() |
V1beta1CertificateSigningRequest |
CertificatesV1beta1Api.patchCertificateSigningRequest(String name,
Object body,
String pretty)
partially update the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.patchCertificateSigningRequestAsync(String name,
Object body,
String pretty,
ApiCallback<V1beta1CertificateSigningRequest> callback)
(asynchronously)
partially update the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.patchCertificateSigningRequestCall(String name,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchCertificateSigningRequest
|
ApiResponse<V1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.patchCertificateSigningRequestWithHttpInfo(String name,
Object body,
String pretty)
partially update the specified CertificateSigningRequest
|
V1alpha1ClusterRole |
RbacAuthorizationV1alpha1Api.patchClusterRole(String name,
Object body,
String pretty)
partially update the specified ClusterRole
|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.patchClusterRole(String name,
Object body,
String pretty)
partially update the specified ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.patchClusterRoleAsync(String name,
Object body,
String pretty,
ApiCallback<V1alpha1ClusterRole> callback)
(asynchronously)
partially update the specified ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.patchClusterRoleAsync(String name,
Object body,
String pretty,
ApiCallback<V1beta1ClusterRole> callback)
(asynchronously)
partially update the specified ClusterRole
|
V1alpha1ClusterRoleBinding |
RbacAuthorizationV1alpha1Api.patchClusterRoleBinding(String name,
Object body,
String pretty)
partially update the specified ClusterRoleBinding
|
V1beta1ClusterRoleBinding |
RbacAuthorizationV1beta1Api.patchClusterRoleBinding(String name,
Object body,
String pretty)
partially update the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.patchClusterRoleBindingAsync(String name,
Object body,
String pretty,
ApiCallback<V1alpha1ClusterRoleBinding> callback)
(asynchronously)
partially update the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.patchClusterRoleBindingAsync(String name,
Object body,
String pretty,
ApiCallback<V1beta1ClusterRoleBinding> callback)
(asynchronously)
partially update the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.patchClusterRoleBindingCall(String name,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.patchClusterRoleBindingCall(String name,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchClusterRoleBinding
|
ApiResponse<V1alpha1ClusterRoleBinding> |
RbacAuthorizationV1alpha1Api.patchClusterRoleBindingWithHttpInfo(String name,
Object body,
String pretty)
partially update the specified ClusterRoleBinding
|
ApiResponse<V1beta1ClusterRoleBinding> |
RbacAuthorizationV1beta1Api.patchClusterRoleBindingWithHttpInfo(String name,
Object body,
String pretty)
partially update the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.patchClusterRoleCall(String name,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.patchClusterRoleCall(String name,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchClusterRole
|
ApiResponse<V1alpha1ClusterRole> |
RbacAuthorizationV1alpha1Api.patchClusterRoleWithHttpInfo(String name,
Object body,
String pretty)
partially update the specified ClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.patchClusterRoleWithHttpInfo(String name,
Object body,
String pretty)
partially update the specified ClusterRole
|
V1Namespace |
CoreV1Api.patchNamespace(String name,
Object body,
String pretty)
partially update the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespaceAsync(String name,
Object body,
String pretty,
ApiCallback<V1Namespace> callback)
(asynchronously)
partially update the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespaceCall(String name,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespace
|
V1ConfigMap |
CoreV1Api.patchNamespacedConfigMap(String name,
String namespace,
Object body,
String pretty)
partially update the specified ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedConfigMapAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1ConfigMap> callback)
(asynchronously)
partially update the specified ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedConfigMapCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedConfigMap
|
ApiResponse<V1ConfigMap> |
CoreV1Api.patchNamespacedConfigMapWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified ConfigMap
|
V2alpha1CronJob |
BatchV2alpha1Api.patchNamespacedCronJob(String name,
String namespace,
Object body,
String pretty)
partially update the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.patchNamespacedCronJobAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
partially update the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.patchNamespacedCronJobCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedCronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.patchNamespacedCronJobStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.patchNamespacedCronJobStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
partially update status of the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.patchNamespacedCronJobStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedCronJobStatus
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.patchNamespacedCronJobStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified CronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.patchNamespacedCronJobWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified CronJob
|
V1beta1DaemonSet |
ExtensionsV1beta1Api.patchNamespacedDaemonSet(String name,
String namespace,
Object body,
String pretty)
partially update the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedDaemonSetAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta1DaemonSet> callback)
(asynchronously)
partially update the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedDaemonSetCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedDaemonSet
|
V1beta1DaemonSet |
ExtensionsV1beta1Api.patchNamespacedDaemonSetStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedDaemonSetStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta1DaemonSet> callback)
(asynchronously)
partially update status of the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedDaemonSetStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedDaemonSetStatus
|
ApiResponse<V1beta1DaemonSet> |
ExtensionsV1beta1Api.patchNamespacedDaemonSetStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified DaemonSet
|
ApiResponse<V1beta1DaemonSet> |
ExtensionsV1beta1Api.patchNamespacedDaemonSetWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified DaemonSet
|
AppsV1beta1Deployment |
AppsV1beta1Api.patchNamespacedDeployment(String name,
String namespace,
Object body,
String pretty)
partially update the specified Deployment
|
ExtensionsV1beta1Deployment |
ExtensionsV1beta1Api.patchNamespacedDeployment(String name,
String namespace,
Object body,
String pretty)
partially update the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchNamespacedDeploymentAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<AppsV1beta1Deployment> callback)
(asynchronously)
partially update the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedDeploymentAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<ExtensionsV1beta1Deployment> callback)
(asynchronously)
partially update the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchNamespacedDeploymentCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedDeployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedDeploymentCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedDeployment
|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.patchNamespacedDeploymentsScale(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Scale
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedDeploymentsScaleAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
partially update scale of the specified Scale
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedDeploymentsScaleCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedDeploymentsScale
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.patchNamespacedDeploymentsScaleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Scale
|
AppsV1beta1Deployment |
AppsV1beta1Api.patchNamespacedDeploymentStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Deployment
|
ExtensionsV1beta1Deployment |
ExtensionsV1beta1Api.patchNamespacedDeploymentStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchNamespacedDeploymentStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<AppsV1beta1Deployment> callback)
(asynchronously)
partially update status of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedDeploymentStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<ExtensionsV1beta1Deployment> callback)
(asynchronously)
partially update status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchNamespacedDeploymentStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedDeploymentStatus
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedDeploymentStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedDeploymentStatus
|
ApiResponse<AppsV1beta1Deployment> |
AppsV1beta1Api.patchNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Deployment
|
ApiResponse<ExtensionsV1beta1Deployment> |
ExtensionsV1beta1Api.patchNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Deployment
|
ApiResponse<AppsV1beta1Deployment> |
AppsV1beta1Api.patchNamespacedDeploymentWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Deployment
|
ApiResponse<ExtensionsV1beta1Deployment> |
ExtensionsV1beta1Api.patchNamespacedDeploymentWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Deployment
|
V1Endpoints |
CoreV1Api.patchNamespacedEndpoints(String name,
String namespace,
Object body,
String pretty)
partially update the specified Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedEndpointsAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Endpoints> callback)
(asynchronously)
partially update the specified Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedEndpointsCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedEndpoints
|
ApiResponse<V1Endpoints> |
CoreV1Api.patchNamespacedEndpointsWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Endpoints
|
V1Event |
CoreV1Api.patchNamespacedEvent(String name,
String namespace,
Object body,
String pretty)
partially update the specified Event
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedEventAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Event> callback)
(asynchronously)
partially update the specified Event
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedEventCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedEvent
|
ApiResponse<V1Event> |
CoreV1Api.patchNamespacedEventWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Event
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscaler(String name,
String namespace,
Object body,
String pretty)
partially update the specified HorizontalPodAutoscaler
|
V2alpha1HorizontalPodAutoscaler |
AutoscalingV2alpha1Api.patchNamespacedHorizontalPodAutoscaler(String name,
String namespace,
Object body,
String pretty)
partially update the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1HorizontalPodAutoscaler> callback)
(asynchronously)
partially update the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.patchNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V2alpha1HorizontalPodAutoscaler> callback)
(asynchronously)
partially update the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedHorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.patchNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedHorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified HorizontalPodAutoscaler
|
V2alpha1HorizontalPodAutoscaler |
AutoscalingV2alpha1Api.patchNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1HorizontalPodAutoscaler> callback)
(asynchronously)
partially update status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.patchNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V2alpha1HorizontalPodAutoscaler> callback)
(asynchronously)
partially update status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedHorizontalPodAutoscalerStatus
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.patchNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<V1HorizontalPodAutoscaler> |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified HorizontalPodAutoscaler
|
ApiResponse<V2alpha1HorizontalPodAutoscaler> |
AutoscalingV2alpha1Api.patchNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified HorizontalPodAutoscaler
|
ApiResponse<V1HorizontalPodAutoscaler> |
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified HorizontalPodAutoscaler
|
ApiResponse<V2alpha1HorizontalPodAutoscaler> |
AutoscalingV2alpha1Api.patchNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified HorizontalPodAutoscaler
|
V1beta1Ingress |
ExtensionsV1beta1Api.patchNamespacedIngress(String name,
String namespace,
Object body,
String pretty)
partially update the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedIngressAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta1Ingress> callback)
(asynchronously)
partially update the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedIngressCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedIngress
|
V1beta1Ingress |
ExtensionsV1beta1Api.patchNamespacedIngressStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedIngressStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta1Ingress> callback)
(asynchronously)
partially update status of the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedIngressStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedIngressStatus
|
ApiResponse<V1beta1Ingress> |
ExtensionsV1beta1Api.patchNamespacedIngressStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Ingress
|
ApiResponse<V1beta1Ingress> |
ExtensionsV1beta1Api.patchNamespacedIngressWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Ingress
|
V1Job |
BatchV1Api.patchNamespacedJob(String name,
String namespace,
Object body,
String pretty)
partially update the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.patchNamespacedJobAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
partially update the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.patchNamespacedJobCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedJob
|
V1Job |
BatchV1Api.patchNamespacedJobStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.patchNamespacedJobStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
partially update status of the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.patchNamespacedJobStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedJobStatus
|
ApiResponse<V1Job> |
BatchV1Api.patchNamespacedJobStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Job
|
ApiResponse<V1Job> |
BatchV1Api.patchNamespacedJobWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Job
|
V1LimitRange |
CoreV1Api.patchNamespacedLimitRange(String name,
String namespace,
Object body,
String pretty)
partially update the specified LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedLimitRangeAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1LimitRange> callback)
(asynchronously)
partially update the specified LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedLimitRangeCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedLimitRange
|
ApiResponse<V1LimitRange> |
CoreV1Api.patchNamespacedLimitRangeWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified LimitRange
|
V1beta1NetworkPolicy |
ExtensionsV1beta1Api.patchNamespacedNetworkPolicy(String name,
String namespace,
Object body,
String pretty)
partially update the specified NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedNetworkPolicyAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta1NetworkPolicy> callback)
(asynchronously)
partially update the specified NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedNetworkPolicyCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedNetworkPolicy
|
ApiResponse<V1beta1NetworkPolicy> |
ExtensionsV1beta1Api.patchNamespacedNetworkPolicyWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified NetworkPolicy
|
V1PersistentVolumeClaim |
CoreV1Api.patchNamespacedPersistentVolumeClaim(String name,
String namespace,
Object body,
String pretty)
partially update the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedPersistentVolumeClaimAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1PersistentVolumeClaim> callback)
(asynchronously)
partially update the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedPersistentVolumeClaimCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedPersistentVolumeClaim
|
V1PersistentVolumeClaim |
CoreV1Api.patchNamespacedPersistentVolumeClaimStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedPersistentVolumeClaimStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1PersistentVolumeClaim> callback)
(asynchronously)
partially update status of the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedPersistentVolumeClaimStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedPersistentVolumeClaimStatus
|
ApiResponse<V1PersistentVolumeClaim> |
CoreV1Api.patchNamespacedPersistentVolumeClaimStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified PersistentVolumeClaim
|
ApiResponse<V1PersistentVolumeClaim> |
CoreV1Api.patchNamespacedPersistentVolumeClaimWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified PersistentVolumeClaim
|
V1Pod |
CoreV1Api.patchNamespacedPod(String name,
String namespace,
Object body,
String pretty)
partially update the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedPodAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Pod> callback)
(asynchronously)
partially update the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedPodCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedPod
|
V1beta1PodDisruptionBudget |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudget(String name,
String namespace,
Object body,
String pretty)
partially update the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta1PodDisruptionBudget> callback)
(asynchronously)
partially update the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedPodDisruptionBudget
|
V1beta1PodDisruptionBudget |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta1PodDisruptionBudget> callback)
(asynchronously)
partially update status of the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedPodDisruptionBudgetStatus
|
ApiResponse<V1beta1PodDisruptionBudget> |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified PodDisruptionBudget
|
ApiResponse<V1beta1PodDisruptionBudget> |
PolicyV1beta1Api.patchNamespacedPodDisruptionBudgetWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified PodDisruptionBudget
|
V1alpha1PodPreset |
SettingsV1alpha1Api.patchNamespacedPodPreset(String name,
String namespace,
Object body,
String pretty)
partially update the specified PodPreset
|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.patchNamespacedPodPresetAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1PodPreset> callback)
(asynchronously)
partially update the specified PodPreset
|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.patchNamespacedPodPresetCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedPodPreset
|
ApiResponse<V1alpha1PodPreset> |
SettingsV1alpha1Api.patchNamespacedPodPresetWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified PodPreset
|
V1Pod |
CoreV1Api.patchNamespacedPodStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedPodStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Pod> callback)
(asynchronously)
partially update status of the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedPodStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedPodStatus
|
ApiResponse<V1Pod> |
CoreV1Api.patchNamespacedPodStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Pod
|
V1PodTemplate |
CoreV1Api.patchNamespacedPodTemplate(String name,
String namespace,
Object body,
String pretty)
partially update the specified PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedPodTemplateAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1PodTemplate> callback)
(asynchronously)
partially update the specified PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedPodTemplateCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedPodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.patchNamespacedPodTemplateWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified PodTemplate
|
ApiResponse<V1Pod> |
CoreV1Api.patchNamespacedPodWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Pod
|
V1beta1ReplicaSet |
ExtensionsV1beta1Api.patchNamespacedReplicaSet(String name,
String namespace,
Object body,
String pretty)
partially update the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedReplicaSetAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta1ReplicaSet> callback)
(asynchronously)
partially update the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedReplicaSetCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedReplicaSet
|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.patchNamespacedReplicasetsScale(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Scale
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedReplicasetsScaleAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
partially update scale of the specified Scale
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedReplicasetsScaleCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedReplicasetsScale
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.patchNamespacedReplicasetsScaleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Scale
|
V1beta1ReplicaSet |
ExtensionsV1beta1Api.patchNamespacedReplicaSetStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedReplicaSetStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta1ReplicaSet> callback)
(asynchronously)
partially update status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedReplicaSetStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedReplicaSetStatus
|
ApiResponse<V1beta1ReplicaSet> |
ExtensionsV1beta1Api.patchNamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified ReplicaSet
|
ApiResponse<V1beta1ReplicaSet> |
ExtensionsV1beta1Api.patchNamespacedReplicaSetWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified ReplicaSet
|
V1ReplicationController |
CoreV1Api.patchNamespacedReplicationController(String name,
String namespace,
Object body,
String pretty)
partially update the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedReplicationControllerAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1ReplicationController> callback)
(asynchronously)
partially update the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedReplicationControllerCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedReplicationController
|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.patchNamespacedReplicationcontrollersScale(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Scale
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedReplicationcontrollersScaleAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
partially update scale of the specified Scale
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchNamespacedReplicationcontrollersScaleCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedReplicationcontrollersScale
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.patchNamespacedReplicationcontrollersScaleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Scale
|
V1ReplicationController |
CoreV1Api.patchNamespacedReplicationControllerStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedReplicationControllerStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1ReplicationController> callback)
(asynchronously)
partially update status of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedReplicationControllerStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedReplicationControllerStatus
|
ApiResponse<V1ReplicationController> |
CoreV1Api.patchNamespacedReplicationControllerStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified ReplicationController
|
ApiResponse<V1ReplicationController> |
CoreV1Api.patchNamespacedReplicationControllerWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified ReplicationController
|
V1ResourceQuota |
CoreV1Api.patchNamespacedResourceQuota(String name,
String namespace,
Object body,
String pretty)
partially update the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedResourceQuotaAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1ResourceQuota> callback)
(asynchronously)
partially update the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedResourceQuotaCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedResourceQuota
|
V1ResourceQuota |
CoreV1Api.patchNamespacedResourceQuotaStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedResourceQuotaStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1ResourceQuota> callback)
(asynchronously)
partially update status of the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedResourceQuotaStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedResourceQuotaStatus
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.patchNamespacedResourceQuotaStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified ResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.patchNamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified ResourceQuota
|
V1alpha1Role |
RbacAuthorizationV1alpha1Api.patchNamespacedRole(String name,
String namespace,
Object body,
String pretty)
partially update the specified Role
|
V1beta1Role |
RbacAuthorizationV1beta1Api.patchNamespacedRole(String name,
String namespace,
Object body,
String pretty)
partially update the specified Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1Role> callback)
(asynchronously)
partially update the specified Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.patchNamespacedRoleAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta1Role> callback)
(asynchronously)
partially update the specified Role
|
V1alpha1RoleBinding |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleBinding(String name,
String namespace,
Object body,
String pretty)
partially update the specified RoleBinding
|
V1beta1RoleBinding |
RbacAuthorizationV1beta1Api.patchNamespacedRoleBinding(String name,
String namespace,
Object body,
String pretty)
partially update the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleBindingAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1RoleBinding> callback)
(asynchronously)
partially update the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.patchNamespacedRoleBindingAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta1RoleBinding> callback)
(asynchronously)
partially update the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleBindingCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.patchNamespacedRoleBindingCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedRoleBinding
|
ApiResponse<V1alpha1RoleBinding> |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified RoleBinding
|
ApiResponse<V1beta1RoleBinding> |
RbacAuthorizationV1beta1Api.patchNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.patchNamespacedRoleCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedRole
|
ApiResponse<V1alpha1Role> |
RbacAuthorizationV1alpha1Api.patchNamespacedRoleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Role
|
ApiResponse<V1beta1Role> |
RbacAuthorizationV1beta1Api.patchNamespacedRoleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Role
|
AppsV1beta1Scale |
AppsV1beta1Api.patchNamespacedScaleScale(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Scale
|
V1Scale |
CoreV1Api.patchNamespacedScaleScale(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Scale
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchNamespacedScaleScaleAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<AppsV1beta1Scale> callback)
(asynchronously)
partially update scale of the specified Scale
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedScaleScaleAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
partially update scale of the specified Scale
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchNamespacedScaleScaleCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedScaleScale
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedScaleScaleCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedScaleScale
|
ApiResponse<AppsV1beta1Scale> |
AppsV1beta1Api.patchNamespacedScaleScaleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Scale
|
ApiResponse<V1Scale> |
CoreV1Api.patchNamespacedScaleScaleWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update scale of the specified Scale
|
V2alpha1CronJob |
BatchV2alpha1Api.patchNamespacedScheduledJob(String name,
String namespace,
Object body,
String pretty)
partially update the specified ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.patchNamespacedScheduledJobAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
partially update the specified ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.patchNamespacedScheduledJobCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedScheduledJob
|
V2alpha1CronJob |
BatchV2alpha1Api.patchNamespacedScheduledJobStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.patchNamespacedScheduledJobStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
partially update status of the specified ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.patchNamespacedScheduledJobStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedScheduledJobStatus
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.patchNamespacedScheduledJobStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified ScheduledJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.patchNamespacedScheduledJobWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified ScheduledJob
|
V1Secret |
CoreV1Api.patchNamespacedSecret(String name,
String namespace,
Object body,
String pretty)
partially update the specified Secret
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedSecretAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Secret> callback)
(asynchronously)
partially update the specified Secret
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedSecretCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedSecret
|
ApiResponse<V1Secret> |
CoreV1Api.patchNamespacedSecretWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Secret
|
V1Service |
CoreV1Api.patchNamespacedService(String name,
String namespace,
Object body,
String pretty)
partially update the specified Service
|
V1ServiceAccount |
CoreV1Api.patchNamespacedServiceAccount(String name,
String namespace,
Object body,
String pretty)
partially update the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedServiceAccountAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1ServiceAccount> callback)
(asynchronously)
partially update the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedServiceAccountCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.patchNamespacedServiceAccountWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedServiceAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Service> callback)
(asynchronously)
partially update the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedServiceCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedService
|
V1Service |
CoreV1Api.patchNamespacedServiceStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedServiceStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Service> callback)
(asynchronously)
partially update status of the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedServiceStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedServiceStatus
|
ApiResponse<V1Service> |
CoreV1Api.patchNamespacedServiceStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Service
|
ApiResponse<V1Service> |
CoreV1Api.patchNamespacedServiceWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Service
|
V1beta1StatefulSet |
AppsV1beta1Api.patchNamespacedStatefulSet(String name,
String namespace,
Object body,
String pretty)
partially update the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchNamespacedStatefulSetAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta1StatefulSet> callback)
(asynchronously)
partially update the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchNamespacedStatefulSetCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedStatefulSet
|
V1beta1StatefulSet |
AppsV1beta1Api.patchNamespacedStatefulSetStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchNamespacedStatefulSetStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1beta1StatefulSet> callback)
(asynchronously)
partially update status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.patchNamespacedStatefulSetStatusCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedStatefulSetStatus
|
ApiResponse<V1beta1StatefulSet> |
AppsV1beta1Api.patchNamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified StatefulSet
|
ApiResponse<V1beta1StatefulSet> |
AppsV1beta1Api.patchNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified StatefulSet
|
V1Namespace |
CoreV1Api.patchNamespaceStatus(String name,
Object body,
String pretty)
partially update status of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespaceStatusAsync(String name,
Object body,
String pretty,
ApiCallback<V1Namespace> callback)
(asynchronously)
partially update status of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespaceStatusCall(String name,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespaceStatus
|
ApiResponse<V1Namespace> |
CoreV1Api.patchNamespaceStatusWithHttpInfo(String name,
Object body,
String pretty)
partially update status of the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.patchNamespaceWithHttpInfo(String name,
Object body,
String pretty)
partially update the specified Namespace
|
V1Node |
CoreV1Api.patchNode(String name,
Object body,
String pretty)
partially update the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.patchNodeAsync(String name,
Object body,
String pretty,
ApiCallback<V1Node> callback)
(asynchronously)
partially update the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.patchNodeCall(String name,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNode
|
V1Node |
CoreV1Api.patchNodeStatus(String name,
Object body,
String pretty)
partially update status of the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.patchNodeStatusAsync(String name,
Object body,
String pretty,
ApiCallback<V1Node> callback)
(asynchronously)
partially update status of the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.patchNodeStatusCall(String name,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNodeStatus
|
ApiResponse<V1Node> |
CoreV1Api.patchNodeStatusWithHttpInfo(String name,
Object body,
String pretty)
partially update status of the specified Node
|
ApiResponse<V1Node> |
CoreV1Api.patchNodeWithHttpInfo(String name,
Object body,
String pretty)
partially update the specified Node
|
V1PersistentVolume |
CoreV1Api.patchPersistentVolume(String name,
Object body,
String pretty)
partially update the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.patchPersistentVolumeAsync(String name,
Object body,
String pretty,
ApiCallback<V1PersistentVolume> callback)
(asynchronously)
partially update the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.patchPersistentVolumeCall(String name,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchPersistentVolume
|
V1PersistentVolume |
CoreV1Api.patchPersistentVolumeStatus(String name,
Object body,
String pretty)
partially update status of the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.patchPersistentVolumeStatusAsync(String name,
Object body,
String pretty,
ApiCallback<V1PersistentVolume> callback)
(asynchronously)
partially update status of the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.patchPersistentVolumeStatusCall(String name,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchPersistentVolumeStatus
|
ApiResponse<V1PersistentVolume> |
CoreV1Api.patchPersistentVolumeStatusWithHttpInfo(String name,
Object body,
String pretty)
partially update status of the specified PersistentVolume
|
ApiResponse<V1PersistentVolume> |
CoreV1Api.patchPersistentVolumeWithHttpInfo(String name,
Object body,
String pretty)
partially update the specified PersistentVolume
|
V1beta1PodSecurityPolicy |
ExtensionsV1beta1Api.patchPodSecurityPolicy(String name,
Object body,
String pretty)
partially update the specified PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchPodSecurityPolicyAsync(String name,
Object body,
String pretty,
ApiCallback<V1beta1PodSecurityPolicy> callback)
(asynchronously)
partially update the specified PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchPodSecurityPolicyCall(String name,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchPodSecurityPolicy
|
ApiResponse<V1beta1PodSecurityPolicy> |
ExtensionsV1beta1Api.patchPodSecurityPolicyWithHttpInfo(String name,
Object body,
String pretty)
partially update the specified PodSecurityPolicy
|
V1beta1StorageClass |
StorageV1beta1Api.patchStorageClass(String name,
Object body,
String pretty)
partially update the specified StorageClass
|
V1StorageClass |
StorageV1Api.patchStorageClass(String name,
Object body,
String pretty)
partially update the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.patchStorageClassAsync(String name,
Object body,
String pretty,
ApiCallback<V1beta1StorageClass> callback)
(asynchronously)
partially update the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.patchStorageClassAsync(String name,
Object body,
String pretty,
ApiCallback<V1StorageClass> callback)
(asynchronously)
partially update the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.patchStorageClassCall(String name,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchStorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.patchStorageClassCall(String name,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchStorageClass
|
ApiResponse<V1beta1StorageClass> |
StorageV1beta1Api.patchStorageClassWithHttpInfo(String name,
Object body,
String pretty)
partially update the specified StorageClass
|
ApiResponse<V1StorageClass> |
StorageV1Api.patchStorageClassWithHttpInfo(String name,
Object body,
String pretty)
partially update the specified StorageClass
|
V1beta1ThirdPartyResource |
ExtensionsV1beta1Api.patchThirdPartyResource(String name,
Object body,
String pretty)
partially update the specified ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchThirdPartyResourceAsync(String name,
Object body,
String pretty,
ApiCallback<V1beta1ThirdPartyResource> callback)
(asynchronously)
partially update the specified ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchThirdPartyResourceCall(String name,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchThirdPartyResource
|
ApiResponse<V1beta1ThirdPartyResource> |
ExtensionsV1beta1Api.patchThirdPartyResourceWithHttpInfo(String name,
Object body,
String pretty)
partially update the specified ThirdPartyResource
|
String |
CoreV1Api.proxyDELETENamespacedPod(String name,
String namespace)
proxy DELETE requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyDELETENamespacedPodAsync(String name,
String namespace,
ApiCallback<String> callback)
(asynchronously)
proxy DELETE requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyDELETENamespacedPodCall(String name,
String namespace,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyDELETENamespacedPod
|
ApiResponse<String> |
CoreV1Api.proxyDELETENamespacedPodWithHttpInfo(String name,
String namespace)
proxy DELETE requests to Pod
|
String |
CoreV1Api.proxyDELETENamespacedPodWithPath(String name,
String namespace,
String path)
proxy DELETE requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyDELETENamespacedPodWithPathAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy DELETE requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyDELETENamespacedPodWithPathCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyDELETENamespacedPodWithPath
|
ApiResponse<String> |
CoreV1Api.proxyDELETENamespacedPodWithPathWithHttpInfo(String name,
String namespace,
String path)
proxy DELETE requests to Pod
|
String |
CoreV1Api.proxyDELETENamespacedService(String name,
String namespace)
proxy DELETE requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyDELETENamespacedServiceAsync(String name,
String namespace,
ApiCallback<String> callback)
(asynchronously)
proxy DELETE requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyDELETENamespacedServiceCall(String name,
String namespace,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyDELETENamespacedService
|
ApiResponse<String> |
CoreV1Api.proxyDELETENamespacedServiceWithHttpInfo(String name,
String namespace)
proxy DELETE requests to Service
|
String |
CoreV1Api.proxyDELETENamespacedServiceWithPath(String name,
String namespace,
String path)
proxy DELETE requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyDELETENamespacedServiceWithPathAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy DELETE requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyDELETENamespacedServiceWithPathCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyDELETENamespacedServiceWithPath
|
ApiResponse<String> |
CoreV1Api.proxyDELETENamespacedServiceWithPathWithHttpInfo(String name,
String namespace,
String path)
proxy DELETE requests to Service
|
String |
CoreV1Api.proxyDELETENode(String name)
proxy DELETE requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyDELETENodeAsync(String name,
ApiCallback<String> callback)
(asynchronously)
proxy DELETE requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyDELETENodeCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyDELETENode
|
ApiResponse<String> |
CoreV1Api.proxyDELETENodeWithHttpInfo(String name)
proxy DELETE requests to Node
|
String |
CoreV1Api.proxyDELETENodeWithPath(String name,
String path)
proxy DELETE requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyDELETENodeWithPathAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy DELETE requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyDELETENodeWithPathCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyDELETENodeWithPath
|
ApiResponse<String> |
CoreV1Api.proxyDELETENodeWithPathWithHttpInfo(String name,
String path)
proxy DELETE requests to Node
|
String |
CoreV1Api.proxyGETNamespacedPod(String name,
String namespace)
proxy GET requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyGETNamespacedPodAsync(String name,
String namespace,
ApiCallback<String> callback)
(asynchronously)
proxy GET requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyGETNamespacedPodCall(String name,
String namespace,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyGETNamespacedPod
|
ApiResponse<String> |
CoreV1Api.proxyGETNamespacedPodWithHttpInfo(String name,
String namespace)
proxy GET requests to Pod
|
String |
CoreV1Api.proxyGETNamespacedPodWithPath(String name,
String namespace,
String path)
proxy GET requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyGETNamespacedPodWithPathAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy GET requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyGETNamespacedPodWithPathCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyGETNamespacedPodWithPath
|
ApiResponse<String> |
CoreV1Api.proxyGETNamespacedPodWithPathWithHttpInfo(String name,
String namespace,
String path)
proxy GET requests to Pod
|
String |
CoreV1Api.proxyGETNamespacedService(String name,
String namespace)
proxy GET requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyGETNamespacedServiceAsync(String name,
String namespace,
ApiCallback<String> callback)
(asynchronously)
proxy GET requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyGETNamespacedServiceCall(String name,
String namespace,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyGETNamespacedService
|
ApiResponse<String> |
CoreV1Api.proxyGETNamespacedServiceWithHttpInfo(String name,
String namespace)
proxy GET requests to Service
|
String |
CoreV1Api.proxyGETNamespacedServiceWithPath(String name,
String namespace,
String path)
proxy GET requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyGETNamespacedServiceWithPathAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy GET requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyGETNamespacedServiceWithPathCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyGETNamespacedServiceWithPath
|
ApiResponse<String> |
CoreV1Api.proxyGETNamespacedServiceWithPathWithHttpInfo(String name,
String namespace,
String path)
proxy GET requests to Service
|
String |
CoreV1Api.proxyGETNode(String name)
proxy GET requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyGETNodeAsync(String name,
ApiCallback<String> callback)
(asynchronously)
proxy GET requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyGETNodeCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyGETNode
|
ApiResponse<String> |
CoreV1Api.proxyGETNodeWithHttpInfo(String name)
proxy GET requests to Node
|
String |
CoreV1Api.proxyGETNodeWithPath(String name,
String path)
proxy GET requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyGETNodeWithPathAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy GET requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyGETNodeWithPathCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyGETNodeWithPath
|
ApiResponse<String> |
CoreV1Api.proxyGETNodeWithPathWithHttpInfo(String name,
String path)
proxy GET requests to Node
|
String |
CoreV1Api.proxyHEADNamespacedPod(String name,
String namespace)
proxy HEAD requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyHEADNamespacedPodAsync(String name,
String namespace,
ApiCallback<String> callback)
(asynchronously)
proxy HEAD requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyHEADNamespacedPodCall(String name,
String namespace,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyHEADNamespacedPod
|
ApiResponse<String> |
CoreV1Api.proxyHEADNamespacedPodWithHttpInfo(String name,
String namespace)
proxy HEAD requests to Pod
|
String |
CoreV1Api.proxyHEADNamespacedPodWithPath(String name,
String namespace,
String path)
proxy HEAD requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyHEADNamespacedPodWithPathAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy HEAD requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyHEADNamespacedPodWithPathCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyHEADNamespacedPodWithPath
|
ApiResponse<String> |
CoreV1Api.proxyHEADNamespacedPodWithPathWithHttpInfo(String name,
String namespace,
String path)
proxy HEAD requests to Pod
|
String |
CoreV1Api.proxyHEADNamespacedService(String name,
String namespace)
proxy HEAD requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyHEADNamespacedServiceAsync(String name,
String namespace,
ApiCallback<String> callback)
(asynchronously)
proxy HEAD requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyHEADNamespacedServiceCall(String name,
String namespace,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyHEADNamespacedService
|
ApiResponse<String> |
CoreV1Api.proxyHEADNamespacedServiceWithHttpInfo(String name,
String namespace)
proxy HEAD requests to Service
|
String |
CoreV1Api.proxyHEADNamespacedServiceWithPath(String name,
String namespace,
String path)
proxy HEAD requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyHEADNamespacedServiceWithPathAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy HEAD requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyHEADNamespacedServiceWithPathCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyHEADNamespacedServiceWithPath
|
ApiResponse<String> |
CoreV1Api.proxyHEADNamespacedServiceWithPathWithHttpInfo(String name,
String namespace,
String path)
proxy HEAD requests to Service
|
String |
CoreV1Api.proxyHEADNode(String name)
proxy HEAD requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyHEADNodeAsync(String name,
ApiCallback<String> callback)
(asynchronously)
proxy HEAD requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyHEADNodeCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyHEADNode
|
ApiResponse<String> |
CoreV1Api.proxyHEADNodeWithHttpInfo(String name)
proxy HEAD requests to Node
|
String |
CoreV1Api.proxyHEADNodeWithPath(String name,
String path)
proxy HEAD requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyHEADNodeWithPathAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy HEAD requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyHEADNodeWithPathCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyHEADNodeWithPath
|
ApiResponse<String> |
CoreV1Api.proxyHEADNodeWithPathWithHttpInfo(String name,
String path)
proxy HEAD requests to Node
|
String |
CoreV1Api.proxyOPTIONSNamespacedPod(String name,
String namespace)
proxy OPTIONS requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyOPTIONSNamespacedPodAsync(String name,
String namespace,
ApiCallback<String> callback)
(asynchronously)
proxy OPTIONS requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyOPTIONSNamespacedPodCall(String name,
String namespace,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyOPTIONSNamespacedPod
|
ApiResponse<String> |
CoreV1Api.proxyOPTIONSNamespacedPodWithHttpInfo(String name,
String namespace)
proxy OPTIONS requests to Pod
|
String |
CoreV1Api.proxyOPTIONSNamespacedPodWithPath(String name,
String namespace,
String path)
proxy OPTIONS requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyOPTIONSNamespacedPodWithPathAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy OPTIONS requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyOPTIONSNamespacedPodWithPathCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyOPTIONSNamespacedPodWithPath
|
ApiResponse<String> |
CoreV1Api.proxyOPTIONSNamespacedPodWithPathWithHttpInfo(String name,
String namespace,
String path)
proxy OPTIONS requests to Pod
|
String |
CoreV1Api.proxyOPTIONSNamespacedService(String name,
String namespace)
proxy OPTIONS requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyOPTIONSNamespacedServiceAsync(String name,
String namespace,
ApiCallback<String> callback)
(asynchronously)
proxy OPTIONS requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyOPTIONSNamespacedServiceCall(String name,
String namespace,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyOPTIONSNamespacedService
|
ApiResponse<String> |
CoreV1Api.proxyOPTIONSNamespacedServiceWithHttpInfo(String name,
String namespace)
proxy OPTIONS requests to Service
|
String |
CoreV1Api.proxyOPTIONSNamespacedServiceWithPath(String name,
String namespace,
String path)
proxy OPTIONS requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyOPTIONSNamespacedServiceWithPathAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy OPTIONS requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyOPTIONSNamespacedServiceWithPathCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyOPTIONSNamespacedServiceWithPath
|
ApiResponse<String> |
CoreV1Api.proxyOPTIONSNamespacedServiceWithPathWithHttpInfo(String name,
String namespace,
String path)
proxy OPTIONS requests to Service
|
String |
CoreV1Api.proxyOPTIONSNode(String name)
proxy OPTIONS requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyOPTIONSNodeAsync(String name,
ApiCallback<String> callback)
(asynchronously)
proxy OPTIONS requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyOPTIONSNodeCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyOPTIONSNode
|
ApiResponse<String> |
CoreV1Api.proxyOPTIONSNodeWithHttpInfo(String name)
proxy OPTIONS requests to Node
|
String |
CoreV1Api.proxyOPTIONSNodeWithPath(String name,
String path)
proxy OPTIONS requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyOPTIONSNodeWithPathAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy OPTIONS requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyOPTIONSNodeWithPathCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyOPTIONSNodeWithPath
|
ApiResponse<String> |
CoreV1Api.proxyOPTIONSNodeWithPathWithHttpInfo(String name,
String path)
proxy OPTIONS requests to Node
|
String |
CoreV1Api.proxyPATCHNamespacedPod(String name,
String namespace)
proxy PATCH requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPATCHNamespacedPodAsync(String name,
String namespace,
ApiCallback<String> callback)
(asynchronously)
proxy PATCH requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPATCHNamespacedPodCall(String name,
String namespace,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyPATCHNamespacedPod
|
ApiResponse<String> |
CoreV1Api.proxyPATCHNamespacedPodWithHttpInfo(String name,
String namespace)
proxy PATCH requests to Pod
|
String |
CoreV1Api.proxyPATCHNamespacedPodWithPath(String name,
String namespace,
String path)
proxy PATCH requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPATCHNamespacedPodWithPathAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy PATCH requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPATCHNamespacedPodWithPathCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyPATCHNamespacedPodWithPath
|
ApiResponse<String> |
CoreV1Api.proxyPATCHNamespacedPodWithPathWithHttpInfo(String name,
String namespace,
String path)
proxy PATCH requests to Pod
|
String |
CoreV1Api.proxyPATCHNamespacedService(String name,
String namespace)
proxy PATCH requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPATCHNamespacedServiceAsync(String name,
String namespace,
ApiCallback<String> callback)
(asynchronously)
proxy PATCH requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPATCHNamespacedServiceCall(String name,
String namespace,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyPATCHNamespacedService
|
ApiResponse<String> |
CoreV1Api.proxyPATCHNamespacedServiceWithHttpInfo(String name,
String namespace)
proxy PATCH requests to Service
|
String |
CoreV1Api.proxyPATCHNamespacedServiceWithPath(String name,
String namespace,
String path)
proxy PATCH requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPATCHNamespacedServiceWithPathAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy PATCH requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPATCHNamespacedServiceWithPathCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyPATCHNamespacedServiceWithPath
|
ApiResponse<String> |
CoreV1Api.proxyPATCHNamespacedServiceWithPathWithHttpInfo(String name,
String namespace,
String path)
proxy PATCH requests to Service
|
String |
CoreV1Api.proxyPATCHNode(String name)
proxy PATCH requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPATCHNodeAsync(String name,
ApiCallback<String> callback)
(asynchronously)
proxy PATCH requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPATCHNodeCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyPATCHNode
|
ApiResponse<String> |
CoreV1Api.proxyPATCHNodeWithHttpInfo(String name)
proxy PATCH requests to Node
|
String |
CoreV1Api.proxyPATCHNodeWithPath(String name,
String path)
proxy PATCH requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPATCHNodeWithPathAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy PATCH requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPATCHNodeWithPathCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyPATCHNodeWithPath
|
ApiResponse<String> |
CoreV1Api.proxyPATCHNodeWithPathWithHttpInfo(String name,
String path)
proxy PATCH requests to Node
|
String |
CoreV1Api.proxyPOSTNamespacedPod(String name,
String namespace)
proxy POST requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPOSTNamespacedPodAsync(String name,
String namespace,
ApiCallback<String> callback)
(asynchronously)
proxy POST requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPOSTNamespacedPodCall(String name,
String namespace,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyPOSTNamespacedPod
|
ApiResponse<String> |
CoreV1Api.proxyPOSTNamespacedPodWithHttpInfo(String name,
String namespace)
proxy POST requests to Pod
|
String |
CoreV1Api.proxyPOSTNamespacedPodWithPath(String name,
String namespace,
String path)
proxy POST requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPOSTNamespacedPodWithPathAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy POST requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPOSTNamespacedPodWithPathCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyPOSTNamespacedPodWithPath
|
ApiResponse<String> |
CoreV1Api.proxyPOSTNamespacedPodWithPathWithHttpInfo(String name,
String namespace,
String path)
proxy POST requests to Pod
|
String |
CoreV1Api.proxyPOSTNamespacedService(String name,
String namespace)
proxy POST requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPOSTNamespacedServiceAsync(String name,
String namespace,
ApiCallback<String> callback)
(asynchronously)
proxy POST requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPOSTNamespacedServiceCall(String name,
String namespace,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyPOSTNamespacedService
|
ApiResponse<String> |
CoreV1Api.proxyPOSTNamespacedServiceWithHttpInfo(String name,
String namespace)
proxy POST requests to Service
|
String |
CoreV1Api.proxyPOSTNamespacedServiceWithPath(String name,
String namespace,
String path)
proxy POST requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPOSTNamespacedServiceWithPathAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy POST requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPOSTNamespacedServiceWithPathCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyPOSTNamespacedServiceWithPath
|
ApiResponse<String> |
CoreV1Api.proxyPOSTNamespacedServiceWithPathWithHttpInfo(String name,
String namespace,
String path)
proxy POST requests to Service
|
String |
CoreV1Api.proxyPOSTNode(String name)
proxy POST requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPOSTNodeAsync(String name,
ApiCallback<String> callback)
(asynchronously)
proxy POST requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPOSTNodeCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyPOSTNode
|
ApiResponse<String> |
CoreV1Api.proxyPOSTNodeWithHttpInfo(String name)
proxy POST requests to Node
|
String |
CoreV1Api.proxyPOSTNodeWithPath(String name,
String path)
proxy POST requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPOSTNodeWithPathAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy POST requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPOSTNodeWithPathCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyPOSTNodeWithPath
|
ApiResponse<String> |
CoreV1Api.proxyPOSTNodeWithPathWithHttpInfo(String name,
String path)
proxy POST requests to Node
|
String |
CoreV1Api.proxyPUTNamespacedPod(String name,
String namespace)
proxy PUT requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPUTNamespacedPodAsync(String name,
String namespace,
ApiCallback<String> callback)
(asynchronously)
proxy PUT requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPUTNamespacedPodCall(String name,
String namespace,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyPUTNamespacedPod
|
ApiResponse<String> |
CoreV1Api.proxyPUTNamespacedPodWithHttpInfo(String name,
String namespace)
proxy PUT requests to Pod
|
String |
CoreV1Api.proxyPUTNamespacedPodWithPath(String name,
String namespace,
String path)
proxy PUT requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPUTNamespacedPodWithPathAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy PUT requests to Pod
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPUTNamespacedPodWithPathCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyPUTNamespacedPodWithPath
|
ApiResponse<String> |
CoreV1Api.proxyPUTNamespacedPodWithPathWithHttpInfo(String name,
String namespace,
String path)
proxy PUT requests to Pod
|
String |
CoreV1Api.proxyPUTNamespacedService(String name,
String namespace)
proxy PUT requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPUTNamespacedServiceAsync(String name,
String namespace,
ApiCallback<String> callback)
(asynchronously)
proxy PUT requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPUTNamespacedServiceCall(String name,
String namespace,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyPUTNamespacedService
|
ApiResponse<String> |
CoreV1Api.proxyPUTNamespacedServiceWithHttpInfo(String name,
String namespace)
proxy PUT requests to Service
|
String |
CoreV1Api.proxyPUTNamespacedServiceWithPath(String name,
String namespace,
String path)
proxy PUT requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPUTNamespacedServiceWithPathAsync(String name,
String namespace,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy PUT requests to Service
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPUTNamespacedServiceWithPathCall(String name,
String namespace,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyPUTNamespacedServiceWithPath
|
ApiResponse<String> |
CoreV1Api.proxyPUTNamespacedServiceWithPathWithHttpInfo(String name,
String namespace,
String path)
proxy PUT requests to Service
|
String |
CoreV1Api.proxyPUTNode(String name)
proxy PUT requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPUTNodeAsync(String name,
ApiCallback<String> callback)
(asynchronously)
proxy PUT requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPUTNodeCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyPUTNode
|
ApiResponse<String> |
CoreV1Api.proxyPUTNodeWithHttpInfo(String name)
proxy PUT requests to Node
|
String |
CoreV1Api.proxyPUTNodeWithPath(String name,
String path)
proxy PUT requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPUTNodeWithPathAsync(String name,
String path,
ApiCallback<String> callback)
(asynchronously)
proxy PUT requests to Node
|
com.squareup.okhttp.Call |
CoreV1Api.proxyPUTNodeWithPathCall(String name,
String path,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for proxyPUTNodeWithPath
|
ApiResponse<String> |
CoreV1Api.proxyPUTNodeWithPathWithHttpInfo(String name,
String path)
proxy PUT requests to Node
|
V1beta1CertificateSigningRequest |
CertificatesV1beta1Api.readCertificateSigningRequest(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.readCertificateSigningRequestAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1CertificateSigningRequest> callback)
(asynchronously)
read the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.readCertificateSigningRequestCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readCertificateSigningRequest
|
ApiResponse<V1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.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
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.readClusterRoleAsync(String name,
String pretty,
ApiCallback<V1alpha1ClusterRole> callback)
(asynchronously)
read the specified ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.readClusterRoleAsync(String name,
String pretty,
ApiCallback<V1beta1ClusterRole> 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
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.readClusterRoleBindingAsync(String name,
String pretty,
ApiCallback<V1alpha1ClusterRoleBinding> callback)
(asynchronously)
read the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.readClusterRoleBindingAsync(String name,
String pretty,
ApiCallback<V1beta1ClusterRoleBinding> callback)
(asynchronously)
read the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.readClusterRoleBindingCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.readClusterRoleBindingCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.readClusterRoleCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.readClusterRoleCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
V1ComponentStatus |
CoreV1Api.readComponentStatus(String name,
String pretty)
read the specified ComponentStatus
|
com.squareup.okhttp.Call |
CoreV1Api.readComponentStatusAsync(String name,
String pretty,
ApiCallback<V1ComponentStatus> callback)
(asynchronously)
read the specified ComponentStatus
|
com.squareup.okhttp.Call |
CoreV1Api.readComponentStatusCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readComponentStatus
|
ApiResponse<V1ComponentStatus> |
CoreV1Api.readComponentStatusWithHttpInfo(String name,
String pretty)
read the specified ComponentStatus
|
V1Namespace |
CoreV1Api.readNamespace(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespaceAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Namespace> callback)
(asynchronously)
read the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespaceCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespace
|
V1ConfigMap |
CoreV1Api.readNamespacedConfigMap(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedConfigMapAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1ConfigMap> callback)
(asynchronously)
read the specified ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedConfigMapCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedConfigMap
|
ApiResponse<V1ConfigMap> |
CoreV1Api.readNamespacedConfigMapWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ConfigMap
|
V2alpha1CronJob |
BatchV2alpha1Api.readNamespacedCronJob(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.readNamespacedCronJobAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
read the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.readNamespacedCronJobCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedCronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.readNamespacedCronJobStatus(String name,
String namespace,
String pretty)
read status of the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.readNamespacedCronJobStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
read status of the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.readNamespacedCronJobStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedCronJobStatus
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.readNamespacedCronJobStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified CronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.readNamespacedCronJobWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified CronJob
|
V1beta1DaemonSet |
ExtensionsV1beta1Api.readNamespacedDaemonSet(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedDaemonSetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1DaemonSet> callback)
(asynchronously)
read the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedDaemonSetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedDaemonSet
|
V1beta1DaemonSet |
ExtensionsV1beta1Api.readNamespacedDaemonSetStatus(String name,
String namespace,
String pretty)
read status of the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedDaemonSetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1beta1DaemonSet> callback)
(asynchronously)
read status of the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedDaemonSetStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedDaemonSetStatus
|
ApiResponse<V1beta1DaemonSet> |
ExtensionsV1beta1Api.readNamespacedDaemonSetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified DaemonSet
|
ApiResponse<V1beta1DaemonSet> |
ExtensionsV1beta1Api.readNamespacedDaemonSetWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified DaemonSet
|
AppsV1beta1Deployment |
AppsV1beta1Api.readNamespacedDeployment(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Deployment
|
ExtensionsV1beta1Deployment |
ExtensionsV1beta1Api.readNamespacedDeployment(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readNamespacedDeploymentAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<AppsV1beta1Deployment> callback)
(asynchronously)
read the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedDeploymentAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<ExtensionsV1beta1Deployment> callback)
(asynchronously)
read the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readNamespacedDeploymentCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedDeployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedDeploymentCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedDeployment
|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.readNamespacedDeploymentsScale(String name,
String namespace,
String pretty)
read scale of the specified Scale
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedDeploymentsScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
read scale of the specified Scale
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedDeploymentsScaleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedDeploymentsScale
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.readNamespacedDeploymentsScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified Scale
|
AppsV1beta1Deployment |
AppsV1beta1Api.readNamespacedDeploymentStatus(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
ExtensionsV1beta1Deployment |
ExtensionsV1beta1Api.readNamespacedDeploymentStatus(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readNamespacedDeploymentStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<AppsV1beta1Deployment> callback)
(asynchronously)
read status of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedDeploymentStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<ExtensionsV1beta1Deployment> callback)
(asynchronously)
read status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readNamespacedDeploymentStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedDeploymentStatus
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedDeploymentStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedDeploymentStatus
|
ApiResponse<AppsV1beta1Deployment> |
AppsV1beta1Api.readNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
ApiResponse<ExtensionsV1beta1Deployment> |
ExtensionsV1beta1Api.readNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Deployment
|
ApiResponse<AppsV1beta1Deployment> |
AppsV1beta1Api.readNamespacedDeploymentWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Deployment
|
ApiResponse<ExtensionsV1beta1Deployment> |
ExtensionsV1beta1Api.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
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedEndpointsAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Endpoints> callback)
(asynchronously)
read the specified Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedEndpointsCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedEndpoints
|
ApiResponse<V1Endpoints> |
CoreV1Api.readNamespacedEndpointsWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Endpoints
|
V1Event |
CoreV1Api.readNamespacedEvent(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Event
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedEventAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Event> callback)
(asynchronously)
read the specified Event
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedEventCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedEvent
|
ApiResponse<V1Event> |
CoreV1Api.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
|
V2alpha1HorizontalPodAutoscaler |
AutoscalingV2alpha1Api.readNamespacedHorizontalPodAutoscaler(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1HorizontalPodAutoscaler> callback)
(asynchronously)
read the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.readNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V2alpha1HorizontalPodAutoscaler> callback)
(asynchronously)
read the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedHorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.readNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedHorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
String pretty)
read status of the specified HorizontalPodAutoscaler
|
V2alpha1HorizontalPodAutoscaler |
AutoscalingV2alpha1Api.readNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
String pretty)
read status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1HorizontalPodAutoscaler> callback)
(asynchronously)
read status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.readNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V2alpha1HorizontalPodAutoscaler> callback)
(asynchronously)
read status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedHorizontalPodAutoscalerStatus
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.readNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<V1HorizontalPodAutoscaler> |
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified HorizontalPodAutoscaler
|
ApiResponse<V2alpha1HorizontalPodAutoscaler> |
AutoscalingV2alpha1Api.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<V2alpha1HorizontalPodAutoscaler> |
AutoscalingV2alpha1Api.readNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified HorizontalPodAutoscaler
|
V1beta1Ingress |
ExtensionsV1beta1Api.readNamespacedIngress(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedIngressAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1Ingress> callback)
(asynchronously)
read the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedIngressCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedIngress
|
V1beta1Ingress |
ExtensionsV1beta1Api.readNamespacedIngressStatus(String name,
String namespace,
String pretty)
read status of the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedIngressStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1beta1Ingress> callback)
(asynchronously)
read status of the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedIngressStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedIngressStatus
|
ApiResponse<V1beta1Ingress> |
ExtensionsV1beta1Api.readNamespacedIngressStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Ingress
|
ApiResponse<V1beta1Ingress> |
ExtensionsV1beta1Api.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
|
com.squareup.okhttp.Call |
BatchV1Api.readNamespacedJobAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Job> callback)
(asynchronously)
read the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.readNamespacedJobCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedJob
|
V1Job |
BatchV1Api.readNamespacedJobStatus(String name,
String namespace,
String pretty)
read status of the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.readNamespacedJobStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
read status of the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.readNamespacedJobStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
V1LimitRange |
CoreV1Api.readNamespacedLimitRange(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedLimitRangeAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1LimitRange> callback)
(asynchronously)
read the specified LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedLimitRangeCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedLimitRange
|
ApiResponse<V1LimitRange> |
CoreV1Api.readNamespacedLimitRangeWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified LimitRange
|
V1beta1NetworkPolicy |
ExtensionsV1beta1Api.readNamespacedNetworkPolicy(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedNetworkPolicyAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1NetworkPolicy> callback)
(asynchronously)
read the specified NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedNetworkPolicyCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedNetworkPolicy
|
ApiResponse<V1beta1NetworkPolicy> |
ExtensionsV1beta1Api.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
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedPersistentVolumeClaimAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1PersistentVolumeClaim> callback)
(asynchronously)
read the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedPersistentVolumeClaimCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedPersistentVolumeClaim
|
V1PersistentVolumeClaim |
CoreV1Api.readNamespacedPersistentVolumeClaimStatus(String name,
String namespace,
String pretty)
read status of the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedPersistentVolumeClaimStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1PersistentVolumeClaim> callback)
(asynchronously)
read status of the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedPersistentVolumeClaimStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedPodAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Pod> callback)
(asynchronously)
read the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedPodCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedPod
|
V1beta1PodDisruptionBudget |
PolicyV1beta1Api.readNamespacedPodDisruptionBudget(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.readNamespacedPodDisruptionBudgetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1PodDisruptionBudget> callback)
(asynchronously)
read the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.readNamespacedPodDisruptionBudgetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedPodDisruptionBudget
|
V1beta1PodDisruptionBudget |
PolicyV1beta1Api.readNamespacedPodDisruptionBudgetStatus(String name,
String namespace,
String pretty)
read status of the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.readNamespacedPodDisruptionBudgetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1beta1PodDisruptionBudget> callback)
(asynchronously)
read status of the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.readNamespacedPodDisruptionBudgetStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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,
Integer limitBytes,
String pretty,
Boolean previous,
Integer sinceSeconds,
Integer tailLines,
Boolean timestamps)
read log of the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedPodLogAsync(String name,
String namespace,
String container,
Boolean follow,
Integer limitBytes,
String pretty,
Boolean previous,
Integer sinceSeconds,
Integer tailLines,
Boolean timestamps,
ApiCallback<String> callback)
(asynchronously)
read log of the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedPodLogCall(String name,
String namespace,
String container,
Boolean follow,
Integer limitBytes,
String pretty,
Boolean previous,
Integer sinceSeconds,
Integer tailLines,
Boolean timestamps,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedPodLog
|
ApiResponse<String> |
CoreV1Api.readNamespacedPodLogWithHttpInfo(String name,
String namespace,
String container,
Boolean follow,
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
|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.readNamespacedPodPresetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1alpha1PodPreset> callback)
(asynchronously)
read the specified PodPreset
|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.readNamespacedPodPresetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedPodStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Pod> callback)
(asynchronously)
read status of the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedPodStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedPodTemplateAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1PodTemplate> callback)
(asynchronously)
read the specified PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedPodTemplateCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
V1beta1ReplicaSet |
ExtensionsV1beta1Api.readNamespacedReplicaSet(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedReplicaSetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1ReplicaSet> callback)
(asynchronously)
read the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedReplicaSetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedReplicaSet
|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.readNamespacedReplicasetsScale(String name,
String namespace,
String pretty)
read scale of the specified Scale
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedReplicasetsScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
read scale of the specified Scale
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedReplicasetsScaleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedReplicasetsScale
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.readNamespacedReplicasetsScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified Scale
|
V1beta1ReplicaSet |
ExtensionsV1beta1Api.readNamespacedReplicaSetStatus(String name,
String namespace,
String pretty)
read status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedReplicaSetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1beta1ReplicaSet> callback)
(asynchronously)
read status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedReplicaSetStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedReplicaSetStatus
|
ApiResponse<V1beta1ReplicaSet> |
ExtensionsV1beta1Api.readNamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified ReplicaSet
|
ApiResponse<V1beta1ReplicaSet> |
ExtensionsV1beta1Api.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
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedReplicationControllerAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1ReplicationController> callback)
(asynchronously)
read the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedReplicationControllerCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedReplicationController
|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.readNamespacedReplicationcontrollersScale(String name,
String namespace,
String pretty)
read scale of the specified Scale
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedReplicationcontrollersScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
read scale of the specified Scale
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readNamespacedReplicationcontrollersScaleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedReplicationcontrollersScale
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.readNamespacedReplicationcontrollersScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified Scale
|
V1ReplicationController |
CoreV1Api.readNamespacedReplicationControllerStatus(String name,
String namespace,
String pretty)
read status of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedReplicationControllerStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1ReplicationController> callback)
(asynchronously)
read status of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedReplicationControllerStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedResourceQuotaAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1ResourceQuota> callback)
(asynchronously)
read the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedResourceQuotaCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedResourceQuota
|
V1ResourceQuota |
CoreV1Api.readNamespacedResourceQuotaStatus(String name,
String namespace,
String pretty)
read status of the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedResourceQuotaStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1ResourceQuota> callback)
(asynchronously)
read status of the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedResourceQuotaStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.readNamespacedRoleAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1Role> callback)
(asynchronously)
read the specified Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.readNamespacedRoleAsync(String name,
String namespace,
String pretty,
ApiCallback<V1beta1Role> 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
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.readNamespacedRoleBindingAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1RoleBinding> callback)
(asynchronously)
read the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.readNamespacedRoleBindingAsync(String name,
String namespace,
String pretty,
ApiCallback<V1beta1RoleBinding> callback)
(asynchronously)
read the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.readNamespacedRoleBindingCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.readNamespacedRoleBindingCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.readNamespacedRoleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.readNamespacedRoleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
AppsV1beta1Scale |
AppsV1beta1Api.readNamespacedScaleScale(String name,
String namespace,
String pretty)
read scale of the specified Scale
|
V1Scale |
CoreV1Api.readNamespacedScaleScale(String name,
String namespace,
String pretty)
read scale of the specified Scale
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readNamespacedScaleScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<AppsV1beta1Scale> callback)
(asynchronously)
read scale of the specified Scale
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedScaleScaleAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
read scale of the specified Scale
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readNamespacedScaleScaleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedScaleScale
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedScaleScaleCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedScaleScale
|
ApiResponse<AppsV1beta1Scale> |
AppsV1beta1Api.readNamespacedScaleScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified Scale
|
ApiResponse<V1Scale> |
CoreV1Api.readNamespacedScaleScaleWithHttpInfo(String name,
String namespace,
String pretty)
read scale of the specified Scale
|
V2alpha1CronJob |
BatchV2alpha1Api.readNamespacedScheduledJob(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.readNamespacedScheduledJobAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
read the specified ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.readNamespacedScheduledJobCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedScheduledJob
|
V2alpha1CronJob |
BatchV2alpha1Api.readNamespacedScheduledJobStatus(String name,
String namespace,
String pretty)
read status of the specified ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.readNamespacedScheduledJobStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
read status of the specified ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.readNamespacedScheduledJobStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedScheduledJobStatus
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.readNamespacedScheduledJobStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified ScheduledJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.readNamespacedScheduledJobWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ScheduledJob
|
V1Secret |
CoreV1Api.readNamespacedSecret(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Secret
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedSecretAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Secret> callback)
(asynchronously)
read the specified Secret
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedSecretCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedServiceAccountAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1ServiceAccount> callback)
(asynchronously)
read the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedServiceAccountCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.readNamespacedServiceAccountWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedServiceAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Service> callback)
(asynchronously)
read the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedServiceCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedService
|
V1Service |
CoreV1Api.readNamespacedServiceStatus(String name,
String namespace,
String pretty)
read status of the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedServiceStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Service> callback)
(asynchronously)
read status of the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedServiceStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
V1beta1StatefulSet |
AppsV1beta1Api.readNamespacedStatefulSet(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readNamespacedStatefulSetAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1StatefulSet> callback)
(asynchronously)
read the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readNamespacedStatefulSetCall(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedStatefulSet
|
V1beta1StatefulSet |
AppsV1beta1Api.readNamespacedStatefulSetStatus(String name,
String namespace,
String pretty)
read status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readNamespacedStatefulSetStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1beta1StatefulSet> callback)
(asynchronously)
read status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.readNamespacedStatefulSetStatusCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedStatefulSetStatus
|
ApiResponse<V1beta1StatefulSet> |
AppsV1beta1Api.readNamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified StatefulSet
|
ApiResponse<V1beta1StatefulSet> |
AppsV1beta1Api.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
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespaceStatusAsync(String name,
String pretty,
ApiCallback<V1Namespace> callback)
(asynchronously)
read status of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespaceStatusCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.readNodeAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Node> callback)
(asynchronously)
read the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.readNodeCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNode
|
V1Node |
CoreV1Api.readNodeStatus(String name,
String pretty)
read status of the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.readNodeStatusAsync(String name,
String pretty,
ApiCallback<V1Node> callback)
(asynchronously)
read status of the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.readNodeStatusCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
CoreV1Api.readPersistentVolumeAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1PersistentVolume> callback)
(asynchronously)
read the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.readPersistentVolumeCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readPersistentVolume
|
V1PersistentVolume |
CoreV1Api.readPersistentVolumeStatus(String name,
String pretty)
read status of the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.readPersistentVolumeStatusAsync(String name,
String pretty,
ApiCallback<V1PersistentVolume> callback)
(asynchronously)
read status of the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.readPersistentVolumeStatusCall(String name,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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 |
ExtensionsV1beta1Api.readPodSecurityPolicy(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readPodSecurityPolicyAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1PodSecurityPolicy> callback)
(asynchronously)
read the specified PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readPodSecurityPolicyCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readPodSecurityPolicy
|
ApiResponse<V1beta1PodSecurityPolicy> |
ExtensionsV1beta1Api.readPodSecurityPolicyWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified PodSecurityPolicy
|
V1beta1StorageClass |
StorageV1beta1Api.readStorageClass(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified StorageClass
|
V1StorageClass |
StorageV1Api.readStorageClass(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.readStorageClassAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1StorageClass> callback)
(asynchronously)
read the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.readStorageClassAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1StorageClass> callback)
(asynchronously)
read the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.readStorageClassCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readStorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.readStorageClassCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readStorageClass
|
ApiResponse<V1beta1StorageClass> |
StorageV1beta1Api.readStorageClassWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified StorageClass
|
ApiResponse<V1StorageClass> |
StorageV1Api.readStorageClassWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified StorageClass
|
V1beta1ThirdPartyResource |
ExtensionsV1beta1Api.readThirdPartyResource(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readThirdPartyResourceAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1ThirdPartyResource> callback)
(asynchronously)
read the specified ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readThirdPartyResourceCall(String name,
String pretty,
Boolean exact,
Boolean export,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readThirdPartyResource
|
ApiResponse<V1beta1ThirdPartyResource> |
ExtensionsV1beta1Api.readThirdPartyResourceWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified ThirdPartyResource
|
V1beta1CertificateSigningRequest |
CertificatesV1beta1Api.replaceCertificateSigningRequest(String name,
V1beta1CertificateSigningRequest body,
String pretty)
replace the specified CertificateSigningRequest
|
V1beta1CertificateSigningRequest |
CertificatesV1beta1Api.replaceCertificateSigningRequestApproval(String name,
V1beta1CertificateSigningRequest body,
String pretty)
replace approval of the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.replaceCertificateSigningRequestApprovalAsync(String name,
V1beta1CertificateSigningRequest body,
String pretty,
ApiCallback<V1beta1CertificateSigningRequest> callback)
(asynchronously)
replace approval of the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.replaceCertificateSigningRequestApprovalCall(String name,
V1beta1CertificateSigningRequest body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCertificateSigningRequestApproval
|
ApiResponse<V1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.replaceCertificateSigningRequestApprovalWithHttpInfo(String name,
V1beta1CertificateSigningRequest body,
String pretty)
replace approval of the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.replaceCertificateSigningRequestAsync(String name,
V1beta1CertificateSigningRequest body,
String pretty,
ApiCallback<V1beta1CertificateSigningRequest> callback)
(asynchronously)
replace the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.replaceCertificateSigningRequestCall(String name,
V1beta1CertificateSigningRequest body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCertificateSigningRequest
|
V1beta1CertificateSigningRequest |
CertificatesV1beta1Api.replaceCertificateSigningRequestStatus(String name,
V1beta1CertificateSigningRequest body,
String pretty)
replace status of the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.replaceCertificateSigningRequestStatusAsync(String name,
V1beta1CertificateSigningRequest body,
String pretty,
ApiCallback<V1beta1CertificateSigningRequest> callback)
(asynchronously)
replace status of the specified CertificateSigningRequest
|
com.squareup.okhttp.Call |
CertificatesV1beta1Api.replaceCertificateSigningRequestStatusCall(String name,
V1beta1CertificateSigningRequest body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceCertificateSigningRequestStatus
|
ApiResponse<V1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.replaceCertificateSigningRequestStatusWithHttpInfo(String name,
V1beta1CertificateSigningRequest body,
String pretty)
replace status of the specified CertificateSigningRequest
|
ApiResponse<V1beta1CertificateSigningRequest> |
CertificatesV1beta1Api.replaceCertificateSigningRequestWithHttpInfo(String name,
V1beta1CertificateSigningRequest body,
String pretty)
replace the specified CertificateSigningRequest
|
Object |
CustomObjectsApi.replaceClusterCustomObject(String group,
String version,
String plural,
String name,
Object body)
replace the specified cluster scoped custom object
|
com.squareup.okhttp.Call |
CustomObjectsApi.replaceClusterCustomObjectAsync(String group,
String version,
String plural,
String name,
Object body,
ApiCallback<Object> callback)
(asynchronously)
replace the specified cluster scoped custom object
|
com.squareup.okhttp.Call |
CustomObjectsApi.replaceClusterCustomObjectCall(String group,
String version,
String plural,
String name,
Object body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceClusterCustomObject
|
ApiResponse<Object> |
CustomObjectsApi.replaceClusterCustomObjectWithHttpInfo(String group,
String version,
String plural,
String name,
Object body)
replace the specified cluster scoped custom object
|
V1alpha1ClusterRole |
RbacAuthorizationV1alpha1Api.replaceClusterRole(String name,
V1alpha1ClusterRole body,
String pretty)
replace the specified ClusterRole
|
V1beta1ClusterRole |
RbacAuthorizationV1beta1Api.replaceClusterRole(String name,
V1beta1ClusterRole body,
String pretty)
replace the specified ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.replaceClusterRoleAsync(String name,
V1alpha1ClusterRole body,
String pretty,
ApiCallback<V1alpha1ClusterRole> callback)
(asynchronously)
replace the specified ClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.replaceClusterRoleAsync(String name,
V1beta1ClusterRole body,
String pretty,
ApiCallback<V1beta1ClusterRole> callback)
(asynchronously)
replace the specified ClusterRole
|
V1alpha1ClusterRoleBinding |
RbacAuthorizationV1alpha1Api.replaceClusterRoleBinding(String name,
V1alpha1ClusterRoleBinding body,
String pretty)
replace the specified ClusterRoleBinding
|
V1beta1ClusterRoleBinding |
RbacAuthorizationV1beta1Api.replaceClusterRoleBinding(String name,
V1beta1ClusterRoleBinding body,
String pretty)
replace the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.replaceClusterRoleBindingAsync(String name,
V1alpha1ClusterRoleBinding body,
String pretty,
ApiCallback<V1alpha1ClusterRoleBinding> callback)
(asynchronously)
replace the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.replaceClusterRoleBindingAsync(String name,
V1beta1ClusterRoleBinding body,
String pretty,
ApiCallback<V1beta1ClusterRoleBinding> callback)
(asynchronously)
replace the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.replaceClusterRoleBindingCall(String name,
V1alpha1ClusterRoleBinding body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.replaceClusterRoleBindingCall(String name,
V1beta1ClusterRoleBinding body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceClusterRoleBinding
|
ApiResponse<V1alpha1ClusterRoleBinding> |
RbacAuthorizationV1alpha1Api.replaceClusterRoleBindingWithHttpInfo(String name,
V1alpha1ClusterRoleBinding body,
String pretty)
replace the specified ClusterRoleBinding
|
ApiResponse<V1beta1ClusterRoleBinding> |
RbacAuthorizationV1beta1Api.replaceClusterRoleBindingWithHttpInfo(String name,
V1beta1ClusterRoleBinding body,
String pretty)
replace the specified ClusterRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.replaceClusterRoleCall(String name,
V1alpha1ClusterRole body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceClusterRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.replaceClusterRoleCall(String name,
V1beta1ClusterRole body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceClusterRole
|
ApiResponse<V1alpha1ClusterRole> |
RbacAuthorizationV1alpha1Api.replaceClusterRoleWithHttpInfo(String name,
V1alpha1ClusterRole body,
String pretty)
replace the specified ClusterRole
|
ApiResponse<V1beta1ClusterRole> |
RbacAuthorizationV1beta1Api.replaceClusterRoleWithHttpInfo(String name,
V1beta1ClusterRole body,
String pretty)
replace the specified ClusterRole
|
V1Namespace |
CoreV1Api.replaceNamespace(String name,
V1Namespace body,
String pretty)
replace the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespaceAsync(String name,
V1Namespace body,
String pretty,
ApiCallback<V1Namespace> callback)
(asynchronously)
replace the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespaceCall(String name,
V1Namespace body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespace
|
V1ConfigMap |
CoreV1Api.replaceNamespacedConfigMap(String name,
String namespace,
V1ConfigMap body,
String pretty)
replace the specified ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedConfigMapAsync(String name,
String namespace,
V1ConfigMap body,
String pretty,
ApiCallback<V1ConfigMap> callback)
(asynchronously)
replace the specified ConfigMap
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedConfigMapCall(String name,
String namespace,
V1ConfigMap body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedConfigMap
|
ApiResponse<V1ConfigMap> |
CoreV1Api.replaceNamespacedConfigMapWithHttpInfo(String name,
String namespace,
V1ConfigMap body,
String pretty)
replace the specified ConfigMap
|
V2alpha1CronJob |
BatchV2alpha1Api.replaceNamespacedCronJob(String name,
String namespace,
V2alpha1CronJob body,
String pretty)
replace the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.replaceNamespacedCronJobAsync(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
replace the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.replaceNamespacedCronJobCall(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedCronJob
|
V2alpha1CronJob |
BatchV2alpha1Api.replaceNamespacedCronJobStatus(String name,
String namespace,
V2alpha1CronJob body,
String pretty)
replace status of the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.replaceNamespacedCronJobStatusAsync(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
replace status of the specified CronJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.replaceNamespacedCronJobStatusCall(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedCronJobStatus
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.replaceNamespacedCronJobStatusWithHttpInfo(String name,
String namespace,
V2alpha1CronJob body,
String pretty)
replace status of the specified CronJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.replaceNamespacedCronJobWithHttpInfo(String name,
String namespace,
V2alpha1CronJob body,
String pretty)
replace the specified CronJob
|
Object |
CustomObjectsApi.replaceNamespacedCustomObject(String group,
String version,
String namespace,
String plural,
String name,
Object body)
replace the specified namespace scoped custom object
|
com.squareup.okhttp.Call |
CustomObjectsApi.replaceNamespacedCustomObjectAsync(String group,
String version,
String namespace,
String plural,
String name,
Object body,
ApiCallback<Object> callback)
(asynchronously)
replace the specified namespace scoped custom object
|
com.squareup.okhttp.Call |
CustomObjectsApi.replaceNamespacedCustomObjectCall(String group,
String version,
String namespace,
String plural,
String name,
Object body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedCustomObject
|
ApiResponse<Object> |
CustomObjectsApi.replaceNamespacedCustomObjectWithHttpInfo(String group,
String version,
String namespace,
String plural,
String name,
Object body)
replace the specified namespace scoped custom object
|
V1beta1DaemonSet |
ExtensionsV1beta1Api.replaceNamespacedDaemonSet(String name,
String namespace,
V1beta1DaemonSet body,
String pretty)
replace the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedDaemonSetAsync(String name,
String namespace,
V1beta1DaemonSet body,
String pretty,
ApiCallback<V1beta1DaemonSet> callback)
(asynchronously)
replace the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedDaemonSetCall(String name,
String namespace,
V1beta1DaemonSet body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedDaemonSet
|
V1beta1DaemonSet |
ExtensionsV1beta1Api.replaceNamespacedDaemonSetStatus(String name,
String namespace,
V1beta1DaemonSet body,
String pretty)
replace status of the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedDaemonSetStatusAsync(String name,
String namespace,
V1beta1DaemonSet body,
String pretty,
ApiCallback<V1beta1DaemonSet> callback)
(asynchronously)
replace status of the specified DaemonSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedDaemonSetStatusCall(String name,
String namespace,
V1beta1DaemonSet body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedDaemonSetStatus
|
ApiResponse<V1beta1DaemonSet> |
ExtensionsV1beta1Api.replaceNamespacedDaemonSetStatusWithHttpInfo(String name,
String namespace,
V1beta1DaemonSet body,
String pretty)
replace status of the specified DaemonSet
|
ApiResponse<V1beta1DaemonSet> |
ExtensionsV1beta1Api.replaceNamespacedDaemonSetWithHttpInfo(String name,
String namespace,
V1beta1DaemonSet body,
String pretty)
replace the specified DaemonSet
|
AppsV1beta1Deployment |
AppsV1beta1Api.replaceNamespacedDeployment(String name,
String namespace,
AppsV1beta1Deployment body,
String pretty)
replace the specified Deployment
|
ExtensionsV1beta1Deployment |
ExtensionsV1beta1Api.replaceNamespacedDeployment(String name,
String namespace,
ExtensionsV1beta1Deployment body,
String pretty)
replace the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceNamespacedDeploymentAsync(String name,
String namespace,
AppsV1beta1Deployment body,
String pretty,
ApiCallback<AppsV1beta1Deployment> callback)
(asynchronously)
replace the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedDeploymentAsync(String name,
String namespace,
ExtensionsV1beta1Deployment body,
String pretty,
ApiCallback<ExtensionsV1beta1Deployment> callback)
(asynchronously)
replace the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceNamespacedDeploymentCall(String name,
String namespace,
AppsV1beta1Deployment body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedDeployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedDeploymentCall(String name,
String namespace,
ExtensionsV1beta1Deployment body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedDeployment
|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.replaceNamespacedDeploymentsScale(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty)
replace scale of the specified Scale
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedDeploymentsScaleAsync(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified Scale
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedDeploymentsScaleCall(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedDeploymentsScale
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.replaceNamespacedDeploymentsScaleWithHttpInfo(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty)
replace scale of the specified Scale
|
AppsV1beta1Deployment |
AppsV1beta1Api.replaceNamespacedDeploymentStatus(String name,
String namespace,
AppsV1beta1Deployment body,
String pretty)
replace status of the specified Deployment
|
ExtensionsV1beta1Deployment |
ExtensionsV1beta1Api.replaceNamespacedDeploymentStatus(String name,
String namespace,
ExtensionsV1beta1Deployment body,
String pretty)
replace status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceNamespacedDeploymentStatusAsync(String name,
String namespace,
AppsV1beta1Deployment body,
String pretty,
ApiCallback<AppsV1beta1Deployment> callback)
(asynchronously)
replace status of the specified Deployment
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedDeploymentStatusAsync(String name,
String namespace,
ExtensionsV1beta1Deployment body,
String pretty,
ApiCallback<ExtensionsV1beta1Deployment> callback)
(asynchronously)
replace status of the specified Deployment
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceNamespacedDeploymentStatusCall(String name,
String namespace,
AppsV1beta1Deployment body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedDeploymentStatus
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedDeploymentStatusCall(String name,
String namespace,
ExtensionsV1beta1Deployment body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedDeploymentStatus
|
ApiResponse<AppsV1beta1Deployment> |
AppsV1beta1Api.replaceNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
AppsV1beta1Deployment body,
String pretty)
replace status of the specified Deployment
|
ApiResponse<ExtensionsV1beta1Deployment> |
ExtensionsV1beta1Api.replaceNamespacedDeploymentStatusWithHttpInfo(String name,
String namespace,
ExtensionsV1beta1Deployment body,
String pretty)
replace status of the specified Deployment
|
ApiResponse<AppsV1beta1Deployment> |
AppsV1beta1Api.replaceNamespacedDeploymentWithHttpInfo(String name,
String namespace,
AppsV1beta1Deployment body,
String pretty)
replace the specified Deployment
|
ApiResponse<ExtensionsV1beta1Deployment> |
ExtensionsV1beta1Api.replaceNamespacedDeploymentWithHttpInfo(String name,
String namespace,
ExtensionsV1beta1Deployment body,
String pretty)
replace the specified Deployment
|
V1Endpoints |
CoreV1Api.replaceNamespacedEndpoints(String name,
String namespace,
V1Endpoints body,
String pretty)
replace the specified Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedEndpointsAsync(String name,
String namespace,
V1Endpoints body,
String pretty,
ApiCallback<V1Endpoints> callback)
(asynchronously)
replace the specified Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedEndpointsCall(String name,
String namespace,
V1Endpoints body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedEndpoints
|
ApiResponse<V1Endpoints> |
CoreV1Api.replaceNamespacedEndpointsWithHttpInfo(String name,
String namespace,
V1Endpoints body,
String pretty)
replace the specified Endpoints
|
V1Event |
CoreV1Api.replaceNamespacedEvent(String name,
String namespace,
V1Event body,
String pretty)
replace the specified Event
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedEventAsync(String name,
String namespace,
V1Event body,
String pretty,
ApiCallback<V1Event> callback)
(asynchronously)
replace the specified Event
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedEventCall(String name,
String namespace,
V1Event body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedEvent
|
ApiResponse<V1Event> |
CoreV1Api.replaceNamespacedEventWithHttpInfo(String name,
String namespace,
V1Event body,
String pretty)
replace the specified Event
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscaler(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty)
replace the specified HorizontalPodAutoscaler
|
V2alpha1HorizontalPodAutoscaler |
AutoscalingV2alpha1Api.replaceNamespacedHorizontalPodAutoscaler(String name,
String namespace,
V2alpha1HorizontalPodAutoscaler body,
String pretty)
replace the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
ApiCallback<V1HorizontalPodAutoscaler> callback)
(asynchronously)
replace the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.replaceNamespacedHorizontalPodAutoscalerAsync(String name,
String namespace,
V2alpha1HorizontalPodAutoscaler body,
String pretty,
ApiCallback<V2alpha1HorizontalPodAutoscaler> callback)
(asynchronously)
replace the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedHorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.replaceNamespacedHorizontalPodAutoscalerCall(String name,
String namespace,
V2alpha1HorizontalPodAutoscaler body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedHorizontalPodAutoscaler
|
V1HorizontalPodAutoscaler |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty)
replace status of the specified HorizontalPodAutoscaler
|
V2alpha1HorizontalPodAutoscaler |
AutoscalingV2alpha1Api.replaceNamespacedHorizontalPodAutoscalerStatus(String name,
String namespace,
V2alpha1HorizontalPodAutoscaler body,
String pretty)
replace status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
ApiCallback<V1HorizontalPodAutoscaler> callback)
(asynchronously)
replace status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.replaceNamespacedHorizontalPodAutoscalerStatusAsync(String name,
String namespace,
V2alpha1HorizontalPodAutoscaler body,
String pretty,
ApiCallback<V2alpha1HorizontalPodAutoscaler> callback)
(asynchronously)
replace status of the specified HorizontalPodAutoscaler
|
com.squareup.okhttp.Call |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedHorizontalPodAutoscalerStatus
|
com.squareup.okhttp.Call |
AutoscalingV2alpha1Api.replaceNamespacedHorizontalPodAutoscalerStatusCall(String name,
String namespace,
V2alpha1HorizontalPodAutoscaler body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedHorizontalPodAutoscalerStatus
|
ApiResponse<V1HorizontalPodAutoscaler> |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty)
replace status of the specified HorizontalPodAutoscaler
|
ApiResponse<V2alpha1HorizontalPodAutoscaler> |
AutoscalingV2alpha1Api.replaceNamespacedHorizontalPodAutoscalerStatusWithHttpInfo(String name,
String namespace,
V2alpha1HorizontalPodAutoscaler body,
String pretty)
replace status of the specified HorizontalPodAutoscaler
|
ApiResponse<V1HorizontalPodAutoscaler> |
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
V1HorizontalPodAutoscaler body,
String pretty)
replace the specified HorizontalPodAutoscaler
|
ApiResponse<V2alpha1HorizontalPodAutoscaler> |
AutoscalingV2alpha1Api.replaceNamespacedHorizontalPodAutoscalerWithHttpInfo(String name,
String namespace,
V2alpha1HorizontalPodAutoscaler body,
String pretty)
replace the specified HorizontalPodAutoscaler
|
V1beta1Ingress |
ExtensionsV1beta1Api.replaceNamespacedIngress(String name,
String namespace,
V1beta1Ingress body,
String pretty)
replace the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedIngressAsync(String name,
String namespace,
V1beta1Ingress body,
String pretty,
ApiCallback<V1beta1Ingress> callback)
(asynchronously)
replace the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedIngressCall(String name,
String namespace,
V1beta1Ingress body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedIngress
|
V1beta1Ingress |
ExtensionsV1beta1Api.replaceNamespacedIngressStatus(String name,
String namespace,
V1beta1Ingress body,
String pretty)
replace status of the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedIngressStatusAsync(String name,
String namespace,
V1beta1Ingress body,
String pretty,
ApiCallback<V1beta1Ingress> callback)
(asynchronously)
replace status of the specified Ingress
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedIngressStatusCall(String name,
String namespace,
V1beta1Ingress body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedIngressStatus
|
ApiResponse<V1beta1Ingress> |
ExtensionsV1beta1Api.replaceNamespacedIngressStatusWithHttpInfo(String name,
String namespace,
V1beta1Ingress body,
String pretty)
replace status of the specified Ingress
|
ApiResponse<V1beta1Ingress> |
ExtensionsV1beta1Api.replaceNamespacedIngressWithHttpInfo(String name,
String namespace,
V1beta1Ingress body,
String pretty)
replace the specified Ingress
|
V1Job |
BatchV1Api.replaceNamespacedJob(String name,
String namespace,
V1Job body,
String pretty)
replace the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.replaceNamespacedJobAsync(String name,
String namespace,
V1Job body,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
replace the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.replaceNamespacedJobCall(String name,
String namespace,
V1Job body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedJob
|
V1Job |
BatchV1Api.replaceNamespacedJobStatus(String name,
String namespace,
V1Job body,
String pretty)
replace status of the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.replaceNamespacedJobStatusAsync(String name,
String namespace,
V1Job body,
String pretty,
ApiCallback<V1Job> callback)
(asynchronously)
replace status of the specified Job
|
com.squareup.okhttp.Call |
BatchV1Api.replaceNamespacedJobStatusCall(String name,
String namespace,
V1Job body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedJobStatus
|
ApiResponse<V1Job> |
BatchV1Api.replaceNamespacedJobStatusWithHttpInfo(String name,
String namespace,
V1Job body,
String pretty)
replace status of the specified Job
|
ApiResponse<V1Job> |
BatchV1Api.replaceNamespacedJobWithHttpInfo(String name,
String namespace,
V1Job body,
String pretty)
replace the specified Job
|
V1LimitRange |
CoreV1Api.replaceNamespacedLimitRange(String name,
String namespace,
V1LimitRange body,
String pretty)
replace the specified LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedLimitRangeAsync(String name,
String namespace,
V1LimitRange body,
String pretty,
ApiCallback<V1LimitRange> callback)
(asynchronously)
replace the specified LimitRange
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedLimitRangeCall(String name,
String namespace,
V1LimitRange body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedLimitRange
|
ApiResponse<V1LimitRange> |
CoreV1Api.replaceNamespacedLimitRangeWithHttpInfo(String name,
String namespace,
V1LimitRange body,
String pretty)
replace the specified LimitRange
|
V1beta1NetworkPolicy |
ExtensionsV1beta1Api.replaceNamespacedNetworkPolicy(String name,
String namespace,
V1beta1NetworkPolicy body,
String pretty)
replace the specified NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedNetworkPolicyAsync(String name,
String namespace,
V1beta1NetworkPolicy body,
String pretty,
ApiCallback<V1beta1NetworkPolicy> callback)
(asynchronously)
replace the specified NetworkPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedNetworkPolicyCall(String name,
String namespace,
V1beta1NetworkPolicy body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedNetworkPolicy
|
ApiResponse<V1beta1NetworkPolicy> |
ExtensionsV1beta1Api.replaceNamespacedNetworkPolicyWithHttpInfo(String name,
String namespace,
V1beta1NetworkPolicy body,
String pretty)
replace the specified NetworkPolicy
|
V1PersistentVolumeClaim |
CoreV1Api.replaceNamespacedPersistentVolumeClaim(String name,
String namespace,
V1PersistentVolumeClaim body,
String pretty)
replace the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPersistentVolumeClaimAsync(String name,
String namespace,
V1PersistentVolumeClaim body,
String pretty,
ApiCallback<V1PersistentVolumeClaim> callback)
(asynchronously)
replace the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPersistentVolumeClaimCall(String name,
String namespace,
V1PersistentVolumeClaim body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedPersistentVolumeClaim
|
V1PersistentVolumeClaim |
CoreV1Api.replaceNamespacedPersistentVolumeClaimStatus(String name,
String namespace,
V1PersistentVolumeClaim body,
String pretty)
replace status of the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPersistentVolumeClaimStatusAsync(String name,
String namespace,
V1PersistentVolumeClaim body,
String pretty,
ApiCallback<V1PersistentVolumeClaim> callback)
(asynchronously)
replace status of the specified PersistentVolumeClaim
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPersistentVolumeClaimStatusCall(String name,
String namespace,
V1PersistentVolumeClaim body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedPersistentVolumeClaimStatus
|
ApiResponse<V1PersistentVolumeClaim> |
CoreV1Api.replaceNamespacedPersistentVolumeClaimStatusWithHttpInfo(String name,
String namespace,
V1PersistentVolumeClaim body,
String pretty)
replace status of the specified PersistentVolumeClaim
|
ApiResponse<V1PersistentVolumeClaim> |
CoreV1Api.replaceNamespacedPersistentVolumeClaimWithHttpInfo(String name,
String namespace,
V1PersistentVolumeClaim body,
String pretty)
replace the specified PersistentVolumeClaim
|
V1Pod |
CoreV1Api.replaceNamespacedPod(String name,
String namespace,
V1Pod body,
String pretty)
replace the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPodAsync(String name,
String namespace,
V1Pod body,
String pretty,
ApiCallback<V1Pod> callback)
(asynchronously)
replace the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPodCall(String name,
String namespace,
V1Pod body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedPod
|
V1beta1PodDisruptionBudget |
PolicyV1beta1Api.replaceNamespacedPodDisruptionBudget(String name,
String namespace,
V1beta1PodDisruptionBudget body,
String pretty)
replace the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.replaceNamespacedPodDisruptionBudgetAsync(String name,
String namespace,
V1beta1PodDisruptionBudget body,
String pretty,
ApiCallback<V1beta1PodDisruptionBudget> callback)
(asynchronously)
replace the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.replaceNamespacedPodDisruptionBudgetCall(String name,
String namespace,
V1beta1PodDisruptionBudget body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedPodDisruptionBudget
|
V1beta1PodDisruptionBudget |
PolicyV1beta1Api.replaceNamespacedPodDisruptionBudgetStatus(String name,
String namespace,
V1beta1PodDisruptionBudget body,
String pretty)
replace status of the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.replaceNamespacedPodDisruptionBudgetStatusAsync(String name,
String namespace,
V1beta1PodDisruptionBudget body,
String pretty,
ApiCallback<V1beta1PodDisruptionBudget> callback)
(asynchronously)
replace status of the specified PodDisruptionBudget
|
com.squareup.okhttp.Call |
PolicyV1beta1Api.replaceNamespacedPodDisruptionBudgetStatusCall(String name,
String namespace,
V1beta1PodDisruptionBudget body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedPodDisruptionBudgetStatus
|
ApiResponse<V1beta1PodDisruptionBudget> |
PolicyV1beta1Api.replaceNamespacedPodDisruptionBudgetStatusWithHttpInfo(String name,
String namespace,
V1beta1PodDisruptionBudget body,
String pretty)
replace status of the specified PodDisruptionBudget
|
ApiResponse<V1beta1PodDisruptionBudget> |
PolicyV1beta1Api.replaceNamespacedPodDisruptionBudgetWithHttpInfo(String name,
String namespace,
V1beta1PodDisruptionBudget body,
String pretty)
replace the specified PodDisruptionBudget
|
V1alpha1PodPreset |
SettingsV1alpha1Api.replaceNamespacedPodPreset(String name,
String namespace,
V1alpha1PodPreset body,
String pretty)
replace the specified PodPreset
|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.replaceNamespacedPodPresetAsync(String name,
String namespace,
V1alpha1PodPreset body,
String pretty,
ApiCallback<V1alpha1PodPreset> callback)
(asynchronously)
replace the specified PodPreset
|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.replaceNamespacedPodPresetCall(String name,
String namespace,
V1alpha1PodPreset body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedPodPreset
|
ApiResponse<V1alpha1PodPreset> |
SettingsV1alpha1Api.replaceNamespacedPodPresetWithHttpInfo(String name,
String namespace,
V1alpha1PodPreset body,
String pretty)
replace the specified PodPreset
|
V1Pod |
CoreV1Api.replaceNamespacedPodStatus(String name,
String namespace,
V1Pod body,
String pretty)
replace status of the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPodStatusAsync(String name,
String namespace,
V1Pod body,
String pretty,
ApiCallback<V1Pod> callback)
(asynchronously)
replace status of the specified Pod
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPodStatusCall(String name,
String namespace,
V1Pod body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedPodStatus
|
ApiResponse<V1Pod> |
CoreV1Api.replaceNamespacedPodStatusWithHttpInfo(String name,
String namespace,
V1Pod body,
String pretty)
replace status of the specified Pod
|
V1PodTemplate |
CoreV1Api.replaceNamespacedPodTemplate(String name,
String namespace,
V1PodTemplate body,
String pretty)
replace the specified PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPodTemplateAsync(String name,
String namespace,
V1PodTemplate body,
String pretty,
ApiCallback<V1PodTemplate> callback)
(asynchronously)
replace the specified PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPodTemplateCall(String name,
String namespace,
V1PodTemplate body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedPodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.replaceNamespacedPodTemplateWithHttpInfo(String name,
String namespace,
V1PodTemplate body,
String pretty)
replace the specified PodTemplate
|
ApiResponse<V1Pod> |
CoreV1Api.replaceNamespacedPodWithHttpInfo(String name,
String namespace,
V1Pod body,
String pretty)
replace the specified Pod
|
V1beta1ReplicaSet |
ExtensionsV1beta1Api.replaceNamespacedReplicaSet(String name,
String namespace,
V1beta1ReplicaSet body,
String pretty)
replace the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedReplicaSetAsync(String name,
String namespace,
V1beta1ReplicaSet body,
String pretty,
ApiCallback<V1beta1ReplicaSet> callback)
(asynchronously)
replace the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedReplicaSetCall(String name,
String namespace,
V1beta1ReplicaSet body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedReplicaSet
|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.replaceNamespacedReplicasetsScale(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty)
replace scale of the specified Scale
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedReplicasetsScaleAsync(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified Scale
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedReplicasetsScaleCall(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedReplicasetsScale
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.replaceNamespacedReplicasetsScaleWithHttpInfo(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty)
replace scale of the specified Scale
|
V1beta1ReplicaSet |
ExtensionsV1beta1Api.replaceNamespacedReplicaSetStatus(String name,
String namespace,
V1beta1ReplicaSet body,
String pretty)
replace status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedReplicaSetStatusAsync(String name,
String namespace,
V1beta1ReplicaSet body,
String pretty,
ApiCallback<V1beta1ReplicaSet> callback)
(asynchronously)
replace status of the specified ReplicaSet
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedReplicaSetStatusCall(String name,
String namespace,
V1beta1ReplicaSet body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedReplicaSetStatus
|
ApiResponse<V1beta1ReplicaSet> |
ExtensionsV1beta1Api.replaceNamespacedReplicaSetStatusWithHttpInfo(String name,
String namespace,
V1beta1ReplicaSet body,
String pretty)
replace status of the specified ReplicaSet
|
ApiResponse<V1beta1ReplicaSet> |
ExtensionsV1beta1Api.replaceNamespacedReplicaSetWithHttpInfo(String name,
String namespace,
V1beta1ReplicaSet body,
String pretty)
replace the specified ReplicaSet
|
V1ReplicationController |
CoreV1Api.replaceNamespacedReplicationController(String name,
String namespace,
V1ReplicationController body,
String pretty)
replace the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedReplicationControllerAsync(String name,
String namespace,
V1ReplicationController body,
String pretty,
ApiCallback<V1ReplicationController> callback)
(asynchronously)
replace the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedReplicationControllerCall(String name,
String namespace,
V1ReplicationController body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedReplicationController
|
ExtensionsV1beta1Scale |
ExtensionsV1beta1Api.replaceNamespacedReplicationcontrollersScale(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty)
replace scale of the specified Scale
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedReplicationcontrollersScaleAsync(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty,
ApiCallback<ExtensionsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified Scale
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceNamespacedReplicationcontrollersScaleCall(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedReplicationcontrollersScale
|
ApiResponse<ExtensionsV1beta1Scale> |
ExtensionsV1beta1Api.replaceNamespacedReplicationcontrollersScaleWithHttpInfo(String name,
String namespace,
ExtensionsV1beta1Scale body,
String pretty)
replace scale of the specified Scale
|
V1ReplicationController |
CoreV1Api.replaceNamespacedReplicationControllerStatus(String name,
String namespace,
V1ReplicationController body,
String pretty)
replace status of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedReplicationControllerStatusAsync(String name,
String namespace,
V1ReplicationController body,
String pretty,
ApiCallback<V1ReplicationController> callback)
(asynchronously)
replace status of the specified ReplicationController
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedReplicationControllerStatusCall(String name,
String namespace,
V1ReplicationController body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedReplicationControllerStatus
|
ApiResponse<V1ReplicationController> |
CoreV1Api.replaceNamespacedReplicationControllerStatusWithHttpInfo(String name,
String namespace,
V1ReplicationController body,
String pretty)
replace status of the specified ReplicationController
|
ApiResponse<V1ReplicationController> |
CoreV1Api.replaceNamespacedReplicationControllerWithHttpInfo(String name,
String namespace,
V1ReplicationController body,
String pretty)
replace the specified ReplicationController
|
V1ResourceQuota |
CoreV1Api.replaceNamespacedResourceQuota(String name,
String namespace,
V1ResourceQuota body,
String pretty)
replace the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedResourceQuotaAsync(String name,
String namespace,
V1ResourceQuota body,
String pretty,
ApiCallback<V1ResourceQuota> callback)
(asynchronously)
replace the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedResourceQuotaCall(String name,
String namespace,
V1ResourceQuota body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedResourceQuota
|
V1ResourceQuota |
CoreV1Api.replaceNamespacedResourceQuotaStatus(String name,
String namespace,
V1ResourceQuota body,
String pretty)
replace status of the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedResourceQuotaStatusAsync(String name,
String namespace,
V1ResourceQuota body,
String pretty,
ApiCallback<V1ResourceQuota> callback)
(asynchronously)
replace status of the specified ResourceQuota
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedResourceQuotaStatusCall(String name,
String namespace,
V1ResourceQuota body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedResourceQuotaStatus
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.replaceNamespacedResourceQuotaStatusWithHttpInfo(String name,
String namespace,
V1ResourceQuota body,
String pretty)
replace status of the specified ResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.replaceNamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
V1ResourceQuota body,
String pretty)
replace the specified ResourceQuota
|
V1alpha1Role |
RbacAuthorizationV1alpha1Api.replaceNamespacedRole(String name,
String namespace,
V1alpha1Role body,
String pretty)
replace the specified Role
|
V1beta1Role |
RbacAuthorizationV1beta1Api.replaceNamespacedRole(String name,
String namespace,
V1beta1Role body,
String pretty)
replace the specified Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleAsync(String name,
String namespace,
V1alpha1Role body,
String pretty,
ApiCallback<V1alpha1Role> callback)
(asynchronously)
replace the specified Role
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.replaceNamespacedRoleAsync(String name,
String namespace,
V1beta1Role body,
String pretty,
ApiCallback<V1beta1Role> callback)
(asynchronously)
replace the specified Role
|
V1alpha1RoleBinding |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleBinding(String name,
String namespace,
V1alpha1RoleBinding body,
String pretty)
replace the specified RoleBinding
|
V1beta1RoleBinding |
RbacAuthorizationV1beta1Api.replaceNamespacedRoleBinding(String name,
String namespace,
V1beta1RoleBinding body,
String pretty)
replace the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleBindingAsync(String name,
String namespace,
V1alpha1RoleBinding body,
String pretty,
ApiCallback<V1alpha1RoleBinding> callback)
(asynchronously)
replace the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.replaceNamespacedRoleBindingAsync(String name,
String namespace,
V1beta1RoleBinding body,
String pretty,
ApiCallback<V1beta1RoleBinding> callback)
(asynchronously)
replace the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleBindingCall(String name,
String namespace,
V1alpha1RoleBinding body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedRoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.replaceNamespacedRoleBindingCall(String name,
String namespace,
V1beta1RoleBinding body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedRoleBinding
|
ApiResponse<V1alpha1RoleBinding> |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
V1alpha1RoleBinding body,
String pretty)
replace the specified RoleBinding
|
ApiResponse<V1beta1RoleBinding> |
RbacAuthorizationV1beta1Api.replaceNamespacedRoleBindingWithHttpInfo(String name,
String namespace,
V1beta1RoleBinding body,
String pretty)
replace the specified RoleBinding
|
com.squareup.okhttp.Call |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleCall(String name,
String namespace,
V1alpha1Role body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedRole
|
com.squareup.okhttp.Call |
RbacAuthorizationV1beta1Api.replaceNamespacedRoleCall(String name,
String namespace,
V1beta1Role body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedRole
|
ApiResponse<V1alpha1Role> |
RbacAuthorizationV1alpha1Api.replaceNamespacedRoleWithHttpInfo(String name,
String namespace,
V1alpha1Role body,
String pretty)
replace the specified Role
|
ApiResponse<V1beta1Role> |
RbacAuthorizationV1beta1Api.replaceNamespacedRoleWithHttpInfo(String name,
String namespace,
V1beta1Role body,
String pretty)
replace the specified Role
|
AppsV1beta1Scale |
AppsV1beta1Api.replaceNamespacedScaleScale(String name,
String namespace,
AppsV1beta1Scale body,
String pretty)
replace scale of the specified Scale
|
V1Scale |
CoreV1Api.replaceNamespacedScaleScale(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified Scale
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceNamespacedScaleScaleAsync(String name,
String namespace,
AppsV1beta1Scale body,
String pretty,
ApiCallback<AppsV1beta1Scale> callback)
(asynchronously)
replace scale of the specified Scale
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedScaleScaleAsync(String name,
String namespace,
V1Scale body,
String pretty,
ApiCallback<V1Scale> callback)
(asynchronously)
replace scale of the specified Scale
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceNamespacedScaleScaleCall(String name,
String namespace,
AppsV1beta1Scale body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedScaleScale
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedScaleScaleCall(String name,
String namespace,
V1Scale body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedScaleScale
|
ApiResponse<AppsV1beta1Scale> |
AppsV1beta1Api.replaceNamespacedScaleScaleWithHttpInfo(String name,
String namespace,
AppsV1beta1Scale body,
String pretty)
replace scale of the specified Scale
|
ApiResponse<V1Scale> |
CoreV1Api.replaceNamespacedScaleScaleWithHttpInfo(String name,
String namespace,
V1Scale body,
String pretty)
replace scale of the specified Scale
|
V2alpha1CronJob |
BatchV2alpha1Api.replaceNamespacedScheduledJob(String name,
String namespace,
V2alpha1CronJob body,
String pretty)
replace the specified ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.replaceNamespacedScheduledJobAsync(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
replace the specified ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.replaceNamespacedScheduledJobCall(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedScheduledJob
|
V2alpha1CronJob |
BatchV2alpha1Api.replaceNamespacedScheduledJobStatus(String name,
String namespace,
V2alpha1CronJob body,
String pretty)
replace status of the specified ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.replaceNamespacedScheduledJobStatusAsync(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
ApiCallback<V2alpha1CronJob> callback)
(asynchronously)
replace status of the specified ScheduledJob
|
com.squareup.okhttp.Call |
BatchV2alpha1Api.replaceNamespacedScheduledJobStatusCall(String name,
String namespace,
V2alpha1CronJob body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedScheduledJobStatus
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.replaceNamespacedScheduledJobStatusWithHttpInfo(String name,
String namespace,
V2alpha1CronJob body,
String pretty)
replace status of the specified ScheduledJob
|
ApiResponse<V2alpha1CronJob> |
BatchV2alpha1Api.replaceNamespacedScheduledJobWithHttpInfo(String name,
String namespace,
V2alpha1CronJob body,
String pretty)
replace the specified ScheduledJob
|
V1Secret |
CoreV1Api.replaceNamespacedSecret(String name,
String namespace,
V1Secret body,
String pretty)
replace the specified Secret
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedSecretAsync(String name,
String namespace,
V1Secret body,
String pretty,
ApiCallback<V1Secret> callback)
(asynchronously)
replace the specified Secret
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedSecretCall(String name,
String namespace,
V1Secret body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedSecret
|
ApiResponse<V1Secret> |
CoreV1Api.replaceNamespacedSecretWithHttpInfo(String name,
String namespace,
V1Secret body,
String pretty)
replace the specified Secret
|
V1Service |
CoreV1Api.replaceNamespacedService(String name,
String namespace,
V1Service body,
String pretty)
replace the specified Service
|
V1ServiceAccount |
CoreV1Api.replaceNamespacedServiceAccount(String name,
String namespace,
V1ServiceAccount body,
String pretty)
replace the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedServiceAccountAsync(String name,
String namespace,
V1ServiceAccount body,
String pretty,
ApiCallback<V1ServiceAccount> callback)
(asynchronously)
replace the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedServiceAccountCall(String name,
String namespace,
V1ServiceAccount body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.replaceNamespacedServiceAccountWithHttpInfo(String name,
String namespace,
V1ServiceAccount body,
String pretty)
replace the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedServiceAsync(String name,
String namespace,
V1Service body,
String pretty,
ApiCallback<V1Service> callback)
(asynchronously)
replace the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedServiceCall(String name,
String namespace,
V1Service body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedService
|
V1Service |
CoreV1Api.replaceNamespacedServiceStatus(String name,
String namespace,
V1Service body,
String pretty)
replace status of the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedServiceStatusAsync(String name,
String namespace,
V1Service body,
String pretty,
ApiCallback<V1Service> callback)
(asynchronously)
replace status of the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedServiceStatusCall(String name,
String namespace,
V1Service body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedServiceStatus
|
ApiResponse<V1Service> |
CoreV1Api.replaceNamespacedServiceStatusWithHttpInfo(String name,
String namespace,
V1Service body,
String pretty)
replace status of the specified Service
|
ApiResponse<V1Service> |
CoreV1Api.replaceNamespacedServiceWithHttpInfo(String name,
String namespace,
V1Service body,
String pretty)
replace the specified Service
|
V1beta1StatefulSet |
AppsV1beta1Api.replaceNamespacedStatefulSet(String name,
String namespace,
V1beta1StatefulSet body,
String pretty)
replace the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceNamespacedStatefulSetAsync(String name,
String namespace,
V1beta1StatefulSet body,
String pretty,
ApiCallback<V1beta1StatefulSet> callback)
(asynchronously)
replace the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceNamespacedStatefulSetCall(String name,
String namespace,
V1beta1StatefulSet body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedStatefulSet
|
V1beta1StatefulSet |
AppsV1beta1Api.replaceNamespacedStatefulSetStatus(String name,
String namespace,
V1beta1StatefulSet body,
String pretty)
replace status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceNamespacedStatefulSetStatusAsync(String name,
String namespace,
V1beta1StatefulSet body,
String pretty,
ApiCallback<V1beta1StatefulSet> callback)
(asynchronously)
replace status of the specified StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.replaceNamespacedStatefulSetStatusCall(String name,
String namespace,
V1beta1StatefulSet body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedStatefulSetStatus
|
ApiResponse<V1beta1StatefulSet> |
AppsV1beta1Api.replaceNamespacedStatefulSetStatusWithHttpInfo(String name,
String namespace,
V1beta1StatefulSet body,
String pretty)
replace status of the specified StatefulSet
|
ApiResponse<V1beta1StatefulSet> |
AppsV1beta1Api.replaceNamespacedStatefulSetWithHttpInfo(String name,
String namespace,
V1beta1StatefulSet body,
String pretty)
replace the specified StatefulSet
|
V1Namespace |
CoreV1Api.replaceNamespaceFinalize(String name,
V1Namespace body,
String pretty)
replace finalize of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespaceFinalizeAsync(String name,
V1Namespace body,
String pretty,
ApiCallback<V1Namespace> callback)
(asynchronously)
replace finalize of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespaceFinalizeCall(String name,
V1Namespace body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespaceFinalize
|
ApiResponse<V1Namespace> |
CoreV1Api.replaceNamespaceFinalizeWithHttpInfo(String name,
V1Namespace body,
String pretty)
replace finalize of the specified Namespace
|
V1Namespace |
CoreV1Api.replaceNamespaceStatus(String name,
V1Namespace body,
String pretty)
replace status of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespaceStatusAsync(String name,
V1Namespace body,
String pretty,
ApiCallback<V1Namespace> callback)
(asynchronously)
replace status of the specified Namespace
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespaceStatusCall(String name,
V1Namespace body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespaceStatus
|
ApiResponse<V1Namespace> |
CoreV1Api.replaceNamespaceStatusWithHttpInfo(String name,
V1Namespace body,
String pretty)
replace status of the specified Namespace
|
ApiResponse<V1Namespace> |
CoreV1Api.replaceNamespaceWithHttpInfo(String name,
V1Namespace body,
String pretty)
replace the specified Namespace
|
V1Node |
CoreV1Api.replaceNode(String name,
V1Node body,
String pretty)
replace the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNodeAsync(String name,
V1Node body,
String pretty,
ApiCallback<V1Node> callback)
(asynchronously)
replace the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNodeCall(String name,
V1Node body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNode
|
V1Node |
CoreV1Api.replaceNodeStatus(String name,
V1Node body,
String pretty)
replace status of the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNodeStatusAsync(String name,
V1Node body,
String pretty,
ApiCallback<V1Node> callback)
(asynchronously)
replace status of the specified Node
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNodeStatusCall(String name,
V1Node body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNodeStatus
|
ApiResponse<V1Node> |
CoreV1Api.replaceNodeStatusWithHttpInfo(String name,
V1Node body,
String pretty)
replace status of the specified Node
|
ApiResponse<V1Node> |
CoreV1Api.replaceNodeWithHttpInfo(String name,
V1Node body,
String pretty)
replace the specified Node
|
V1PersistentVolume |
CoreV1Api.replacePersistentVolume(String name,
V1PersistentVolume body,
String pretty)
replace the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.replacePersistentVolumeAsync(String name,
V1PersistentVolume body,
String pretty,
ApiCallback<V1PersistentVolume> callback)
(asynchronously)
replace the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.replacePersistentVolumeCall(String name,
V1PersistentVolume body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replacePersistentVolume
|
V1PersistentVolume |
CoreV1Api.replacePersistentVolumeStatus(String name,
V1PersistentVolume body,
String pretty)
replace status of the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.replacePersistentVolumeStatusAsync(String name,
V1PersistentVolume body,
String pretty,
ApiCallback<V1PersistentVolume> callback)
(asynchronously)
replace status of the specified PersistentVolume
|
com.squareup.okhttp.Call |
CoreV1Api.replacePersistentVolumeStatusCall(String name,
V1PersistentVolume body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replacePersistentVolumeStatus
|
ApiResponse<V1PersistentVolume> |
CoreV1Api.replacePersistentVolumeStatusWithHttpInfo(String name,
V1PersistentVolume body,
String pretty)
replace status of the specified PersistentVolume
|
ApiResponse<V1PersistentVolume> |
CoreV1Api.replacePersistentVolumeWithHttpInfo(String name,
V1PersistentVolume body,
String pretty)
replace the specified PersistentVolume
|
V1beta1PodSecurityPolicy |
ExtensionsV1beta1Api.replacePodSecurityPolicy(String name,
V1beta1PodSecurityPolicy body,
String pretty)
replace the specified PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replacePodSecurityPolicyAsync(String name,
V1beta1PodSecurityPolicy body,
String pretty,
ApiCallback<V1beta1PodSecurityPolicy> callback)
(asynchronously)
replace the specified PodSecurityPolicy
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replacePodSecurityPolicyCall(String name,
V1beta1PodSecurityPolicy body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replacePodSecurityPolicy
|
ApiResponse<V1beta1PodSecurityPolicy> |
ExtensionsV1beta1Api.replacePodSecurityPolicyWithHttpInfo(String name,
V1beta1PodSecurityPolicy body,
String pretty)
replace the specified PodSecurityPolicy
|
V1beta1StorageClass |
StorageV1beta1Api.replaceStorageClass(String name,
V1beta1StorageClass body,
String pretty)
replace the specified StorageClass
|
V1StorageClass |
StorageV1Api.replaceStorageClass(String name,
V1StorageClass body,
String pretty)
replace the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.replaceStorageClassAsync(String name,
V1beta1StorageClass body,
String pretty,
ApiCallback<V1beta1StorageClass> callback)
(asynchronously)
replace the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.replaceStorageClassAsync(String name,
V1StorageClass body,
String pretty,
ApiCallback<V1StorageClass> callback)
(asynchronously)
replace the specified StorageClass
|
com.squareup.okhttp.Call |
StorageV1beta1Api.replaceStorageClassCall(String name,
V1beta1StorageClass body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceStorageClass
|
com.squareup.okhttp.Call |
StorageV1Api.replaceStorageClassCall(String name,
V1StorageClass body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceStorageClass
|
ApiResponse<V1beta1StorageClass> |
StorageV1beta1Api.replaceStorageClassWithHttpInfo(String name,
V1beta1StorageClass body,
String pretty)
replace the specified StorageClass
|
ApiResponse<V1StorageClass> |
StorageV1Api.replaceStorageClassWithHttpInfo(String name,
V1StorageClass body,
String pretty)
replace the specified StorageClass
|
V1beta1ThirdPartyResource |
ExtensionsV1beta1Api.replaceThirdPartyResource(String name,
V1beta1ThirdPartyResource body,
String pretty)
replace the specified ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceThirdPartyResourceAsync(String name,
V1beta1ThirdPartyResource body,
String pretty,
ApiCallback<V1beta1ThirdPartyResource> callback)
(asynchronously)
replace the specified ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceThirdPartyResourceCall(String name,
V1beta1ThirdPartyResource body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceThirdPartyResource
|
ApiResponse<V1beta1ThirdPartyResource> |
ExtensionsV1beta1Api.replaceThirdPartyResourceWithHttpInfo(String name,
V1beta1ThirdPartyResource body,
String pretty)
replace the specified ThirdPartyResource
|
Copyright © 2017. All rights reserved.