Uses of Class
io.kubernetes.client.openapi.ApiException
Packages that use ApiException
-
Uses of ApiException in io.kubernetes.client.openapi
Methods in io.kubernetes.client.openapi with parameters of type ApiExceptionModifier and TypeMethodDescriptionvoid
This is called when the API call fails.Methods in io.kubernetes.client.openapi that throw ApiExceptionModifier and TypeMethodDescriptionokhttp3.Call
ApiClient.buildCall
(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build HTTP call with the given options.okhttp3.Request
ApiClient.buildRequest
(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build an HTTP request with the given options.<T> T
ApiClient.deserialize
(okhttp3.Response response, Type returnType) Deserialize response body to Java object, according to the return type and the Content-Type response header.ApiClient.downloadFileFromResponse
(okhttp3.Response response) Download file from the given response.<T> ApiResponse<T>
ApiClient.execute
(okhttp3.Call call) <T> ApiResponse<T>
Execute HTTP call and deserialize the HTTP response body into the given return type.<T> T
ApiClient.handleResponse
(okhttp3.Response response, Type returnType) Handle the given response, return the deserialized object when the response is successful.okhttp3.RequestBody
Serialize the given Java object into request body according to the object's class and the request Content-Type. -
Uses of ApiException in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that throw ApiExceptionModifier and TypeMethodDescriptionCoreV1Api.connectDeleteNamespacedPodProxy
(String name, String namespace, String path) connect DELETE requests to proxy of Podokhttp3.Call
CoreV1Api.connectDeleteNamespacedPodProxyAsync
(String name, String namespace, String path, ApiCallback<String> _callback) (asynchronously) connect DELETE requests to proxy of Podokhttp3.Call
CoreV1Api.connectDeleteNamespacedPodProxyCall
(String name, String namespace, String path, ApiCallback _callback) Build call for connectDeleteNamespacedPodProxyCoreV1Api.connectDeleteNamespacedPodProxyWithHttpInfo
(String name, String namespace, String path) connect DELETE requests to proxy of PodCoreV1Api.connectDeleteNamespacedPodProxyWithPath
(String name, String namespace, String path, String path2) connect DELETE requests to proxy of Podokhttp3.Call
CoreV1Api.connectDeleteNamespacedPodProxyWithPathAsync
(String name, String namespace, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect DELETE requests to proxy of Podokhttp3.Call
CoreV1Api.connectDeleteNamespacedPodProxyWithPathCall
(String name, String namespace, String path, String path2, ApiCallback _callback) Build call for connectDeleteNamespacedPodProxyWithPathCoreV1Api.connectDeleteNamespacedPodProxyWithPathWithHttpInfo
(String name, String namespace, String path, String path2) connect DELETE requests to proxy of PodCoreV1Api.connectDeleteNamespacedServiceProxy
(String name, String namespace, String path) connect DELETE requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectDeleteNamespacedServiceProxyAsync
(String name, String namespace, String path, ApiCallback<String> _callback) (asynchronously) connect DELETE requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectDeleteNamespacedServiceProxyCall
(String name, String namespace, String path, ApiCallback _callback) Build call for connectDeleteNamespacedServiceProxyCoreV1Api.connectDeleteNamespacedServiceProxyWithHttpInfo
(String name, String namespace, String path) connect DELETE requests to proxy of ServiceCoreV1Api.connectDeleteNamespacedServiceProxyWithPath
(String name, String namespace, String path, String path2) connect DELETE requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectDeleteNamespacedServiceProxyWithPathAsync
(String name, String namespace, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect DELETE requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectDeleteNamespacedServiceProxyWithPathCall
(String name, String namespace, String path, String path2, ApiCallback _callback) Build call for connectDeleteNamespacedServiceProxyWithPathCoreV1Api.connectDeleteNamespacedServiceProxyWithPathWithHttpInfo
(String name, String namespace, String path, String path2) connect DELETE requests to proxy of ServiceCoreV1Api.connectDeleteNodeProxy
(String name, String path) connect DELETE requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectDeleteNodeProxyAsync
(String name, String path, ApiCallback<String> _callback) (asynchronously) connect DELETE requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectDeleteNodeProxyCall
(String name, String path, ApiCallback _callback) Build call for connectDeleteNodeProxyCoreV1Api.connectDeleteNodeProxyWithHttpInfo
(String name, String path) connect DELETE requests to proxy of NodeCoreV1Api.connectDeleteNodeProxyWithPath
(String name, String path, String path2) connect DELETE requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectDeleteNodeProxyWithPathAsync
(String name, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect DELETE requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectDeleteNodeProxyWithPathCall
(String name, String path, String path2, ApiCallback _callback) Build call for connectDeleteNodeProxyWithPathCoreV1Api.connectDeleteNodeProxyWithPathWithHttpInfo
(String name, String path, String path2) connect DELETE requests to proxy of NodeCoreV1Api.connectGetNamespacedPodAttach
(String name, String namespace, String container, Boolean stderr, Boolean stdin, Boolean stdout, Boolean tty) connect GET requests to attach of Podokhttp3.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 Podokhttp3.Call
CoreV1Api.connectGetNamespacedPodAttachCall
(String name, String namespace, String container, Boolean stderr, Boolean stdin, Boolean stdout, Boolean tty, ApiCallback _callback) Build call for connectGetNamespacedPodAttachCoreV1Api.connectGetNamespacedPodAttachWithHttpInfo
(String name, String namespace, String container, Boolean stderr, Boolean stdin, Boolean stdout, Boolean tty) connect GET requests to attach of PodCoreV1Api.connectGetNamespacedPodExec
(String name, String namespace, String command, String container, Boolean stderr, Boolean stdin, Boolean stdout, Boolean tty) connect GET requests to exec of Podokhttp3.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 Podokhttp3.Call
CoreV1Api.connectGetNamespacedPodExecCall
(String name, String namespace, String command, String container, Boolean stderr, Boolean stdin, Boolean stdout, Boolean tty, ApiCallback _callback) Build call for connectGetNamespacedPodExecCoreV1Api.connectGetNamespacedPodExecWithHttpInfo
(String name, String namespace, String command, String container, Boolean stderr, Boolean stdin, Boolean stdout, Boolean tty) connect GET requests to exec of PodCoreV1Api.connectGetNamespacedPodPortforward
(String name, String namespace, Integer ports) connect GET requests to portforward of Podokhttp3.Call
CoreV1Api.connectGetNamespacedPodPortforwardAsync
(String name, String namespace, Integer ports, ApiCallback<String> _callback) (asynchronously) connect GET requests to portforward of Podokhttp3.Call
CoreV1Api.connectGetNamespacedPodPortforwardCall
(String name, String namespace, Integer ports, ApiCallback _callback) Build call for connectGetNamespacedPodPortforwardCoreV1Api.connectGetNamespacedPodPortforwardWithHttpInfo
(String name, String namespace, Integer ports) connect GET requests to portforward of PodCoreV1Api.connectGetNamespacedPodProxy
(String name, String namespace, String path) connect GET requests to proxy of Podokhttp3.Call
CoreV1Api.connectGetNamespacedPodProxyAsync
(String name, String namespace, String path, ApiCallback<String> _callback) (asynchronously) connect GET requests to proxy of Podokhttp3.Call
CoreV1Api.connectGetNamespacedPodProxyCall
(String name, String namespace, String path, ApiCallback _callback) Build call for connectGetNamespacedPodProxyCoreV1Api.connectGetNamespacedPodProxyWithHttpInfo
(String name, String namespace, String path) connect GET requests to proxy of PodCoreV1Api.connectGetNamespacedPodProxyWithPath
(String name, String namespace, String path, String path2) connect GET requests to proxy of Podokhttp3.Call
CoreV1Api.connectGetNamespacedPodProxyWithPathAsync
(String name, String namespace, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect GET requests to proxy of Podokhttp3.Call
CoreV1Api.connectGetNamespacedPodProxyWithPathCall
(String name, String namespace, String path, String path2, ApiCallback _callback) Build call for connectGetNamespacedPodProxyWithPathCoreV1Api.connectGetNamespacedPodProxyWithPathWithHttpInfo
(String name, String namespace, String path, String path2) connect GET requests to proxy of PodCoreV1Api.connectGetNamespacedServiceProxy
(String name, String namespace, String path) connect GET requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectGetNamespacedServiceProxyAsync
(String name, String namespace, String path, ApiCallback<String> _callback) (asynchronously) connect GET requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectGetNamespacedServiceProxyCall
(String name, String namespace, String path, ApiCallback _callback) Build call for connectGetNamespacedServiceProxyCoreV1Api.connectGetNamespacedServiceProxyWithHttpInfo
(String name, String namespace, String path) connect GET requests to proxy of ServiceCoreV1Api.connectGetNamespacedServiceProxyWithPath
(String name, String namespace, String path, String path2) connect GET requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectGetNamespacedServiceProxyWithPathAsync
(String name, String namespace, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect GET requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectGetNamespacedServiceProxyWithPathCall
(String name, String namespace, String path, String path2, ApiCallback _callback) Build call for connectGetNamespacedServiceProxyWithPathCoreV1Api.connectGetNamespacedServiceProxyWithPathWithHttpInfo
(String name, String namespace, String path, String path2) connect GET requests to proxy of ServiceCoreV1Api.connectGetNodeProxy
(String name, String path) connect GET requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectGetNodeProxyAsync
(String name, String path, ApiCallback<String> _callback) (asynchronously) connect GET requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectGetNodeProxyCall
(String name, String path, ApiCallback _callback) Build call for connectGetNodeProxyCoreV1Api.connectGetNodeProxyWithHttpInfo
(String name, String path) connect GET requests to proxy of NodeCoreV1Api.connectGetNodeProxyWithPath
(String name, String path, String path2) connect GET requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectGetNodeProxyWithPathAsync
(String name, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect GET requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectGetNodeProxyWithPathCall
(String name, String path, String path2, ApiCallback _callback) Build call for connectGetNodeProxyWithPathCoreV1Api.connectGetNodeProxyWithPathWithHttpInfo
(String name, String path, String path2) connect GET requests to proxy of NodeCoreV1Api.connectHeadNamespacedPodProxy
(String name, String namespace, String path) connect HEAD requests to proxy of Podokhttp3.Call
CoreV1Api.connectHeadNamespacedPodProxyAsync
(String name, String namespace, String path, ApiCallback<String> _callback) (asynchronously) connect HEAD requests to proxy of Podokhttp3.Call
CoreV1Api.connectHeadNamespacedPodProxyCall
(String name, String namespace, String path, ApiCallback _callback) Build call for connectHeadNamespacedPodProxyCoreV1Api.connectHeadNamespacedPodProxyWithHttpInfo
(String name, String namespace, String path) connect HEAD requests to proxy of PodCoreV1Api.connectHeadNamespacedPodProxyWithPath
(String name, String namespace, String path, String path2) connect HEAD requests to proxy of Podokhttp3.Call
CoreV1Api.connectHeadNamespacedPodProxyWithPathAsync
(String name, String namespace, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect HEAD requests to proxy of Podokhttp3.Call
CoreV1Api.connectHeadNamespacedPodProxyWithPathCall
(String name, String namespace, String path, String path2, ApiCallback _callback) Build call for connectHeadNamespacedPodProxyWithPathCoreV1Api.connectHeadNamespacedPodProxyWithPathWithHttpInfo
(String name, String namespace, String path, String path2) connect HEAD requests to proxy of PodCoreV1Api.connectHeadNamespacedServiceProxy
(String name, String namespace, String path) connect HEAD requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectHeadNamespacedServiceProxyAsync
(String name, String namespace, String path, ApiCallback<String> _callback) (asynchronously) connect HEAD requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectHeadNamespacedServiceProxyCall
(String name, String namespace, String path, ApiCallback _callback) Build call for connectHeadNamespacedServiceProxyCoreV1Api.connectHeadNamespacedServiceProxyWithHttpInfo
(String name, String namespace, String path) connect HEAD requests to proxy of ServiceCoreV1Api.connectHeadNamespacedServiceProxyWithPath
(String name, String namespace, String path, String path2) connect HEAD requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectHeadNamespacedServiceProxyWithPathAsync
(String name, String namespace, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect HEAD requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectHeadNamespacedServiceProxyWithPathCall
(String name, String namespace, String path, String path2, ApiCallback _callback) Build call for connectHeadNamespacedServiceProxyWithPathCoreV1Api.connectHeadNamespacedServiceProxyWithPathWithHttpInfo
(String name, String namespace, String path, String path2) connect HEAD requests to proxy of ServiceCoreV1Api.connectHeadNodeProxy
(String name, String path) connect HEAD requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectHeadNodeProxyAsync
(String name, String path, ApiCallback<String> _callback) (asynchronously) connect HEAD requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectHeadNodeProxyCall
(String name, String path, ApiCallback _callback) Build call for connectHeadNodeProxyCoreV1Api.connectHeadNodeProxyWithHttpInfo
(String name, String path) connect HEAD requests to proxy of NodeCoreV1Api.connectHeadNodeProxyWithPath
(String name, String path, String path2) connect HEAD requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectHeadNodeProxyWithPathAsync
(String name, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect HEAD requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectHeadNodeProxyWithPathCall
(String name, String path, String path2, ApiCallback _callback) Build call for connectHeadNodeProxyWithPathCoreV1Api.connectHeadNodeProxyWithPathWithHttpInfo
(String name, String path, String path2) connect HEAD requests to proxy of NodeCoreV1Api.connectOptionsNamespacedPodProxy
(String name, String namespace, String path) connect OPTIONS requests to proxy of Podokhttp3.Call
CoreV1Api.connectOptionsNamespacedPodProxyAsync
(String name, String namespace, String path, ApiCallback<String> _callback) (asynchronously) connect OPTIONS requests to proxy of Podokhttp3.Call
CoreV1Api.connectOptionsNamespacedPodProxyCall
(String name, String namespace, String path, ApiCallback _callback) Build call for connectOptionsNamespacedPodProxyCoreV1Api.connectOptionsNamespacedPodProxyWithHttpInfo
(String name, String namespace, String path) connect OPTIONS requests to proxy of PodCoreV1Api.connectOptionsNamespacedPodProxyWithPath
(String name, String namespace, String path, String path2) connect OPTIONS requests to proxy of Podokhttp3.Call
CoreV1Api.connectOptionsNamespacedPodProxyWithPathAsync
(String name, String namespace, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect OPTIONS requests to proxy of Podokhttp3.Call
CoreV1Api.connectOptionsNamespacedPodProxyWithPathCall
(String name, String namespace, String path, String path2, ApiCallback _callback) Build call for connectOptionsNamespacedPodProxyWithPathCoreV1Api.connectOptionsNamespacedPodProxyWithPathWithHttpInfo
(String name, String namespace, String path, String path2) connect OPTIONS requests to proxy of PodCoreV1Api.connectOptionsNamespacedServiceProxy
(String name, String namespace, String path) connect OPTIONS requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectOptionsNamespacedServiceProxyAsync
(String name, String namespace, String path, ApiCallback<String> _callback) (asynchronously) connect OPTIONS requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectOptionsNamespacedServiceProxyCall
(String name, String namespace, String path, ApiCallback _callback) Build call for connectOptionsNamespacedServiceProxyCoreV1Api.connectOptionsNamespacedServiceProxyWithHttpInfo
(String name, String namespace, String path) connect OPTIONS requests to proxy of ServiceCoreV1Api.connectOptionsNamespacedServiceProxyWithPath
(String name, String namespace, String path, String path2) connect OPTIONS requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectOptionsNamespacedServiceProxyWithPathAsync
(String name, String namespace, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect OPTIONS requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectOptionsNamespacedServiceProxyWithPathCall
(String name, String namespace, String path, String path2, ApiCallback _callback) Build call for connectOptionsNamespacedServiceProxyWithPathCoreV1Api.connectOptionsNamespacedServiceProxyWithPathWithHttpInfo
(String name, String namespace, String path, String path2) connect OPTIONS requests to proxy of ServiceCoreV1Api.connectOptionsNodeProxy
(String name, String path) connect OPTIONS requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectOptionsNodeProxyAsync
(String name, String path, ApiCallback<String> _callback) (asynchronously) connect OPTIONS requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectOptionsNodeProxyCall
(String name, String path, ApiCallback _callback) Build call for connectOptionsNodeProxyCoreV1Api.connectOptionsNodeProxyWithHttpInfo
(String name, String path) connect OPTIONS requests to proxy of NodeCoreV1Api.connectOptionsNodeProxyWithPath
(String name, String path, String path2) connect OPTIONS requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectOptionsNodeProxyWithPathAsync
(String name, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect OPTIONS requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectOptionsNodeProxyWithPathCall
(String name, String path, String path2, ApiCallback _callback) Build call for connectOptionsNodeProxyWithPathCoreV1Api.connectOptionsNodeProxyWithPathWithHttpInfo
(String name, String path, String path2) connect OPTIONS requests to proxy of NodeCoreV1Api.connectPatchNamespacedPodProxy
(String name, String namespace, String path) connect PATCH requests to proxy of Podokhttp3.Call
CoreV1Api.connectPatchNamespacedPodProxyAsync
(String name, String namespace, String path, ApiCallback<String> _callback) (asynchronously) connect PATCH requests to proxy of Podokhttp3.Call
CoreV1Api.connectPatchNamespacedPodProxyCall
(String name, String namespace, String path, ApiCallback _callback) Build call for connectPatchNamespacedPodProxyCoreV1Api.connectPatchNamespacedPodProxyWithHttpInfo
(String name, String namespace, String path) connect PATCH requests to proxy of PodCoreV1Api.connectPatchNamespacedPodProxyWithPath
(String name, String namespace, String path, String path2) connect PATCH requests to proxy of Podokhttp3.Call
CoreV1Api.connectPatchNamespacedPodProxyWithPathAsync
(String name, String namespace, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect PATCH requests to proxy of Podokhttp3.Call
CoreV1Api.connectPatchNamespacedPodProxyWithPathCall
(String name, String namespace, String path, String path2, ApiCallback _callback) Build call for connectPatchNamespacedPodProxyWithPathCoreV1Api.connectPatchNamespacedPodProxyWithPathWithHttpInfo
(String name, String namespace, String path, String path2) connect PATCH requests to proxy of PodCoreV1Api.connectPatchNamespacedServiceProxy
(String name, String namespace, String path) connect PATCH requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectPatchNamespacedServiceProxyAsync
(String name, String namespace, String path, ApiCallback<String> _callback) (asynchronously) connect PATCH requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectPatchNamespacedServiceProxyCall
(String name, String namespace, String path, ApiCallback _callback) Build call for connectPatchNamespacedServiceProxyCoreV1Api.connectPatchNamespacedServiceProxyWithHttpInfo
(String name, String namespace, String path) connect PATCH requests to proxy of ServiceCoreV1Api.connectPatchNamespacedServiceProxyWithPath
(String name, String namespace, String path, String path2) connect PATCH requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectPatchNamespacedServiceProxyWithPathAsync
(String name, String namespace, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect PATCH requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectPatchNamespacedServiceProxyWithPathCall
(String name, String namespace, String path, String path2, ApiCallback _callback) Build call for connectPatchNamespacedServiceProxyWithPathCoreV1Api.connectPatchNamespacedServiceProxyWithPathWithHttpInfo
(String name, String namespace, String path, String path2) connect PATCH requests to proxy of ServiceCoreV1Api.connectPatchNodeProxy
(String name, String path) connect PATCH requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectPatchNodeProxyAsync
(String name, String path, ApiCallback<String> _callback) (asynchronously) connect PATCH requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectPatchNodeProxyCall
(String name, String path, ApiCallback _callback) Build call for connectPatchNodeProxyCoreV1Api.connectPatchNodeProxyWithHttpInfo
(String name, String path) connect PATCH requests to proxy of NodeCoreV1Api.connectPatchNodeProxyWithPath
(String name, String path, String path2) connect PATCH requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectPatchNodeProxyWithPathAsync
(String name, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect PATCH requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectPatchNodeProxyWithPathCall
(String name, String path, String path2, ApiCallback _callback) Build call for connectPatchNodeProxyWithPathCoreV1Api.connectPatchNodeProxyWithPathWithHttpInfo
(String name, String path, String path2) connect PATCH requests to proxy of NodeCoreV1Api.connectPostNamespacedPodAttach
(String name, String namespace, String container, Boolean stderr, Boolean stdin, Boolean stdout, Boolean tty) connect POST requests to attach of Podokhttp3.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 Podokhttp3.Call
CoreV1Api.connectPostNamespacedPodAttachCall
(String name, String namespace, String container, Boolean stderr, Boolean stdin, Boolean stdout, Boolean tty, ApiCallback _callback) Build call for connectPostNamespacedPodAttachCoreV1Api.connectPostNamespacedPodAttachWithHttpInfo
(String name, String namespace, String container, Boolean stderr, Boolean stdin, Boolean stdout, Boolean tty) connect POST requests to attach of PodCoreV1Api.connectPostNamespacedPodExec
(String name, String namespace, String command, String container, Boolean stderr, Boolean stdin, Boolean stdout, Boolean tty) connect POST requests to exec of Podokhttp3.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 Podokhttp3.Call
CoreV1Api.connectPostNamespacedPodExecCall
(String name, String namespace, String command, String container, Boolean stderr, Boolean stdin, Boolean stdout, Boolean tty, ApiCallback _callback) Build call for connectPostNamespacedPodExecCoreV1Api.connectPostNamespacedPodExecWithHttpInfo
(String name, String namespace, String command, String container, Boolean stderr, Boolean stdin, Boolean stdout, Boolean tty) connect POST requests to exec of PodCoreV1Api.connectPostNamespacedPodPortforward
(String name, String namespace, Integer ports) connect POST requests to portforward of Podokhttp3.Call
CoreV1Api.connectPostNamespacedPodPortforwardAsync
(String name, String namespace, Integer ports, ApiCallback<String> _callback) (asynchronously) connect POST requests to portforward of Podokhttp3.Call
CoreV1Api.connectPostNamespacedPodPortforwardCall
(String name, String namespace, Integer ports, ApiCallback _callback) Build call for connectPostNamespacedPodPortforwardCoreV1Api.connectPostNamespacedPodPortforwardWithHttpInfo
(String name, String namespace, Integer ports) connect POST requests to portforward of PodCoreV1Api.connectPostNamespacedPodProxy
(String name, String namespace, String path) connect POST requests to proxy of Podokhttp3.Call
CoreV1Api.connectPostNamespacedPodProxyAsync
(String name, String namespace, String path, ApiCallback<String> _callback) (asynchronously) connect POST requests to proxy of Podokhttp3.Call
CoreV1Api.connectPostNamespacedPodProxyCall
(String name, String namespace, String path, ApiCallback _callback) Build call for connectPostNamespacedPodProxyCoreV1Api.connectPostNamespacedPodProxyWithHttpInfo
(String name, String namespace, String path) connect POST requests to proxy of PodCoreV1Api.connectPostNamespacedPodProxyWithPath
(String name, String namespace, String path, String path2) connect POST requests to proxy of Podokhttp3.Call
CoreV1Api.connectPostNamespacedPodProxyWithPathAsync
(String name, String namespace, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect POST requests to proxy of Podokhttp3.Call
CoreV1Api.connectPostNamespacedPodProxyWithPathCall
(String name, String namespace, String path, String path2, ApiCallback _callback) Build call for connectPostNamespacedPodProxyWithPathCoreV1Api.connectPostNamespacedPodProxyWithPathWithHttpInfo
(String name, String namespace, String path, String path2) connect POST requests to proxy of PodCoreV1Api.connectPostNamespacedServiceProxy
(String name, String namespace, String path) connect POST requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectPostNamespacedServiceProxyAsync
(String name, String namespace, String path, ApiCallback<String> _callback) (asynchronously) connect POST requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectPostNamespacedServiceProxyCall
(String name, String namespace, String path, ApiCallback _callback) Build call for connectPostNamespacedServiceProxyCoreV1Api.connectPostNamespacedServiceProxyWithHttpInfo
(String name, String namespace, String path) connect POST requests to proxy of ServiceCoreV1Api.connectPostNamespacedServiceProxyWithPath
(String name, String namespace, String path, String path2) connect POST requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectPostNamespacedServiceProxyWithPathAsync
(String name, String namespace, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect POST requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectPostNamespacedServiceProxyWithPathCall
(String name, String namespace, String path, String path2, ApiCallback _callback) Build call for connectPostNamespacedServiceProxyWithPathCoreV1Api.connectPostNamespacedServiceProxyWithPathWithHttpInfo
(String name, String namespace, String path, String path2) connect POST requests to proxy of ServiceCoreV1Api.connectPostNodeProxy
(String name, String path) connect POST requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectPostNodeProxyAsync
(String name, String path, ApiCallback<String> _callback) (asynchronously) connect POST requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectPostNodeProxyCall
(String name, String path, ApiCallback _callback) Build call for connectPostNodeProxyCoreV1Api.connectPostNodeProxyWithHttpInfo
(String name, String path) connect POST requests to proxy of NodeCoreV1Api.connectPostNodeProxyWithPath
(String name, String path, String path2) connect POST requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectPostNodeProxyWithPathAsync
(String name, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect POST requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectPostNodeProxyWithPathCall
(String name, String path, String path2, ApiCallback _callback) Build call for connectPostNodeProxyWithPathCoreV1Api.connectPostNodeProxyWithPathWithHttpInfo
(String name, String path, String path2) connect POST requests to proxy of NodeCoreV1Api.connectPutNamespacedPodProxy
(String name, String namespace, String path) connect PUT requests to proxy of Podokhttp3.Call
CoreV1Api.connectPutNamespacedPodProxyAsync
(String name, String namespace, String path, ApiCallback<String> _callback) (asynchronously) connect PUT requests to proxy of Podokhttp3.Call
CoreV1Api.connectPutNamespacedPodProxyCall
(String name, String namespace, String path, ApiCallback _callback) Build call for connectPutNamespacedPodProxyCoreV1Api.connectPutNamespacedPodProxyWithHttpInfo
(String name, String namespace, String path) connect PUT requests to proxy of PodCoreV1Api.connectPutNamespacedPodProxyWithPath
(String name, String namespace, String path, String path2) connect PUT requests to proxy of Podokhttp3.Call
CoreV1Api.connectPutNamespacedPodProxyWithPathAsync
(String name, String namespace, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect PUT requests to proxy of Podokhttp3.Call
CoreV1Api.connectPutNamespacedPodProxyWithPathCall
(String name, String namespace, String path, String path2, ApiCallback _callback) Build call for connectPutNamespacedPodProxyWithPathCoreV1Api.connectPutNamespacedPodProxyWithPathWithHttpInfo
(String name, String namespace, String path, String path2) connect PUT requests to proxy of PodCoreV1Api.connectPutNamespacedServiceProxy
(String name, String namespace, String path) connect PUT requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectPutNamespacedServiceProxyAsync
(String name, String namespace, String path, ApiCallback<String> _callback) (asynchronously) connect PUT requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectPutNamespacedServiceProxyCall
(String name, String namespace, String path, ApiCallback _callback) Build call for connectPutNamespacedServiceProxyCoreV1Api.connectPutNamespacedServiceProxyWithHttpInfo
(String name, String namespace, String path) connect PUT requests to proxy of ServiceCoreV1Api.connectPutNamespacedServiceProxyWithPath
(String name, String namespace, String path, String path2) connect PUT requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectPutNamespacedServiceProxyWithPathAsync
(String name, String namespace, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect PUT requests to proxy of Serviceokhttp3.Call
CoreV1Api.connectPutNamespacedServiceProxyWithPathCall
(String name, String namespace, String path, String path2, ApiCallback _callback) Build call for connectPutNamespacedServiceProxyWithPathCoreV1Api.connectPutNamespacedServiceProxyWithPathWithHttpInfo
(String name, String namespace, String path, String path2) connect PUT requests to proxy of ServiceCoreV1Api.connectPutNodeProxy
(String name, String path) connect PUT requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectPutNodeProxyAsync
(String name, String path, ApiCallback<String> _callback) (asynchronously) connect PUT requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectPutNodeProxyCall
(String name, String path, ApiCallback _callback) Build call for connectPutNodeProxyCoreV1Api.connectPutNodeProxyWithHttpInfo
(String name, String path) connect PUT requests to proxy of NodeCoreV1Api.connectPutNodeProxyWithPath
(String name, String path, String path2) connect PUT requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectPutNodeProxyWithPathAsync
(String name, String path, String path2, ApiCallback<String> _callback) (asynchronously) connect PUT requests to proxy of Nodeokhttp3.Call
CoreV1Api.connectPutNodeProxyWithPathCall
(String name, String path, String path2, ApiCallback _callback) Build call for connectPutNodeProxyWithPathCoreV1Api.connectPutNodeProxyWithPathWithHttpInfo
(String name, String path, String path2) connect PUT requests to proxy of NodeApiregistrationV1Api.createAPIService
(V1APIService body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an APIServiceokhttp3.Call
ApiregistrationV1Api.createAPIServiceAsync
(V1APIService body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1APIService> _callback) (asynchronously) create an APIServiceokhttp3.Call
ApiregistrationV1Api.createAPIServiceCall
(V1APIService body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createAPIServiceApiregistrationV1Api.createAPIServiceWithHttpInfo
(V1APIService body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an APIServiceCertificatesV1Api.createCertificateSigningRequest
(V1CertificateSigningRequest body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CertificateSigningRequestokhttp3.Call
CertificatesV1Api.createCertificateSigningRequestAsync
(V1CertificateSigningRequest body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CertificateSigningRequest> _callback) (asynchronously) create a CertificateSigningRequestokhttp3.Call
CertificatesV1Api.createCertificateSigningRequestCall
(V1CertificateSigningRequest body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createCertificateSigningRequestCertificatesV1Api.createCertificateSigningRequestWithHttpInfo
(V1CertificateSigningRequest body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CertificateSigningRequestNetworkingV1alpha1Api.createClusterCIDR
(V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.createClusterCIDRAsync
(V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1ClusterCIDR> _callback) (asynchronously) create a ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.createClusterCIDRCall
(V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createClusterCIDRNetworkingV1alpha1Api.createClusterCIDRWithHttpInfo
(V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ClusterCIDRCustomObjectsApi.createClusterCustomObject
(String group, String version, String plural, Object body, String pretty, String dryRun, String fieldManager) Creates a cluster scoped Custom objectokhttp3.Call
CustomObjectsApi.createClusterCustomObjectAsync
(String group, String version, String plural, Object body, String pretty, String dryRun, String fieldManager, ApiCallback<Object> _callback) (asynchronously) Creates a cluster scoped Custom objectokhttp3.Call
CustomObjectsApi.createClusterCustomObjectCall
(String group, String version, String plural, Object body, String pretty, String dryRun, String fieldManager, ApiCallback _callback) Build call for createClusterCustomObjectCustomObjectsApi.createClusterCustomObjectWithHttpInfo
(String group, String version, String plural, Object body, String pretty, String dryRun, String fieldManager) Creates a cluster scoped Custom objectRbacAuthorizationV1Api.createClusterRole
(V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ClusterRoleokhttp3.Call
RbacAuthorizationV1Api.createClusterRoleAsync
(V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ClusterRole> _callback) (asynchronously) create a ClusterRoleRbacAuthorizationV1Api.createClusterRoleBinding
(V1ClusterRoleBinding body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.createClusterRoleBindingAsync
(V1ClusterRoleBinding body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ClusterRoleBinding> _callback) (asynchronously) create a ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.createClusterRoleBindingCall
(V1ClusterRoleBinding body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createClusterRoleBindingRbacAuthorizationV1Api.createClusterRoleBindingWithHttpInfo
(V1ClusterRoleBinding body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.createClusterRoleCall
(V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createClusterRoleRbacAuthorizationV1Api.createClusterRoleWithHttpInfo
(V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ClusterRoleStorageV1Api.createCSIDriver
(V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CSIDriverokhttp3.Call
StorageV1Api.createCSIDriverAsync
(V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CSIDriver> _callback) (asynchronously) create a CSIDriverokhttp3.Call
StorageV1Api.createCSIDriverCall
(V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createCSIDriverStorageV1Api.createCSIDriverWithHttpInfo
(V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CSIDriverStorageV1Api.createCSINode
(V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CSINodeokhttp3.Call
StorageV1Api.createCSINodeAsync
(V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CSINode> _callback) (asynchronously) create a CSINodeokhttp3.Call
StorageV1Api.createCSINodeCall
(V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createCSINodeStorageV1Api.createCSINodeWithHttpInfo
(V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CSINodeApiextensionsV1Api.createCustomResourceDefinition
(V1CustomResourceDefinition body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.createCustomResourceDefinitionAsync
(V1CustomResourceDefinition body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CustomResourceDefinition> _callback) (asynchronously) create a CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.createCustomResourceDefinitionCall
(V1CustomResourceDefinition body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createCustomResourceDefinitionApiextensionsV1Api.createCustomResourceDefinitionWithHttpInfo
(V1CustomResourceDefinition body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CustomResourceDefinitionFlowcontrolApiserverV1beta1Api.createFlowSchema
(V1beta1FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a FlowSchemaFlowcontrolApiserverV1beta2Api.createFlowSchema
(V1beta2FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.createFlowSchemaAsync
(V1beta1FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1FlowSchema> _callback) (asynchronously) create a FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta2Api.createFlowSchemaAsync
(V1beta2FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta2FlowSchema> _callback) (asynchronously) create a FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.createFlowSchemaCall
(V1beta1FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createFlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta2Api.createFlowSchemaCall
(V1beta2FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createFlowSchemaFlowcontrolApiserverV1beta1Api.createFlowSchemaWithHttpInfo
(V1beta1FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a FlowSchemaFlowcontrolApiserverV1beta2Api.createFlowSchemaWithHttpInfo
(V1beta2FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a FlowSchemaNetworkingV1Api.createIngressClass
(V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an IngressClassokhttp3.Call
NetworkingV1Api.createIngressClassAsync
(V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1IngressClass> _callback) (asynchronously) create an IngressClassokhttp3.Call
NetworkingV1Api.createIngressClassCall
(V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createIngressClassNetworkingV1Api.createIngressClassWithHttpInfo
(V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an IngressClassAdmissionregistrationV1Api.createMutatingWebhookConfiguration
(V1MutatingWebhookConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a MutatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.createMutatingWebhookConfigurationAsync
(V1MutatingWebhookConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1MutatingWebhookConfiguration> _callback) (asynchronously) create a MutatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.createMutatingWebhookConfigurationCall
(V1MutatingWebhookConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createMutatingWebhookConfigurationAdmissionregistrationV1Api.createMutatingWebhookConfigurationWithHttpInfo
(V1MutatingWebhookConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a MutatingWebhookConfigurationCoreV1Api.createNamespace
(V1Namespace body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a Namespaceokhttp3.Call
CoreV1Api.createNamespaceAsync
(V1Namespace body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Namespace> _callback) (asynchronously) create a Namespaceokhttp3.Call
CoreV1Api.createNamespaceCall
(V1Namespace body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespaceCoreV1Api.createNamespacedBinding
(String namespace, V1Binding body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a Bindingokhttp3.Call
CoreV1Api.createNamespacedBindingAsync
(String namespace, V1Binding body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<V1Binding> _callback) (asynchronously) create a Bindingokhttp3.Call
CoreV1Api.createNamespacedBindingCall
(String namespace, V1Binding body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback _callback) Build call for createNamespacedBindingCoreV1Api.createNamespacedBindingWithHttpInfo
(String namespace, V1Binding body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a BindingCoreV1Api.createNamespacedConfigMap
(String namespace, V1ConfigMap body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ConfigMapokhttp3.Call
CoreV1Api.createNamespacedConfigMapAsync
(String namespace, V1ConfigMap body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ConfigMap> _callback) (asynchronously) create a ConfigMapokhttp3.Call
CoreV1Api.createNamespacedConfigMapCall
(String namespace, V1ConfigMap body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedConfigMapCoreV1Api.createNamespacedConfigMapWithHttpInfo
(String namespace, V1ConfigMap body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ConfigMapAppsV1Api.createNamespacedControllerRevision
(String namespace, V1ControllerRevision body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ControllerRevisionokhttp3.Call
AppsV1Api.createNamespacedControllerRevisionAsync
(String namespace, V1ControllerRevision body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ControllerRevision> _callback) (asynchronously) create a ControllerRevisionokhttp3.Call
AppsV1Api.createNamespacedControllerRevisionCall
(String namespace, V1ControllerRevision body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedControllerRevisionAppsV1Api.createNamespacedControllerRevisionWithHttpInfo
(String namespace, V1ControllerRevision body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ControllerRevisionBatchV1Api.createNamespacedCronJob
(String namespace, V1CronJob body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CronJobokhttp3.Call
BatchV1Api.createNamespacedCronJobAsync
(String namespace, V1CronJob body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CronJob> _callback) (asynchronously) create a CronJobokhttp3.Call
BatchV1Api.createNamespacedCronJobCall
(String namespace, V1CronJob body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedCronJobBatchV1Api.createNamespacedCronJobWithHttpInfo
(String namespace, V1CronJob body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CronJobStorageV1Api.createNamespacedCSIStorageCapacity
(String namespace, V1CSIStorageCapacity body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CSIStorageCapacityStorageV1beta1Api.createNamespacedCSIStorageCapacity
(String namespace, V1beta1CSIStorageCapacity body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CSIStorageCapacityokhttp3.Call
StorageV1Api.createNamespacedCSIStorageCapacityAsync
(String namespace, V1CSIStorageCapacity body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CSIStorageCapacity> _callback) (asynchronously) create a CSIStorageCapacityokhttp3.Call
StorageV1beta1Api.createNamespacedCSIStorageCapacityAsync
(String namespace, V1beta1CSIStorageCapacity body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1CSIStorageCapacity> _callback) (asynchronously) create a CSIStorageCapacityokhttp3.Call
StorageV1Api.createNamespacedCSIStorageCapacityCall
(String namespace, V1CSIStorageCapacity body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedCSIStorageCapacityokhttp3.Call
StorageV1beta1Api.createNamespacedCSIStorageCapacityCall
(String namespace, V1beta1CSIStorageCapacity body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedCSIStorageCapacityStorageV1Api.createNamespacedCSIStorageCapacityWithHttpInfo
(String namespace, V1CSIStorageCapacity body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CSIStorageCapacityStorageV1beta1Api.createNamespacedCSIStorageCapacityWithHttpInfo
(String namespace, V1beta1CSIStorageCapacity body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a CSIStorageCapacityCustomObjectsApi.createNamespacedCustomObject
(String group, String version, String namespace, String plural, Object body, String pretty, String dryRun, String fieldManager) Creates a namespace scoped Custom objectokhttp3.Call
CustomObjectsApi.createNamespacedCustomObjectAsync
(String group, String version, String namespace, String plural, Object body, String pretty, String dryRun, String fieldManager, ApiCallback<Object> _callback) (asynchronously) Creates a namespace scoped Custom objectokhttp3.Call
CustomObjectsApi.createNamespacedCustomObjectCall
(String group, String version, String namespace, String plural, Object body, String pretty, String dryRun, String fieldManager, ApiCallback _callback) Build call for createNamespacedCustomObjectCustomObjectsApi.createNamespacedCustomObjectWithHttpInfo
(String group, String version, String namespace, String plural, Object body, String pretty, String dryRun, String fieldManager) Creates a namespace scoped Custom objectAppsV1Api.createNamespacedDaemonSet
(String namespace, V1DaemonSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a DaemonSetokhttp3.Call
AppsV1Api.createNamespacedDaemonSetAsync
(String namespace, V1DaemonSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1DaemonSet> _callback) (asynchronously) create a DaemonSetokhttp3.Call
AppsV1Api.createNamespacedDaemonSetCall
(String namespace, V1DaemonSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedDaemonSetAppsV1Api.createNamespacedDaemonSetWithHttpInfo
(String namespace, V1DaemonSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a DaemonSetAppsV1Api.createNamespacedDeployment
(String namespace, V1Deployment body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a Deploymentokhttp3.Call
AppsV1Api.createNamespacedDeploymentAsync
(String namespace, V1Deployment body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Deployment> _callback) (asynchronously) create a Deploymentokhttp3.Call
AppsV1Api.createNamespacedDeploymentCall
(String namespace, V1Deployment body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedDeploymentAppsV1Api.createNamespacedDeploymentWithHttpInfo
(String namespace, V1Deployment body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a DeploymentCoreV1Api.createNamespacedEndpoints
(String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation) create Endpointsokhttp3.Call
CoreV1Api.createNamespacedEndpointsAsync
(String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Endpoints> _callback) (asynchronously) create Endpointsokhttp3.Call
CoreV1Api.createNamespacedEndpointsCall
(String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedEndpointsDiscoveryV1Api.createNamespacedEndpointSlice
(String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an EndpointSliceokhttp3.Call
DiscoveryV1Api.createNamespacedEndpointSliceAsync
(String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1EndpointSlice> _callback) (asynchronously) create an EndpointSliceokhttp3.Call
DiscoveryV1Api.createNamespacedEndpointSliceCall
(String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedEndpointSliceDiscoveryV1Api.createNamespacedEndpointSliceWithHttpInfo
(String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an EndpointSliceCoreV1Api.createNamespacedEndpointsWithHttpInfo
(String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation) create EndpointsCoreV1Api.createNamespacedEvent
(String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an EventEventsV1Api.createNamespacedEvent
(String namespace, EventsV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an Eventokhttp3.Call
CoreV1Api.createNamespacedEventAsync
(String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<CoreV1Event> _callback) (asynchronously) create an Eventokhttp3.Call
EventsV1Api.createNamespacedEventAsync
(String namespace, EventsV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<EventsV1Event> _callback) (asynchronously) create an Eventokhttp3.Call
CoreV1Api.createNamespacedEventCall
(String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedEventokhttp3.Call
EventsV1Api.createNamespacedEventCall
(String namespace, EventsV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedEventCoreV1Api.createNamespacedEventWithHttpInfo
(String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an EventEventsV1Api.createNamespacedEventWithHttpInfo
(String namespace, EventsV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an EventAutoscalingV1Api.createNamespacedHorizontalPodAutoscaler
(String namespace, V1HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a HorizontalPodAutoscalerAutoscalingV2Api.createNamespacedHorizontalPodAutoscaler
(String namespace, V2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a HorizontalPodAutoscalerAutoscalingV2beta2Api.createNamespacedHorizontalPodAutoscaler
(String namespace, V2beta2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.createNamespacedHorizontalPodAutoscalerAsync
(String namespace, V1HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1HorizontalPodAutoscaler> _callback) (asynchronously) create a HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2Api.createNamespacedHorizontalPodAutoscalerAsync
(String namespace, V2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V2HorizontalPodAutoscaler> _callback) (asynchronously) create a HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2beta2Api.createNamespacedHorizontalPodAutoscalerAsync
(String namespace, V2beta2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V2beta2HorizontalPodAutoscaler> _callback) (asynchronously) create a HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.createNamespacedHorizontalPodAutoscalerCall
(String namespace, V1HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedHorizontalPodAutoscalerokhttp3.Call
AutoscalingV2Api.createNamespacedHorizontalPodAutoscalerCall
(String namespace, V2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedHorizontalPodAutoscalerokhttp3.Call
AutoscalingV2beta2Api.createNamespacedHorizontalPodAutoscalerCall
(String namespace, V2beta2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedHorizontalPodAutoscalerAutoscalingV1Api.createNamespacedHorizontalPodAutoscalerWithHttpInfo
(String namespace, V1HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a HorizontalPodAutoscalerAutoscalingV2Api.createNamespacedHorizontalPodAutoscalerWithHttpInfo
(String namespace, V2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a HorizontalPodAutoscalerAutoscalingV2beta2Api.createNamespacedHorizontalPodAutoscalerWithHttpInfo
(String namespace, V2beta2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a HorizontalPodAutoscalerNetworkingV1Api.createNamespacedIngress
(String namespace, V1Ingress body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an Ingressokhttp3.Call
NetworkingV1Api.createNamespacedIngressAsync
(String namespace, V1Ingress body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Ingress> _callback) (asynchronously) create an Ingressokhttp3.Call
NetworkingV1Api.createNamespacedIngressCall
(String namespace, V1Ingress body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedIngressNetworkingV1Api.createNamespacedIngressWithHttpInfo
(String namespace, V1Ingress body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an IngressBatchV1Api.createNamespacedJob
(String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a Jobokhttp3.Call
BatchV1Api.createNamespacedJobAsync
(String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Job> _callback) (asynchronously) create a Jobokhttp3.Call
BatchV1Api.createNamespacedJobCall
(String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedJobBatchV1Api.createNamespacedJobWithHttpInfo
(String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a JobCoordinationV1Api.createNamespacedLease
(String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a Leaseokhttp3.Call
CoordinationV1Api.createNamespacedLeaseAsync
(String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Lease> _callback) (asynchronously) create a Leaseokhttp3.Call
CoordinationV1Api.createNamespacedLeaseCall
(String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedLeaseCoordinationV1Api.createNamespacedLeaseWithHttpInfo
(String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a LeaseCoreV1Api.createNamespacedLimitRange
(String namespace, V1LimitRange body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a LimitRangeokhttp3.Call
CoreV1Api.createNamespacedLimitRangeAsync
(String namespace, V1LimitRange body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1LimitRange> _callback) (asynchronously) create a LimitRangeokhttp3.Call
CoreV1Api.createNamespacedLimitRangeCall
(String namespace, V1LimitRange body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedLimitRangeCoreV1Api.createNamespacedLimitRangeWithHttpInfo
(String namespace, V1LimitRange body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a LimitRangeAuthorizationV1Api.createNamespacedLocalSubjectAccessReview
(String namespace, V1LocalSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a LocalSubjectAccessReviewokhttp3.Call
AuthorizationV1Api.createNamespacedLocalSubjectAccessReviewAsync
(String namespace, V1LocalSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<V1LocalSubjectAccessReview> _callback) (asynchronously) create a LocalSubjectAccessReviewokhttp3.Call
AuthorizationV1Api.createNamespacedLocalSubjectAccessReviewCall
(String namespace, V1LocalSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback _callback) Build call for createNamespacedLocalSubjectAccessReviewAuthorizationV1Api.createNamespacedLocalSubjectAccessReviewWithHttpInfo
(String namespace, V1LocalSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a LocalSubjectAccessReviewNetworkingV1Api.createNamespacedNetworkPolicy
(String namespace, V1NetworkPolicy body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a NetworkPolicyokhttp3.Call
NetworkingV1Api.createNamespacedNetworkPolicyAsync
(String namespace, V1NetworkPolicy body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1NetworkPolicy> _callback) (asynchronously) create a NetworkPolicyokhttp3.Call
NetworkingV1Api.createNamespacedNetworkPolicyCall
(String namespace, V1NetworkPolicy body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedNetworkPolicyNetworkingV1Api.createNamespacedNetworkPolicyWithHttpInfo
(String namespace, V1NetworkPolicy body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a NetworkPolicyCoreV1Api.createNamespacedPersistentVolumeClaim
(String namespace, V1PersistentVolumeClaim body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PersistentVolumeClaimokhttp3.Call
CoreV1Api.createNamespacedPersistentVolumeClaimAsync
(String namespace, V1PersistentVolumeClaim body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PersistentVolumeClaim> _callback) (asynchronously) create a PersistentVolumeClaimokhttp3.Call
CoreV1Api.createNamespacedPersistentVolumeClaimCall
(String namespace, V1PersistentVolumeClaim body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedPersistentVolumeClaimCoreV1Api.createNamespacedPersistentVolumeClaimWithHttpInfo
(String namespace, V1PersistentVolumeClaim body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PersistentVolumeClaimCoreV1Api.createNamespacedPod
(String namespace, V1Pod body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a Podokhttp3.Call
CoreV1Api.createNamespacedPodAsync
(String namespace, V1Pod body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Pod> _callback) (asynchronously) create a PodCoreV1Api.createNamespacedPodBinding
(String name, String namespace, V1Binding body, String dryRun, String fieldManager, String fieldValidation, String pretty) create binding of a Podokhttp3.Call
CoreV1Api.createNamespacedPodBindingAsync
(String name, String namespace, V1Binding body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<V1Binding> _callback) (asynchronously) create binding of a Podokhttp3.Call
CoreV1Api.createNamespacedPodBindingCall
(String name, String namespace, V1Binding body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback _callback) Build call for createNamespacedPodBindingCoreV1Api.createNamespacedPodBindingWithHttpInfo
(String name, String namespace, V1Binding body, String dryRun, String fieldManager, String fieldValidation, String pretty) create binding of a Podokhttp3.Call
CoreV1Api.createNamespacedPodCall
(String namespace, V1Pod body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedPodPolicyV1Api.createNamespacedPodDisruptionBudget
(String namespace, V1PodDisruptionBudget body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PodDisruptionBudgetokhttp3.Call
PolicyV1Api.createNamespacedPodDisruptionBudgetAsync
(String namespace, V1PodDisruptionBudget body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PodDisruptionBudget> _callback) (asynchronously) create a PodDisruptionBudgetokhttp3.Call
PolicyV1Api.createNamespacedPodDisruptionBudgetCall
(String namespace, V1PodDisruptionBudget body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedPodDisruptionBudgetPolicyV1Api.createNamespacedPodDisruptionBudgetWithHttpInfo
(String namespace, V1PodDisruptionBudget body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PodDisruptionBudgetCoreV1Api.createNamespacedPodEviction
(String name, String namespace, V1Eviction body, String dryRun, String fieldManager, String fieldValidation, String pretty) create eviction of a Podokhttp3.Call
CoreV1Api.createNamespacedPodEvictionAsync
(String name, String namespace, V1Eviction body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<V1Eviction> _callback) (asynchronously) create eviction of a Podokhttp3.Call
CoreV1Api.createNamespacedPodEvictionCall
(String name, String namespace, V1Eviction body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback _callback) Build call for createNamespacedPodEvictionCoreV1Api.createNamespacedPodEvictionWithHttpInfo
(String name, String namespace, V1Eviction body, String dryRun, String fieldManager, String fieldValidation, String pretty) create eviction of a PodCoreV1Api.createNamespacedPodTemplate
(String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PodTemplateokhttp3.Call
CoreV1Api.createNamespacedPodTemplateAsync
(String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PodTemplate> _callback) (asynchronously) create a PodTemplateokhttp3.Call
CoreV1Api.createNamespacedPodTemplateCall
(String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedPodTemplateCoreV1Api.createNamespacedPodTemplateWithHttpInfo
(String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PodTemplateCoreV1Api.createNamespacedPodWithHttpInfo
(String namespace, V1Pod body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PodAppsV1Api.createNamespacedReplicaSet
(String namespace, V1ReplicaSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ReplicaSetokhttp3.Call
AppsV1Api.createNamespacedReplicaSetAsync
(String namespace, V1ReplicaSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ReplicaSet> _callback) (asynchronously) create a ReplicaSetokhttp3.Call
AppsV1Api.createNamespacedReplicaSetCall
(String namespace, V1ReplicaSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedReplicaSetAppsV1Api.createNamespacedReplicaSetWithHttpInfo
(String namespace, V1ReplicaSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ReplicaSetCoreV1Api.createNamespacedReplicationController
(String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ReplicationControllerokhttp3.Call
CoreV1Api.createNamespacedReplicationControllerAsync
(String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ReplicationController> _callback) (asynchronously) create a ReplicationControllerokhttp3.Call
CoreV1Api.createNamespacedReplicationControllerCall
(String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedReplicationControllerCoreV1Api.createNamespacedReplicationControllerWithHttpInfo
(String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ReplicationControllerCoreV1Api.createNamespacedResourceQuota
(String namespace, V1ResourceQuota body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ResourceQuotaokhttp3.Call
CoreV1Api.createNamespacedResourceQuotaAsync
(String namespace, V1ResourceQuota body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ResourceQuota> _callback) (asynchronously) create a ResourceQuotaokhttp3.Call
CoreV1Api.createNamespacedResourceQuotaCall
(String namespace, V1ResourceQuota body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedResourceQuotaCoreV1Api.createNamespacedResourceQuotaWithHttpInfo
(String namespace, V1ResourceQuota body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ResourceQuotaRbacAuthorizationV1Api.createNamespacedRole
(String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a Roleokhttp3.Call
RbacAuthorizationV1Api.createNamespacedRoleAsync
(String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Role> _callback) (asynchronously) create a RoleRbacAuthorizationV1Api.createNamespacedRoleBinding
(String namespace, V1RoleBinding body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a RoleBindingokhttp3.Call
RbacAuthorizationV1Api.createNamespacedRoleBindingAsync
(String namespace, V1RoleBinding body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1RoleBinding> _callback) (asynchronously) create a RoleBindingokhttp3.Call
RbacAuthorizationV1Api.createNamespacedRoleBindingCall
(String namespace, V1RoleBinding body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedRoleBindingRbacAuthorizationV1Api.createNamespacedRoleBindingWithHttpInfo
(String namespace, V1RoleBinding body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a RoleBindingokhttp3.Call
RbacAuthorizationV1Api.createNamespacedRoleCall
(String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedRoleRbacAuthorizationV1Api.createNamespacedRoleWithHttpInfo
(String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a RoleCoreV1Api.createNamespacedSecret
(String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a Secretokhttp3.Call
CoreV1Api.createNamespacedSecretAsync
(String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Secret> _callback) (asynchronously) create a Secretokhttp3.Call
CoreV1Api.createNamespacedSecretCall
(String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedSecretCoreV1Api.createNamespacedSecretWithHttpInfo
(String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a SecretCoreV1Api.createNamespacedService
(String namespace, V1Service body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ServiceCoreV1Api.createNamespacedServiceAccount
(String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ServiceAccountokhttp3.Call
CoreV1Api.createNamespacedServiceAccountAsync
(String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ServiceAccount> _callback) (asynchronously) create a ServiceAccountokhttp3.Call
CoreV1Api.createNamespacedServiceAccountCall
(String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedServiceAccountCoreV1Api.createNamespacedServiceAccountToken
(String name, String namespace, AuthenticationV1TokenRequest body, String dryRun, String fieldManager, String fieldValidation, String pretty) create token of a ServiceAccountokhttp3.Call
CoreV1Api.createNamespacedServiceAccountTokenAsync
(String name, String namespace, AuthenticationV1TokenRequest body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<AuthenticationV1TokenRequest> _callback) (asynchronously) create token of a ServiceAccountokhttp3.Call
CoreV1Api.createNamespacedServiceAccountTokenCall
(String name, String namespace, AuthenticationV1TokenRequest body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback _callback) Build call for createNamespacedServiceAccountTokenCoreV1Api.createNamespacedServiceAccountTokenWithHttpInfo
(String name, String namespace, AuthenticationV1TokenRequest body, String dryRun, String fieldManager, String fieldValidation, String pretty) create token of a ServiceAccountCoreV1Api.createNamespacedServiceAccountWithHttpInfo
(String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ServiceAccountokhttp3.Call
CoreV1Api.createNamespacedServiceAsync
(String namespace, V1Service body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Service> _callback) (asynchronously) create a Serviceokhttp3.Call
CoreV1Api.createNamespacedServiceCall
(String namespace, V1Service body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedServiceCoreV1Api.createNamespacedServiceWithHttpInfo
(String namespace, V1Service body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ServiceAppsV1Api.createNamespacedStatefulSet
(String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a StatefulSetokhttp3.Call
AppsV1Api.createNamespacedStatefulSetAsync
(String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1StatefulSet> _callback) (asynchronously) create a StatefulSetokhttp3.Call
AppsV1Api.createNamespacedStatefulSetCall
(String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedStatefulSetAppsV1Api.createNamespacedStatefulSetWithHttpInfo
(String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a StatefulSetCoreV1Api.createNamespaceWithHttpInfo
(V1Namespace body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a NamespaceCoreV1Api.createNode
(V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a Nodeokhttp3.Call
CoreV1Api.createNodeAsync
(V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Node> _callback) (asynchronously) create a Nodeokhttp3.Call
CoreV1Api.createNodeCall
(V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNodeCoreV1Api.createNodeWithHttpInfo
(V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a NodeCoreV1Api.createPersistentVolume
(V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PersistentVolumeokhttp3.Call
CoreV1Api.createPersistentVolumeAsync
(V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PersistentVolume> _callback) (asynchronously) create a PersistentVolumeokhttp3.Call
CoreV1Api.createPersistentVolumeCall
(V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createPersistentVolumeCoreV1Api.createPersistentVolumeWithHttpInfo
(V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PersistentVolumeSchedulingV1Api.createPriorityClass
(V1PriorityClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PriorityClassokhttp3.Call
SchedulingV1Api.createPriorityClassAsync
(V1PriorityClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PriorityClass> _callback) (asynchronously) create a PriorityClassokhttp3.Call
SchedulingV1Api.createPriorityClassCall
(V1PriorityClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createPriorityClassSchedulingV1Api.createPriorityClassWithHttpInfo
(V1PriorityClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PriorityClassFlowcontrolApiserverV1beta1Api.createPriorityLevelConfiguration
(V1beta1PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.createPriorityLevelConfiguration
(V1beta2PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.createPriorityLevelConfigurationAsync
(V1beta1PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1PriorityLevelConfiguration> _callback) (asynchronously) create a PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta2Api.createPriorityLevelConfigurationAsync
(V1beta2PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta2PriorityLevelConfiguration> _callback) (asynchronously) create a PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.createPriorityLevelConfigurationCall
(V1beta1PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createPriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta2Api.createPriorityLevelConfigurationCall
(V1beta2PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createPriorityLevelConfigurationFlowcontrolApiserverV1beta1Api.createPriorityLevelConfigurationWithHttpInfo
(V1beta1PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.createPriorityLevelConfigurationWithHttpInfo
(V1beta2PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a PriorityLevelConfigurationNodeV1Api.createRuntimeClass
(V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a RuntimeClassokhttp3.Call
NodeV1Api.createRuntimeClassAsync
(V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1RuntimeClass> _callback) (asynchronously) create a RuntimeClassokhttp3.Call
NodeV1Api.createRuntimeClassCall
(V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createRuntimeClassNodeV1Api.createRuntimeClassWithHttpInfo
(V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a RuntimeClassAuthorizationV1Api.createSelfSubjectAccessReview
(V1SelfSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a SelfSubjectAccessReviewokhttp3.Call
AuthorizationV1Api.createSelfSubjectAccessReviewAsync
(V1SelfSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<V1SelfSubjectAccessReview> _callback) (asynchronously) create a SelfSubjectAccessReviewokhttp3.Call
AuthorizationV1Api.createSelfSubjectAccessReviewCall
(V1SelfSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback _callback) Build call for createSelfSubjectAccessReviewAuthorizationV1Api.createSelfSubjectAccessReviewWithHttpInfo
(V1SelfSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a SelfSubjectAccessReviewAuthorizationV1Api.createSelfSubjectRulesReview
(V1SelfSubjectRulesReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a SelfSubjectRulesReviewokhttp3.Call
AuthorizationV1Api.createSelfSubjectRulesReviewAsync
(V1SelfSubjectRulesReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<V1SelfSubjectRulesReview> _callback) (asynchronously) create a SelfSubjectRulesReviewokhttp3.Call
AuthorizationV1Api.createSelfSubjectRulesReviewCall
(V1SelfSubjectRulesReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback _callback) Build call for createSelfSubjectRulesReviewAuthorizationV1Api.createSelfSubjectRulesReviewWithHttpInfo
(V1SelfSubjectRulesReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a SelfSubjectRulesReviewStorageV1Api.createStorageClass
(V1StorageClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a StorageClassokhttp3.Call
StorageV1Api.createStorageClassAsync
(V1StorageClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1StorageClass> _callback) (asynchronously) create a StorageClassokhttp3.Call
StorageV1Api.createStorageClassCall
(V1StorageClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createStorageClassStorageV1Api.createStorageClassWithHttpInfo
(V1StorageClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a StorageClassInternalApiserverV1alpha1Api.createStorageVersion
(V1alpha1StorageVersion body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.createStorageVersionAsync
(V1alpha1StorageVersion body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1StorageVersion> _callback) (asynchronously) create a StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.createStorageVersionCall
(V1alpha1StorageVersion body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createStorageVersionInternalApiserverV1alpha1Api.createStorageVersionWithHttpInfo
(V1alpha1StorageVersion body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a StorageVersionAuthorizationV1Api.createSubjectAccessReview
(V1SubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a SubjectAccessReviewokhttp3.Call
AuthorizationV1Api.createSubjectAccessReviewAsync
(V1SubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<V1SubjectAccessReview> _callback) (asynchronously) create a SubjectAccessReviewokhttp3.Call
AuthorizationV1Api.createSubjectAccessReviewCall
(V1SubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback _callback) Build call for createSubjectAccessReviewAuthorizationV1Api.createSubjectAccessReviewWithHttpInfo
(V1SubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a SubjectAccessReviewAuthenticationV1Api.createTokenReview
(V1TokenReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a TokenReviewokhttp3.Call
AuthenticationV1Api.createTokenReviewAsync
(V1TokenReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<V1TokenReview> _callback) (asynchronously) create a TokenReviewokhttp3.Call
AuthenticationV1Api.createTokenReviewCall
(V1TokenReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback _callback) Build call for createTokenReviewAuthenticationV1Api.createTokenReviewWithHttpInfo
(V1TokenReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a TokenReviewAdmissionregistrationV1Api.createValidatingWebhookConfiguration
(V1ValidatingWebhookConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ValidatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.createValidatingWebhookConfigurationAsync
(V1ValidatingWebhookConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ValidatingWebhookConfiguration> _callback) (asynchronously) create a ValidatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.createValidatingWebhookConfigurationCall
(V1ValidatingWebhookConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createValidatingWebhookConfigurationAdmissionregistrationV1Api.createValidatingWebhookConfigurationWithHttpInfo
(V1ValidatingWebhookConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ValidatingWebhookConfigurationStorageV1Api.createVolumeAttachment
(V1VolumeAttachment body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a VolumeAttachmentokhttp3.Call
StorageV1Api.createVolumeAttachmentAsync
(V1VolumeAttachment body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1VolumeAttachment> _callback) (asynchronously) create a VolumeAttachmentokhttp3.Call
StorageV1Api.createVolumeAttachmentCall
(V1VolumeAttachment body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createVolumeAttachmentStorageV1Api.createVolumeAttachmentWithHttpInfo
(V1VolumeAttachment body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a VolumeAttachmentApiregistrationV1Api.deleteAPIService
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete an APIServiceokhttp3.Call
ApiregistrationV1Api.deleteAPIServiceAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete an APIServiceokhttp3.Call
ApiregistrationV1Api.deleteAPIServiceCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteAPIServiceApiregistrationV1Api.deleteAPIServiceWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete an APIServiceCertificatesV1Api.deleteCertificateSigningRequest
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a CertificateSigningRequestokhttp3.Call
CertificatesV1Api.deleteCertificateSigningRequestAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a CertificateSigningRequestokhttp3.Call
CertificatesV1Api.deleteCertificateSigningRequestCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCertificateSigningRequestCertificatesV1Api.deleteCertificateSigningRequestWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a CertificateSigningRequestNetworkingV1alpha1Api.deleteClusterCIDR
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.deleteClusterCIDRAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.deleteClusterCIDRCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteClusterCIDRNetworkingV1alpha1Api.deleteClusterCIDRWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ClusterCIDRCustomObjectsApi.deleteClusterCustomObject
(String group, String version, String plural, String name, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body) Deletes the specified cluster scoped custom objectokhttp3.Call
CustomObjectsApi.deleteClusterCustomObjectAsync
(String group, String version, String plural, String name, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body, ApiCallback<Object> _callback) (asynchronously) Deletes the specified cluster scoped custom objectokhttp3.Call
CustomObjectsApi.deleteClusterCustomObjectCall
(String group, String version, String plural, String name, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body, ApiCallback _callback) Build call for deleteClusterCustomObjectCustomObjectsApi.deleteClusterCustomObjectWithHttpInfo
(String group, String version, String plural, String name, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body) Deletes the specified cluster scoped custom objectRbacAuthorizationV1Api.deleteClusterRole
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ClusterRoleokhttp3.Call
RbacAuthorizationV1Api.deleteClusterRoleAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a ClusterRoleRbacAuthorizationV1Api.deleteClusterRoleBinding
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.deleteClusterRoleBindingAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.deleteClusterRoleBindingCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteClusterRoleBindingRbacAuthorizationV1Api.deleteClusterRoleBindingWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.deleteClusterRoleCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteClusterRoleRbacAuthorizationV1Api.deleteClusterRoleWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ClusterRoleApiregistrationV1Api.deleteCollectionAPIService
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of APIServiceokhttp3.Call
ApiregistrationV1Api.deleteCollectionAPIServiceAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of APIServiceokhttp3.Call
ApiregistrationV1Api.deleteCollectionAPIServiceCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionAPIServiceApiregistrationV1Api.deleteCollectionAPIServiceWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of APIServiceCertificatesV1Api.deleteCollectionCertificateSigningRequest
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of CertificateSigningRequestokhttp3.Call
CertificatesV1Api.deleteCollectionCertificateSigningRequestAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of CertificateSigningRequestokhttp3.Call
CertificatesV1Api.deleteCollectionCertificateSigningRequestCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionCertificateSigningRequestCertificatesV1Api.deleteCollectionCertificateSigningRequestWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of CertificateSigningRequestNetworkingV1alpha1Api.deleteCollectionClusterCIDR
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.deleteCollectionClusterCIDRAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.deleteCollectionClusterCIDRCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionClusterCIDRNetworkingV1alpha1Api.deleteCollectionClusterCIDRWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ClusterCIDRCustomObjectsApi.deleteCollectionClusterCustomObject
(String group, String version, String plural, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body) Delete collection of cluster scoped custom objectsokhttp3.Call
CustomObjectsApi.deleteCollectionClusterCustomObjectAsync
(String group, String version, String plural, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body, ApiCallback<Object> _callback) (asynchronously) Delete collection of cluster scoped custom objectsokhttp3.Call
CustomObjectsApi.deleteCollectionClusterCustomObjectCall
(String group, String version, String plural, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionClusterCustomObjectCustomObjectsApi.deleteCollectionClusterCustomObjectWithHttpInfo
(String group, String version, String plural, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body) Delete collection of cluster scoped custom objectsRbacAuthorizationV1Api.deleteCollectionClusterRole
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ClusterRoleokhttp3.Call
RbacAuthorizationV1Api.deleteCollectionClusterRoleAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of ClusterRoleRbacAuthorizationV1Api.deleteCollectionClusterRoleBinding
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.deleteCollectionClusterRoleBindingAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.deleteCollectionClusterRoleBindingCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionClusterRoleBindingRbacAuthorizationV1Api.deleteCollectionClusterRoleBindingWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.deleteCollectionClusterRoleCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionClusterRoleRbacAuthorizationV1Api.deleteCollectionClusterRoleWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ClusterRoleStorageV1Api.deleteCollectionCSIDriver
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of CSIDriverokhttp3.Call
StorageV1Api.deleteCollectionCSIDriverAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of CSIDriverokhttp3.Call
StorageV1Api.deleteCollectionCSIDriverCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionCSIDriverStorageV1Api.deleteCollectionCSIDriverWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of CSIDriverStorageV1Api.deleteCollectionCSINode
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of CSINodeokhttp3.Call
StorageV1Api.deleteCollectionCSINodeAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of CSINodeokhttp3.Call
StorageV1Api.deleteCollectionCSINodeCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionCSINodeStorageV1Api.deleteCollectionCSINodeWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of CSINodeApiextensionsV1Api.deleteCollectionCustomResourceDefinition
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.deleteCollectionCustomResourceDefinitionAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.deleteCollectionCustomResourceDefinitionCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionCustomResourceDefinitionApiextensionsV1Api.deleteCollectionCustomResourceDefinitionWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of CustomResourceDefinitionFlowcontrolApiserverV1beta1Api.deleteCollectionFlowSchema
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of FlowSchemaFlowcontrolApiserverV1beta2Api.deleteCollectionFlowSchema
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.deleteCollectionFlowSchemaAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta2Api.deleteCollectionFlowSchemaAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.deleteCollectionFlowSchemaCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionFlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta2Api.deleteCollectionFlowSchemaCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionFlowSchemaFlowcontrolApiserverV1beta1Api.deleteCollectionFlowSchemaWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of FlowSchemaFlowcontrolApiserverV1beta2Api.deleteCollectionFlowSchemaWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of FlowSchemaNetworkingV1Api.deleteCollectionIngressClass
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of IngressClassokhttp3.Call
NetworkingV1Api.deleteCollectionIngressClassAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of IngressClassokhttp3.Call
NetworkingV1Api.deleteCollectionIngressClassCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionIngressClassNetworkingV1Api.deleteCollectionIngressClassWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of IngressClassAdmissionregistrationV1Api.deleteCollectionMutatingWebhookConfiguration
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of MutatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.deleteCollectionMutatingWebhookConfigurationAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of MutatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.deleteCollectionMutatingWebhookConfigurationCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionMutatingWebhookConfigurationAdmissionregistrationV1Api.deleteCollectionMutatingWebhookConfigurationWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of MutatingWebhookConfigurationCoreV1Api.deleteCollectionNamespacedConfigMap
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ConfigMapokhttp3.Call
CoreV1Api.deleteCollectionNamespacedConfigMapAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of ConfigMapokhttp3.Call
CoreV1Api.deleteCollectionNamespacedConfigMapCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedConfigMapCoreV1Api.deleteCollectionNamespacedConfigMapWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ConfigMapAppsV1Api.deleteCollectionNamespacedControllerRevision
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ControllerRevisionokhttp3.Call
AppsV1Api.deleteCollectionNamespacedControllerRevisionAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of ControllerRevisionokhttp3.Call
AppsV1Api.deleteCollectionNamespacedControllerRevisionCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedControllerRevisionAppsV1Api.deleteCollectionNamespacedControllerRevisionWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ControllerRevisionBatchV1Api.deleteCollectionNamespacedCronJob
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of CronJobokhttp3.Call
BatchV1Api.deleteCollectionNamespacedCronJobAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of CronJobokhttp3.Call
BatchV1Api.deleteCollectionNamespacedCronJobCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedCronJobBatchV1Api.deleteCollectionNamespacedCronJobWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of CronJobStorageV1Api.deleteCollectionNamespacedCSIStorageCapacity
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of CSIStorageCapacityStorageV1beta1Api.deleteCollectionNamespacedCSIStorageCapacity
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of CSIStorageCapacityokhttp3.Call
StorageV1Api.deleteCollectionNamespacedCSIStorageCapacityAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of CSIStorageCapacityokhttp3.Call
StorageV1beta1Api.deleteCollectionNamespacedCSIStorageCapacityAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of CSIStorageCapacityokhttp3.Call
StorageV1Api.deleteCollectionNamespacedCSIStorageCapacityCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedCSIStorageCapacityokhttp3.Call
StorageV1beta1Api.deleteCollectionNamespacedCSIStorageCapacityCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedCSIStorageCapacityStorageV1Api.deleteCollectionNamespacedCSIStorageCapacityWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of CSIStorageCapacityStorageV1beta1Api.deleteCollectionNamespacedCSIStorageCapacityWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of CSIStorageCapacityCustomObjectsApi.deleteCollectionNamespacedCustomObject
(String group, String version, String namespace, String plural, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body) Delete collection of namespace scoped custom objectsokhttp3.Call
CustomObjectsApi.deleteCollectionNamespacedCustomObjectAsync
(String group, String version, String namespace, String plural, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body, ApiCallback<Object> _callback) (asynchronously) Delete collection of namespace scoped custom objectsokhttp3.Call
CustomObjectsApi.deleteCollectionNamespacedCustomObjectCall
(String group, String version, String namespace, String plural, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedCustomObjectCustomObjectsApi.deleteCollectionNamespacedCustomObjectWithHttpInfo
(String group, String version, String namespace, String plural, String pretty, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body) Delete collection of namespace scoped custom objectsAppsV1Api.deleteCollectionNamespacedDaemonSet
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of DaemonSetokhttp3.Call
AppsV1Api.deleteCollectionNamespacedDaemonSetAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of DaemonSetokhttp3.Call
AppsV1Api.deleteCollectionNamespacedDaemonSetCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedDaemonSetAppsV1Api.deleteCollectionNamespacedDaemonSetWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of DaemonSetAppsV1Api.deleteCollectionNamespacedDeployment
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of Deploymentokhttp3.Call
AppsV1Api.deleteCollectionNamespacedDeploymentAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of Deploymentokhttp3.Call
AppsV1Api.deleteCollectionNamespacedDeploymentCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedDeploymentAppsV1Api.deleteCollectionNamespacedDeploymentWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of DeploymentCoreV1Api.deleteCollectionNamespacedEndpoints
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of Endpointsokhttp3.Call
CoreV1Api.deleteCollectionNamespacedEndpointsAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of Endpointsokhttp3.Call
CoreV1Api.deleteCollectionNamespacedEndpointsCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedEndpointsDiscoveryV1Api.deleteCollectionNamespacedEndpointSlice
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of EndpointSliceokhttp3.Call
DiscoveryV1Api.deleteCollectionNamespacedEndpointSliceAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of EndpointSliceokhttp3.Call
DiscoveryV1Api.deleteCollectionNamespacedEndpointSliceCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedEndpointSliceDiscoveryV1Api.deleteCollectionNamespacedEndpointSliceWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of EndpointSliceCoreV1Api.deleteCollectionNamespacedEndpointsWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of EndpointsCoreV1Api.deleteCollectionNamespacedEvent
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of EventEventsV1Api.deleteCollectionNamespacedEvent
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of Eventokhttp3.Call
CoreV1Api.deleteCollectionNamespacedEventAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of Eventokhttp3.Call
EventsV1Api.deleteCollectionNamespacedEventAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of Eventokhttp3.Call
CoreV1Api.deleteCollectionNamespacedEventCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedEventokhttp3.Call
EventsV1Api.deleteCollectionNamespacedEventCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedEventCoreV1Api.deleteCollectionNamespacedEventWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of EventEventsV1Api.deleteCollectionNamespacedEventWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of EventAutoscalingV1Api.deleteCollectionNamespacedHorizontalPodAutoscaler
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of HorizontalPodAutoscalerAutoscalingV2Api.deleteCollectionNamespacedHorizontalPodAutoscaler
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of HorizontalPodAutoscalerAutoscalingV2beta2Api.deleteCollectionNamespacedHorizontalPodAutoscaler
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.deleteCollectionNamespacedHorizontalPodAutoscalerAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2Api.deleteCollectionNamespacedHorizontalPodAutoscalerAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2beta2Api.deleteCollectionNamespacedHorizontalPodAutoscalerAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.deleteCollectionNamespacedHorizontalPodAutoscalerCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedHorizontalPodAutoscalerokhttp3.Call
AutoscalingV2Api.deleteCollectionNamespacedHorizontalPodAutoscalerCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedHorizontalPodAutoscalerokhttp3.Call
AutoscalingV2beta2Api.deleteCollectionNamespacedHorizontalPodAutoscalerCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedHorizontalPodAutoscalerAutoscalingV1Api.deleteCollectionNamespacedHorizontalPodAutoscalerWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of HorizontalPodAutoscalerAutoscalingV2Api.deleteCollectionNamespacedHorizontalPodAutoscalerWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of HorizontalPodAutoscalerAutoscalingV2beta2Api.deleteCollectionNamespacedHorizontalPodAutoscalerWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of HorizontalPodAutoscalerNetworkingV1Api.deleteCollectionNamespacedIngress
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of Ingressokhttp3.Call
NetworkingV1Api.deleteCollectionNamespacedIngressAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of Ingressokhttp3.Call
NetworkingV1Api.deleteCollectionNamespacedIngressCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedIngressNetworkingV1Api.deleteCollectionNamespacedIngressWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of IngressBatchV1Api.deleteCollectionNamespacedJob
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of Jobokhttp3.Call
BatchV1Api.deleteCollectionNamespacedJobAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of Jobokhttp3.Call
BatchV1Api.deleteCollectionNamespacedJobCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedJobBatchV1Api.deleteCollectionNamespacedJobWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of JobCoordinationV1Api.deleteCollectionNamespacedLease
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of Leaseokhttp3.Call
CoordinationV1Api.deleteCollectionNamespacedLeaseAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of Leaseokhttp3.Call
CoordinationV1Api.deleteCollectionNamespacedLeaseCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedLeaseCoordinationV1Api.deleteCollectionNamespacedLeaseWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of LeaseCoreV1Api.deleteCollectionNamespacedLimitRange
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of LimitRangeokhttp3.Call
CoreV1Api.deleteCollectionNamespacedLimitRangeAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of LimitRangeokhttp3.Call
CoreV1Api.deleteCollectionNamespacedLimitRangeCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedLimitRangeCoreV1Api.deleteCollectionNamespacedLimitRangeWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of LimitRangeNetworkingV1Api.deleteCollectionNamespacedNetworkPolicy
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of NetworkPolicyokhttp3.Call
NetworkingV1Api.deleteCollectionNamespacedNetworkPolicyAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of NetworkPolicyokhttp3.Call
NetworkingV1Api.deleteCollectionNamespacedNetworkPolicyCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedNetworkPolicyNetworkingV1Api.deleteCollectionNamespacedNetworkPolicyWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of NetworkPolicyCoreV1Api.deleteCollectionNamespacedPersistentVolumeClaim
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of PersistentVolumeClaimokhttp3.Call
CoreV1Api.deleteCollectionNamespacedPersistentVolumeClaimAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of PersistentVolumeClaimokhttp3.Call
CoreV1Api.deleteCollectionNamespacedPersistentVolumeClaimCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedPersistentVolumeClaimCoreV1Api.deleteCollectionNamespacedPersistentVolumeClaimWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of PersistentVolumeClaimCoreV1Api.deleteCollectionNamespacedPod
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of Podokhttp3.Call
CoreV1Api.deleteCollectionNamespacedPodAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of Podokhttp3.Call
CoreV1Api.deleteCollectionNamespacedPodCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedPodPolicyV1Api.deleteCollectionNamespacedPodDisruptionBudget
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of PodDisruptionBudgetokhttp3.Call
PolicyV1Api.deleteCollectionNamespacedPodDisruptionBudgetAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of PodDisruptionBudgetokhttp3.Call
PolicyV1Api.deleteCollectionNamespacedPodDisruptionBudgetCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedPodDisruptionBudgetPolicyV1Api.deleteCollectionNamespacedPodDisruptionBudgetWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of PodDisruptionBudgetCoreV1Api.deleteCollectionNamespacedPodTemplate
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of PodTemplateokhttp3.Call
CoreV1Api.deleteCollectionNamespacedPodTemplateAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of PodTemplateokhttp3.Call
CoreV1Api.deleteCollectionNamespacedPodTemplateCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedPodTemplateCoreV1Api.deleteCollectionNamespacedPodTemplateWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of PodTemplateCoreV1Api.deleteCollectionNamespacedPodWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of PodAppsV1Api.deleteCollectionNamespacedReplicaSet
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ReplicaSetokhttp3.Call
AppsV1Api.deleteCollectionNamespacedReplicaSetAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of ReplicaSetokhttp3.Call
AppsV1Api.deleteCollectionNamespacedReplicaSetCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedReplicaSetAppsV1Api.deleteCollectionNamespacedReplicaSetWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ReplicaSetCoreV1Api.deleteCollectionNamespacedReplicationController
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ReplicationControllerokhttp3.Call
CoreV1Api.deleteCollectionNamespacedReplicationControllerAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of ReplicationControllerokhttp3.Call
CoreV1Api.deleteCollectionNamespacedReplicationControllerCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedReplicationControllerCoreV1Api.deleteCollectionNamespacedReplicationControllerWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ReplicationControllerCoreV1Api.deleteCollectionNamespacedResourceQuota
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ResourceQuotaokhttp3.Call
CoreV1Api.deleteCollectionNamespacedResourceQuotaAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of ResourceQuotaokhttp3.Call
CoreV1Api.deleteCollectionNamespacedResourceQuotaCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedResourceQuotaCoreV1Api.deleteCollectionNamespacedResourceQuotaWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ResourceQuotaRbacAuthorizationV1Api.deleteCollectionNamespacedRole
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of Roleokhttp3.Call
RbacAuthorizationV1Api.deleteCollectionNamespacedRoleAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of RoleRbacAuthorizationV1Api.deleteCollectionNamespacedRoleBinding
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of RoleBindingokhttp3.Call
RbacAuthorizationV1Api.deleteCollectionNamespacedRoleBindingAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of RoleBindingokhttp3.Call
RbacAuthorizationV1Api.deleteCollectionNamespacedRoleBindingCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedRoleBindingRbacAuthorizationV1Api.deleteCollectionNamespacedRoleBindingWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of RoleBindingokhttp3.Call
RbacAuthorizationV1Api.deleteCollectionNamespacedRoleCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedRoleRbacAuthorizationV1Api.deleteCollectionNamespacedRoleWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of RoleCoreV1Api.deleteCollectionNamespacedSecret
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of Secretokhttp3.Call
CoreV1Api.deleteCollectionNamespacedSecretAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of Secretokhttp3.Call
CoreV1Api.deleteCollectionNamespacedSecretCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedSecretCoreV1Api.deleteCollectionNamespacedSecretWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of SecretCoreV1Api.deleteCollectionNamespacedService
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ServiceCoreV1Api.deleteCollectionNamespacedServiceAccount
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ServiceAccountokhttp3.Call
CoreV1Api.deleteCollectionNamespacedServiceAccountAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of ServiceAccountokhttp3.Call
CoreV1Api.deleteCollectionNamespacedServiceAccountCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedServiceAccountCoreV1Api.deleteCollectionNamespacedServiceAccountWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ServiceAccountokhttp3.Call
CoreV1Api.deleteCollectionNamespacedServiceAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of Serviceokhttp3.Call
CoreV1Api.deleteCollectionNamespacedServiceCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedServiceCoreV1Api.deleteCollectionNamespacedServiceWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ServiceAppsV1Api.deleteCollectionNamespacedStatefulSet
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of StatefulSetokhttp3.Call
AppsV1Api.deleteCollectionNamespacedStatefulSetAsync
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of StatefulSetokhttp3.Call
AppsV1Api.deleteCollectionNamespacedStatefulSetCall
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNamespacedStatefulSetAppsV1Api.deleteCollectionNamespacedStatefulSetWithHttpInfo
(String namespace, String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of StatefulSetCoreV1Api.deleteCollectionNode
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of Nodeokhttp3.Call
CoreV1Api.deleteCollectionNodeAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of Nodeokhttp3.Call
CoreV1Api.deleteCollectionNodeCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionNodeCoreV1Api.deleteCollectionNodeWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of NodeCoreV1Api.deleteCollectionPersistentVolume
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of PersistentVolumeokhttp3.Call
CoreV1Api.deleteCollectionPersistentVolumeAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of PersistentVolumeokhttp3.Call
CoreV1Api.deleteCollectionPersistentVolumeCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionPersistentVolumeCoreV1Api.deleteCollectionPersistentVolumeWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of PersistentVolumeSchedulingV1Api.deleteCollectionPriorityClass
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of PriorityClassokhttp3.Call
SchedulingV1Api.deleteCollectionPriorityClassAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of PriorityClassokhttp3.Call
SchedulingV1Api.deleteCollectionPriorityClassCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionPriorityClassSchedulingV1Api.deleteCollectionPriorityClassWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of PriorityClassFlowcontrolApiserverV1beta1Api.deleteCollectionPriorityLevelConfiguration
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.deleteCollectionPriorityLevelConfiguration
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.deleteCollectionPriorityLevelConfigurationAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta2Api.deleteCollectionPriorityLevelConfigurationAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.deleteCollectionPriorityLevelConfigurationCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionPriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta2Api.deleteCollectionPriorityLevelConfigurationCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionPriorityLevelConfigurationFlowcontrolApiserverV1beta1Api.deleteCollectionPriorityLevelConfigurationWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.deleteCollectionPriorityLevelConfigurationWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of PriorityLevelConfigurationNodeV1Api.deleteCollectionRuntimeClass
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of RuntimeClassokhttp3.Call
NodeV1Api.deleteCollectionRuntimeClassAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of RuntimeClassokhttp3.Call
NodeV1Api.deleteCollectionRuntimeClassCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionRuntimeClassNodeV1Api.deleteCollectionRuntimeClassWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of RuntimeClassStorageV1Api.deleteCollectionStorageClass
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of StorageClassokhttp3.Call
StorageV1Api.deleteCollectionStorageClassAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of StorageClassokhttp3.Call
StorageV1Api.deleteCollectionStorageClassCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionStorageClassStorageV1Api.deleteCollectionStorageClassWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of StorageClassInternalApiserverV1alpha1Api.deleteCollectionStorageVersion
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.deleteCollectionStorageVersionAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.deleteCollectionStorageVersionCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionStorageVersionInternalApiserverV1alpha1Api.deleteCollectionStorageVersionWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of StorageVersionAdmissionregistrationV1Api.deleteCollectionValidatingWebhookConfiguration
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ValidatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.deleteCollectionValidatingWebhookConfigurationAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of ValidatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.deleteCollectionValidatingWebhookConfigurationCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionValidatingWebhookConfigurationAdmissionregistrationV1Api.deleteCollectionValidatingWebhookConfigurationWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of ValidatingWebhookConfigurationStorageV1Api.deleteCollectionVolumeAttachment
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of VolumeAttachmentokhttp3.Call
StorageV1Api.deleteCollectionVolumeAttachmentAsync
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete collection of VolumeAttachmentokhttp3.Call
StorageV1Api.deleteCollectionVolumeAttachmentCall
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCollectionVolumeAttachmentStorageV1Api.deleteCollectionVolumeAttachmentWithHttpInfo
(String pretty, String _continue, String dryRun, String fieldSelector, Integer gracePeriodSeconds, String labelSelector, Integer limit, Boolean orphanDependents, String propagationPolicy, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, V1DeleteOptions body) delete collection of VolumeAttachmentStorageV1Api.deleteCSIDriver
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a CSIDriverokhttp3.Call
StorageV1Api.deleteCSIDriverAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1CSIDriver> _callback) (asynchronously) delete a CSIDriverokhttp3.Call
StorageV1Api.deleteCSIDriverCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCSIDriverStorageV1Api.deleteCSIDriverWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a CSIDriverStorageV1Api.deleteCSINode
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a CSINodeokhttp3.Call
StorageV1Api.deleteCSINodeAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1CSINode> _callback) (asynchronously) delete a CSINodeokhttp3.Call
StorageV1Api.deleteCSINodeCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCSINodeStorageV1Api.deleteCSINodeWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a CSINodeApiextensionsV1Api.deleteCustomResourceDefinition
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.deleteCustomResourceDefinitionAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.deleteCustomResourceDefinitionCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteCustomResourceDefinitionApiextensionsV1Api.deleteCustomResourceDefinitionWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a CustomResourceDefinitionFlowcontrolApiserverV1beta1Api.deleteFlowSchema
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a FlowSchemaFlowcontrolApiserverV1beta2Api.deleteFlowSchema
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.deleteFlowSchemaAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta2Api.deleteFlowSchemaAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.deleteFlowSchemaCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteFlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta2Api.deleteFlowSchemaCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteFlowSchemaFlowcontrolApiserverV1beta1Api.deleteFlowSchemaWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a FlowSchemaFlowcontrolApiserverV1beta2Api.deleteFlowSchemaWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a FlowSchemaNetworkingV1Api.deleteIngressClass
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete an IngressClassokhttp3.Call
NetworkingV1Api.deleteIngressClassAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete an IngressClassokhttp3.Call
NetworkingV1Api.deleteIngressClassCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteIngressClassNetworkingV1Api.deleteIngressClassWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete an IngressClassAdmissionregistrationV1Api.deleteMutatingWebhookConfiguration
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a MutatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.deleteMutatingWebhookConfigurationAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a MutatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.deleteMutatingWebhookConfigurationCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteMutatingWebhookConfigurationAdmissionregistrationV1Api.deleteMutatingWebhookConfigurationWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a MutatingWebhookConfigurationCoreV1Api.deleteNamespace
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a Namespaceokhttp3.Call
CoreV1Api.deleteNamespaceAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a Namespaceokhttp3.Call
CoreV1Api.deleteNamespaceCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespaceCoreV1Api.deleteNamespacedConfigMap
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ConfigMapokhttp3.Call
CoreV1Api.deleteNamespacedConfigMapAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a ConfigMapokhttp3.Call
CoreV1Api.deleteNamespacedConfigMapCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedConfigMapCoreV1Api.deleteNamespacedConfigMapWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ConfigMapAppsV1Api.deleteNamespacedControllerRevision
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ControllerRevisionokhttp3.Call
AppsV1Api.deleteNamespacedControllerRevisionAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a ControllerRevisionokhttp3.Call
AppsV1Api.deleteNamespacedControllerRevisionCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedControllerRevisionAppsV1Api.deleteNamespacedControllerRevisionWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ControllerRevisionBatchV1Api.deleteNamespacedCronJob
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a CronJobokhttp3.Call
BatchV1Api.deleteNamespacedCronJobAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a CronJobokhttp3.Call
BatchV1Api.deleteNamespacedCronJobCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedCronJobBatchV1Api.deleteNamespacedCronJobWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a CronJobStorageV1Api.deleteNamespacedCSIStorageCapacity
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a CSIStorageCapacityStorageV1beta1Api.deleteNamespacedCSIStorageCapacity
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a CSIStorageCapacityokhttp3.Call
StorageV1Api.deleteNamespacedCSIStorageCapacityAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a CSIStorageCapacityokhttp3.Call
StorageV1beta1Api.deleteNamespacedCSIStorageCapacityAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a CSIStorageCapacityokhttp3.Call
StorageV1Api.deleteNamespacedCSIStorageCapacityCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedCSIStorageCapacityokhttp3.Call
StorageV1beta1Api.deleteNamespacedCSIStorageCapacityCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedCSIStorageCapacityStorageV1Api.deleteNamespacedCSIStorageCapacityWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a CSIStorageCapacityStorageV1beta1Api.deleteNamespacedCSIStorageCapacityWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a CSIStorageCapacityCustomObjectsApi.deleteNamespacedCustomObject
(String group, String version, String namespace, String plural, String name, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body) Deletes the specified namespace scoped custom objectokhttp3.Call
CustomObjectsApi.deleteNamespacedCustomObjectAsync
(String group, String version, String namespace, String plural, String name, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body, ApiCallback<Object> _callback) (asynchronously) Deletes the specified namespace scoped custom objectokhttp3.Call
CustomObjectsApi.deleteNamespacedCustomObjectCall
(String group, String version, String namespace, String plural, String name, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedCustomObjectCustomObjectsApi.deleteNamespacedCustomObjectWithHttpInfo
(String group, String version, String namespace, String plural, String name, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, String dryRun, V1DeleteOptions body) Deletes the specified namespace scoped custom objectAppsV1Api.deleteNamespacedDaemonSet
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a DaemonSetokhttp3.Call
AppsV1Api.deleteNamespacedDaemonSetAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a DaemonSetokhttp3.Call
AppsV1Api.deleteNamespacedDaemonSetCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedDaemonSetAppsV1Api.deleteNamespacedDaemonSetWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a DaemonSetAppsV1Api.deleteNamespacedDeployment
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a Deploymentokhttp3.Call
AppsV1Api.deleteNamespacedDeploymentAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a Deploymentokhttp3.Call
AppsV1Api.deleteNamespacedDeploymentCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedDeploymentAppsV1Api.deleteNamespacedDeploymentWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a DeploymentCoreV1Api.deleteNamespacedEndpoints
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete Endpointsokhttp3.Call
CoreV1Api.deleteNamespacedEndpointsAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete Endpointsokhttp3.Call
CoreV1Api.deleteNamespacedEndpointsCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedEndpointsDiscoveryV1Api.deleteNamespacedEndpointSlice
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete an EndpointSliceokhttp3.Call
DiscoveryV1Api.deleteNamespacedEndpointSliceAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete an EndpointSliceokhttp3.Call
DiscoveryV1Api.deleteNamespacedEndpointSliceCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedEndpointSliceDiscoveryV1Api.deleteNamespacedEndpointSliceWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete an EndpointSliceCoreV1Api.deleteNamespacedEndpointsWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete EndpointsCoreV1Api.deleteNamespacedEvent
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete an EventEventsV1Api.deleteNamespacedEvent
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete an Eventokhttp3.Call
CoreV1Api.deleteNamespacedEventAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete an Eventokhttp3.Call
EventsV1Api.deleteNamespacedEventAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete an Eventokhttp3.Call
CoreV1Api.deleteNamespacedEventCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedEventokhttp3.Call
EventsV1Api.deleteNamespacedEventCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedEventCoreV1Api.deleteNamespacedEventWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete an EventEventsV1Api.deleteNamespacedEventWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete an EventAutoscalingV1Api.deleteNamespacedHorizontalPodAutoscaler
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a HorizontalPodAutoscalerAutoscalingV2Api.deleteNamespacedHorizontalPodAutoscaler
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a HorizontalPodAutoscalerAutoscalingV2beta2Api.deleteNamespacedHorizontalPodAutoscaler
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.deleteNamespacedHorizontalPodAutoscalerAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2Api.deleteNamespacedHorizontalPodAutoscalerAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2beta2Api.deleteNamespacedHorizontalPodAutoscalerAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.deleteNamespacedHorizontalPodAutoscalerCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedHorizontalPodAutoscalerokhttp3.Call
AutoscalingV2Api.deleteNamespacedHorizontalPodAutoscalerCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedHorizontalPodAutoscalerokhttp3.Call
AutoscalingV2beta2Api.deleteNamespacedHorizontalPodAutoscalerCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedHorizontalPodAutoscalerAutoscalingV1Api.deleteNamespacedHorizontalPodAutoscalerWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a HorizontalPodAutoscalerAutoscalingV2Api.deleteNamespacedHorizontalPodAutoscalerWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a HorizontalPodAutoscalerAutoscalingV2beta2Api.deleteNamespacedHorizontalPodAutoscalerWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a HorizontalPodAutoscalerNetworkingV1Api.deleteNamespacedIngress
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete an Ingressokhttp3.Call
NetworkingV1Api.deleteNamespacedIngressAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete an Ingressokhttp3.Call
NetworkingV1Api.deleteNamespacedIngressCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedIngressNetworkingV1Api.deleteNamespacedIngressWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete an IngressBatchV1Api.deleteNamespacedJob
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a Jobokhttp3.Call
BatchV1Api.deleteNamespacedJobAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a Jobokhttp3.Call
BatchV1Api.deleteNamespacedJobCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedJobBatchV1Api.deleteNamespacedJobWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a JobCoordinationV1Api.deleteNamespacedLease
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a Leaseokhttp3.Call
CoordinationV1Api.deleteNamespacedLeaseAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a Leaseokhttp3.Call
CoordinationV1Api.deleteNamespacedLeaseCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedLeaseCoordinationV1Api.deleteNamespacedLeaseWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a LeaseCoreV1Api.deleteNamespacedLimitRange
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a LimitRangeokhttp3.Call
CoreV1Api.deleteNamespacedLimitRangeAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a LimitRangeokhttp3.Call
CoreV1Api.deleteNamespacedLimitRangeCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedLimitRangeCoreV1Api.deleteNamespacedLimitRangeWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a LimitRangeNetworkingV1Api.deleteNamespacedNetworkPolicy
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a NetworkPolicyokhttp3.Call
NetworkingV1Api.deleteNamespacedNetworkPolicyAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a NetworkPolicyokhttp3.Call
NetworkingV1Api.deleteNamespacedNetworkPolicyCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedNetworkPolicyNetworkingV1Api.deleteNamespacedNetworkPolicyWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a NetworkPolicyCoreV1Api.deleteNamespacedPersistentVolumeClaim
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a PersistentVolumeClaimokhttp3.Call
CoreV1Api.deleteNamespacedPersistentVolumeClaimAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1PersistentVolumeClaim> _callback) (asynchronously) delete a PersistentVolumeClaimokhttp3.Call
CoreV1Api.deleteNamespacedPersistentVolumeClaimCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedPersistentVolumeClaimCoreV1Api.deleteNamespacedPersistentVolumeClaimWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a PersistentVolumeClaimCoreV1Api.deleteNamespacedPod
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a Podokhttp3.Call
CoreV1Api.deleteNamespacedPodAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Pod> _callback) (asynchronously) delete a Podokhttp3.Call
CoreV1Api.deleteNamespacedPodCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedPodPolicyV1Api.deleteNamespacedPodDisruptionBudget
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a PodDisruptionBudgetokhttp3.Call
PolicyV1Api.deleteNamespacedPodDisruptionBudgetAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a PodDisruptionBudgetokhttp3.Call
PolicyV1Api.deleteNamespacedPodDisruptionBudgetCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedPodDisruptionBudgetPolicyV1Api.deleteNamespacedPodDisruptionBudgetWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a PodDisruptionBudgetCoreV1Api.deleteNamespacedPodTemplate
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a PodTemplateokhttp3.Call
CoreV1Api.deleteNamespacedPodTemplateAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1PodTemplate> _callback) (asynchronously) delete a PodTemplateokhttp3.Call
CoreV1Api.deleteNamespacedPodTemplateCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedPodTemplateCoreV1Api.deleteNamespacedPodTemplateWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a PodTemplateCoreV1Api.deleteNamespacedPodWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a PodAppsV1Api.deleteNamespacedReplicaSet
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ReplicaSetokhttp3.Call
AppsV1Api.deleteNamespacedReplicaSetAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a ReplicaSetokhttp3.Call
AppsV1Api.deleteNamespacedReplicaSetCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedReplicaSetAppsV1Api.deleteNamespacedReplicaSetWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ReplicaSetCoreV1Api.deleteNamespacedReplicationController
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ReplicationControllerokhttp3.Call
CoreV1Api.deleteNamespacedReplicationControllerAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a ReplicationControllerokhttp3.Call
CoreV1Api.deleteNamespacedReplicationControllerCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedReplicationControllerCoreV1Api.deleteNamespacedReplicationControllerWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ReplicationControllerCoreV1Api.deleteNamespacedResourceQuota
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ResourceQuotaokhttp3.Call
CoreV1Api.deleteNamespacedResourceQuotaAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1ResourceQuota> _callback) (asynchronously) delete a ResourceQuotaokhttp3.Call
CoreV1Api.deleteNamespacedResourceQuotaCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedResourceQuotaCoreV1Api.deleteNamespacedResourceQuotaWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ResourceQuotaRbacAuthorizationV1Api.deleteNamespacedRole
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a Roleokhttp3.Call
RbacAuthorizationV1Api.deleteNamespacedRoleAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a RoleRbacAuthorizationV1Api.deleteNamespacedRoleBinding
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a RoleBindingokhttp3.Call
RbacAuthorizationV1Api.deleteNamespacedRoleBindingAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a RoleBindingokhttp3.Call
RbacAuthorizationV1Api.deleteNamespacedRoleBindingCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedRoleBindingRbacAuthorizationV1Api.deleteNamespacedRoleBindingWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a RoleBindingokhttp3.Call
RbacAuthorizationV1Api.deleteNamespacedRoleCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedRoleRbacAuthorizationV1Api.deleteNamespacedRoleWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a RoleCoreV1Api.deleteNamespacedSecret
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a Secretokhttp3.Call
CoreV1Api.deleteNamespacedSecretAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a Secretokhttp3.Call
CoreV1Api.deleteNamespacedSecretCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedSecretCoreV1Api.deleteNamespacedSecretWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a SecretCoreV1Api.deleteNamespacedService
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ServiceCoreV1Api.deleteNamespacedServiceAccount
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ServiceAccountokhttp3.Call
CoreV1Api.deleteNamespacedServiceAccountAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1ServiceAccount> _callback) (asynchronously) delete a ServiceAccountokhttp3.Call
CoreV1Api.deleteNamespacedServiceAccountCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedServiceAccountCoreV1Api.deleteNamespacedServiceAccountWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ServiceAccountokhttp3.Call
CoreV1Api.deleteNamespacedServiceAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Service> _callback) (asynchronously) delete a Serviceokhttp3.Call
CoreV1Api.deleteNamespacedServiceCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedServiceCoreV1Api.deleteNamespacedServiceWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ServiceAppsV1Api.deleteNamespacedStatefulSet
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a StatefulSetokhttp3.Call
AppsV1Api.deleteNamespacedStatefulSetAsync
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a StatefulSetokhttp3.Call
AppsV1Api.deleteNamespacedStatefulSetCall
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNamespacedStatefulSetAppsV1Api.deleteNamespacedStatefulSetWithHttpInfo
(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a StatefulSetCoreV1Api.deleteNamespaceWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a NamespaceCoreV1Api.deleteNode
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a Nodeokhttp3.Call
CoreV1Api.deleteNodeAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a Nodeokhttp3.Call
CoreV1Api.deleteNodeCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteNodeCoreV1Api.deleteNodeWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a NodeCoreV1Api.deletePersistentVolume
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a PersistentVolumeokhttp3.Call
CoreV1Api.deletePersistentVolumeAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1PersistentVolume> _callback) (asynchronously) delete a PersistentVolumeokhttp3.Call
CoreV1Api.deletePersistentVolumeCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deletePersistentVolumeCoreV1Api.deletePersistentVolumeWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a PersistentVolumeSchedulingV1Api.deletePriorityClass
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a PriorityClassokhttp3.Call
SchedulingV1Api.deletePriorityClassAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a PriorityClassokhttp3.Call
SchedulingV1Api.deletePriorityClassCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deletePriorityClassSchedulingV1Api.deletePriorityClassWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a PriorityClassFlowcontrolApiserverV1beta1Api.deletePriorityLevelConfiguration
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.deletePriorityLevelConfiguration
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.deletePriorityLevelConfigurationAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta2Api.deletePriorityLevelConfigurationAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.deletePriorityLevelConfigurationCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deletePriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta2Api.deletePriorityLevelConfigurationCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deletePriorityLevelConfigurationFlowcontrolApiserverV1beta1Api.deletePriorityLevelConfigurationWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.deletePriorityLevelConfigurationWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a PriorityLevelConfigurationNodeV1Api.deleteRuntimeClass
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a RuntimeClassokhttp3.Call
NodeV1Api.deleteRuntimeClassAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a RuntimeClassokhttp3.Call
NodeV1Api.deleteRuntimeClassCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteRuntimeClassNodeV1Api.deleteRuntimeClassWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a RuntimeClassStorageV1Api.deleteStorageClass
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a StorageClassokhttp3.Call
StorageV1Api.deleteStorageClassAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1StorageClass> _callback) (asynchronously) delete a StorageClassokhttp3.Call
StorageV1Api.deleteStorageClassCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteStorageClassStorageV1Api.deleteStorageClassWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a StorageClassInternalApiserverV1alpha1Api.deleteStorageVersion
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.deleteStorageVersionAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.deleteStorageVersionCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteStorageVersionInternalApiserverV1alpha1Api.deleteStorageVersionWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a StorageVersionAdmissionregistrationV1Api.deleteValidatingWebhookConfiguration
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ValidatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.deleteValidatingWebhookConfigurationAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1Status> _callback) (asynchronously) delete a ValidatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.deleteValidatingWebhookConfigurationCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteValidatingWebhookConfigurationAdmissionregistrationV1Api.deleteValidatingWebhookConfigurationWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ValidatingWebhookConfigurationStorageV1Api.deleteVolumeAttachment
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a VolumeAttachmentokhttp3.Call
StorageV1Api.deleteVolumeAttachmentAsync
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1VolumeAttachment> _callback) (asynchronously) delete a VolumeAttachmentokhttp3.Call
StorageV1Api.deleteVolumeAttachmentCall
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback _callback) Build call for deleteVolumeAttachmentStorageV1Api.deleteVolumeAttachmentWithHttpInfo
(String name, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a VolumeAttachmentAdmissionregistrationApi.getAPIGroup()
get information of a groupApiextensionsApi.getAPIGroup()
get information of a groupApiregistrationApi.getAPIGroup()
get information of a groupAppsApi.getAPIGroup()
get information of a groupAuthenticationApi.getAPIGroup()
get information of a groupAuthorizationApi.getAPIGroup()
get information of a groupAutoscalingApi.getAPIGroup()
get information of a groupBatchApi.getAPIGroup()
get information of a groupCertificatesApi.getAPIGroup()
get information of a groupCoordinationApi.getAPIGroup()
get information of a groupDiscoveryApi.getAPIGroup()
get information of a groupEventsApi.getAPIGroup()
get information of a groupFlowcontrolApiserverApi.getAPIGroup()
get information of a groupInternalApiserverApi.getAPIGroup()
get information of a groupNetworkingApi.getAPIGroup()
get information of a groupNodeApi.getAPIGroup()
get information of a groupPolicyApi.getAPIGroup()
get information of a groupRbacAuthorizationApi.getAPIGroup()
get information of a groupSchedulingApi.getAPIGroup()
get information of a groupStorageApi.getAPIGroup()
get information of a groupokhttp3.Call
AdmissionregistrationApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
ApiextensionsApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
ApiregistrationApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
AppsApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
AuthenticationApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
AuthorizationApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
AutoscalingApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
BatchApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
CertificatesApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
CoordinationApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
DiscoveryApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
EventsApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
FlowcontrolApiserverApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
InternalApiserverApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
NetworkingApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
NodeApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
PolicyApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
RbacAuthorizationApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
SchedulingApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
StorageApi.getAPIGroupAsync
(ApiCallback<V1APIGroup> _callback) (asynchronously) get information of a groupokhttp3.Call
AdmissionregistrationApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupokhttp3.Call
ApiextensionsApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupokhttp3.Call
ApiregistrationApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupokhttp3.Call
AppsApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupokhttp3.Call
AuthenticationApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupokhttp3.Call
AuthorizationApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupokhttp3.Call
AutoscalingApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupokhttp3.Call
BatchApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupokhttp3.Call
CertificatesApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupokhttp3.Call
CoordinationApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupokhttp3.Call
DiscoveryApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupokhttp3.Call
EventsApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupokhttp3.Call
FlowcontrolApiserverApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupokhttp3.Call
InternalApiserverApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupokhttp3.Call
NetworkingApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupokhttp3.Call
NodeApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupokhttp3.Call
PolicyApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupokhttp3.Call
RbacAuthorizationApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupokhttp3.Call
SchedulingApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupokhttp3.Call
StorageApi.getAPIGroupCall
(ApiCallback _callback) Build call for getAPIGroupAdmissionregistrationApi.getAPIGroupWithHttpInfo()
get information of a groupApiextensionsApi.getAPIGroupWithHttpInfo()
get information of a groupApiregistrationApi.getAPIGroupWithHttpInfo()
get information of a groupAppsApi.getAPIGroupWithHttpInfo()
get information of a groupAuthenticationApi.getAPIGroupWithHttpInfo()
get information of a groupAuthorizationApi.getAPIGroupWithHttpInfo()
get information of a groupAutoscalingApi.getAPIGroupWithHttpInfo()
get information of a groupBatchApi.getAPIGroupWithHttpInfo()
get information of a groupCertificatesApi.getAPIGroupWithHttpInfo()
get information of a groupCoordinationApi.getAPIGroupWithHttpInfo()
get information of a groupDiscoveryApi.getAPIGroupWithHttpInfo()
get information of a groupEventsApi.getAPIGroupWithHttpInfo()
get information of a groupFlowcontrolApiserverApi.getAPIGroupWithHttpInfo()
get information of a groupInternalApiserverApi.getAPIGroupWithHttpInfo()
get information of a groupNetworkingApi.getAPIGroupWithHttpInfo()
get information of a groupNodeApi.getAPIGroupWithHttpInfo()
get information of a groupPolicyApi.getAPIGroupWithHttpInfo()
get information of a groupRbacAuthorizationApi.getAPIGroupWithHttpInfo()
get information of a groupSchedulingApi.getAPIGroupWithHttpInfo()
get information of a groupStorageApi.getAPIGroupWithHttpInfo()
get information of a groupAdmissionregistrationV1Api.getAPIResources()
get available resourcesApiextensionsV1Api.getAPIResources()
get available resourcesApiregistrationV1Api.getAPIResources()
get available resourcesAppsV1Api.getAPIResources()
get available resourcesAuthenticationV1Api.getAPIResources()
get available resourcesAuthorizationV1Api.getAPIResources()
get available resourcesAutoscalingV1Api.getAPIResources()
get available resourcesAutoscalingV2Api.getAPIResources()
get available resourcesAutoscalingV2beta2Api.getAPIResources()
get available resourcesBatchV1Api.getAPIResources()
get available resourcesCertificatesV1Api.getAPIResources()
get available resourcesCoordinationV1Api.getAPIResources()
get available resourcesCoreV1Api.getAPIResources()
get available resourcesCustomObjectsApi.getAPIResources
(String group, String version) get available resourcesDiscoveryV1Api.getAPIResources()
get available resourcesEventsV1Api.getAPIResources()
get available resourcesFlowcontrolApiserverV1beta1Api.getAPIResources()
get available resourcesFlowcontrolApiserverV1beta2Api.getAPIResources()
get available resourcesInternalApiserverV1alpha1Api.getAPIResources()
get available resourcesNetworkingV1alpha1Api.getAPIResources()
get available resourcesNetworkingV1Api.getAPIResources()
get available resourcesNodeV1Api.getAPIResources()
get available resourcesPolicyV1Api.getAPIResources()
get available resourcesRbacAuthorizationV1Api.getAPIResources()
get available resourcesSchedulingV1Api.getAPIResources()
get available resourcesStorageV1Api.getAPIResources()
get available resourcesStorageV1beta1Api.getAPIResources()
get available resourcesokhttp3.Call
AdmissionregistrationV1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
ApiextensionsV1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
ApiregistrationV1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
AppsV1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
AuthenticationV1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
AuthorizationV1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
AutoscalingV1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
AutoscalingV2Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
AutoscalingV2beta2Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
BatchV1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
CertificatesV1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
CoordinationV1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
CoreV1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
CustomObjectsApi.getAPIResourcesAsync
(String group, String version, ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
DiscoveryV1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
EventsV1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
FlowcontrolApiserverV1beta1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
FlowcontrolApiserverV1beta2Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
InternalApiserverV1alpha1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
NetworkingV1alpha1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
NetworkingV1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
NodeV1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
PolicyV1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
RbacAuthorizationV1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
SchedulingV1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
StorageV1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
StorageV1beta1Api.getAPIResourcesAsync
(ApiCallback<V1APIResourceList> _callback) (asynchronously) get available resourcesokhttp3.Call
AdmissionregistrationV1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
ApiextensionsV1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
ApiregistrationV1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
AppsV1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
AuthenticationV1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
AuthorizationV1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
AutoscalingV1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
AutoscalingV2Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
AutoscalingV2beta2Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
BatchV1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
CertificatesV1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
CoordinationV1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
CoreV1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
CustomObjectsApi.getAPIResourcesCall
(String group, String version, ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
DiscoveryV1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
EventsV1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
FlowcontrolApiserverV1beta1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
FlowcontrolApiserverV1beta2Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
InternalApiserverV1alpha1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
NetworkingV1alpha1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
NetworkingV1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
NodeV1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
PolicyV1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
RbacAuthorizationV1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
SchedulingV1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
StorageV1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesokhttp3.Call
StorageV1beta1Api.getAPIResourcesCall
(ApiCallback _callback) Build call for getAPIResourcesAdmissionregistrationV1Api.getAPIResourcesWithHttpInfo()
get available resourcesApiextensionsV1Api.getAPIResourcesWithHttpInfo()
get available resourcesApiregistrationV1Api.getAPIResourcesWithHttpInfo()
get available resourcesAppsV1Api.getAPIResourcesWithHttpInfo()
get available resourcesAuthenticationV1Api.getAPIResourcesWithHttpInfo()
get available resourcesAuthorizationV1Api.getAPIResourcesWithHttpInfo()
get available resourcesAutoscalingV1Api.getAPIResourcesWithHttpInfo()
get available resourcesAutoscalingV2Api.getAPIResourcesWithHttpInfo()
get available resourcesAutoscalingV2beta2Api.getAPIResourcesWithHttpInfo()
get available resourcesBatchV1Api.getAPIResourcesWithHttpInfo()
get available resourcesCertificatesV1Api.getAPIResourcesWithHttpInfo()
get available resourcesCoordinationV1Api.getAPIResourcesWithHttpInfo()
get available resourcesCoreV1Api.getAPIResourcesWithHttpInfo()
get available resourcesCustomObjectsApi.getAPIResourcesWithHttpInfo
(String group, String version) get available resourcesDiscoveryV1Api.getAPIResourcesWithHttpInfo()
get available resourcesEventsV1Api.getAPIResourcesWithHttpInfo()
get available resourcesFlowcontrolApiserverV1beta1Api.getAPIResourcesWithHttpInfo()
get available resourcesFlowcontrolApiserverV1beta2Api.getAPIResourcesWithHttpInfo()
get available resourcesInternalApiserverV1alpha1Api.getAPIResourcesWithHttpInfo()
get available resourcesNetworkingV1alpha1Api.getAPIResourcesWithHttpInfo()
get available resourcesNetworkingV1Api.getAPIResourcesWithHttpInfo()
get available resourcesNodeV1Api.getAPIResourcesWithHttpInfo()
get available resourcesPolicyV1Api.getAPIResourcesWithHttpInfo()
get available resourcesRbacAuthorizationV1Api.getAPIResourcesWithHttpInfo()
get available resourcesSchedulingV1Api.getAPIResourcesWithHttpInfo()
get available resourcesStorageV1Api.getAPIResourcesWithHttpInfo()
get available resourcesStorageV1beta1Api.getAPIResourcesWithHttpInfo()
get available resourcesApisApi.getAPIVersions()
get available API versionsCoreApi.getAPIVersions()
get available API versionsokhttp3.Call
ApisApi.getAPIVersionsAsync
(ApiCallback<V1APIGroupList> _callback) (asynchronously) get available API versionsokhttp3.Call
CoreApi.getAPIVersionsAsync
(ApiCallback<V1APIVersions> _callback) (asynchronously) get available API versionsokhttp3.Call
ApisApi.getAPIVersionsCall
(ApiCallback _callback) Build call for getAPIVersionsokhttp3.Call
CoreApi.getAPIVersionsCall
(ApiCallback _callback) Build call for getAPIVersionsApisApi.getAPIVersionsWithHttpInfo()
get available API versionsCoreApi.getAPIVersionsWithHttpInfo()
get available API versionsCustomObjectsApi.getClusterCustomObject
(String group, String version, String plural, String name) Returns a cluster scoped custom objectokhttp3.Call
CustomObjectsApi.getClusterCustomObjectAsync
(String group, String version, String plural, String name, ApiCallback<Object> _callback) (asynchronously) Returns a cluster scoped custom objectokhttp3.Call
CustomObjectsApi.getClusterCustomObjectCall
(String group, String version, String plural, String name, ApiCallback _callback) Build call for getClusterCustomObjectCustomObjectsApi.getClusterCustomObjectScale
(String group, String version, String plural, String name) read scale of the specified custom objectokhttp3.Call
CustomObjectsApi.getClusterCustomObjectScaleAsync
(String group, String version, String plural, String name, ApiCallback<Object> _callback) (asynchronously) read scale of the specified custom objectokhttp3.Call
CustomObjectsApi.getClusterCustomObjectScaleCall
(String group, String version, String plural, String name, ApiCallback _callback) Build call for getClusterCustomObjectScaleCustomObjectsApi.getClusterCustomObjectScaleWithHttpInfo
(String group, String version, String plural, String name) read scale of the specified custom objectCustomObjectsApi.getClusterCustomObjectStatus
(String group, String version, String plural, String name) read status of the specified cluster scoped custom objectokhttp3.Call
CustomObjectsApi.getClusterCustomObjectStatusAsync
(String group, String version, String plural, String name, ApiCallback<Object> _callback) (asynchronously) read status of the specified cluster scoped custom objectokhttp3.Call
CustomObjectsApi.getClusterCustomObjectStatusCall
(String group, String version, String plural, String name, ApiCallback _callback) Build call for getClusterCustomObjectStatusCustomObjectsApi.getClusterCustomObjectStatusWithHttpInfo
(String group, String version, String plural, String name) read status of the specified cluster scoped custom objectCustomObjectsApi.getClusterCustomObjectWithHttpInfo
(String group, String version, String plural, String name) Returns a cluster scoped custom objectVersionApi.getCode()
get the code versionokhttp3.Call
VersionApi.getCodeAsync
(ApiCallback<VersionInfo> _callback) (asynchronously) get the code versionokhttp3.Call
VersionApi.getCodeCall
(ApiCallback _callback) Build call for getCodeVersionApi.getCodeWithHttpInfo()
get the code versionCustomObjectsApi.getNamespacedCustomObject
(String group, String version, String namespace, String plural, String name) Returns a namespace scoped custom objectokhttp3.Call
CustomObjectsApi.getNamespacedCustomObjectAsync
(String group, String version, String namespace, String plural, String name, ApiCallback<Object> _callback) (asynchronously) Returns a namespace scoped custom objectokhttp3.Call
CustomObjectsApi.getNamespacedCustomObjectCall
(String group, String version, String namespace, String plural, String name, ApiCallback _callback) Build call for getNamespacedCustomObjectCustomObjectsApi.getNamespacedCustomObjectScale
(String group, String version, String namespace, String plural, String name) read scale of the specified namespace scoped custom objectokhttp3.Call
CustomObjectsApi.getNamespacedCustomObjectScaleAsync
(String group, String version, String namespace, String plural, String name, ApiCallback<Object> _callback) (asynchronously) read scale of the specified namespace scoped custom objectokhttp3.Call
CustomObjectsApi.getNamespacedCustomObjectScaleCall
(String group, String version, String namespace, String plural, String name, ApiCallback _callback) Build call for getNamespacedCustomObjectScaleCustomObjectsApi.getNamespacedCustomObjectScaleWithHttpInfo
(String group, String version, String namespace, String plural, String name) read scale of the specified namespace scoped custom objectCustomObjectsApi.getNamespacedCustomObjectStatus
(String group, String version, String namespace, String plural, String name) read status of the specified namespace scoped custom objectokhttp3.Call
CustomObjectsApi.getNamespacedCustomObjectStatusAsync
(String group, String version, String namespace, String plural, String name, ApiCallback<Object> _callback) (asynchronously) read status of the specified namespace scoped custom objectokhttp3.Call
CustomObjectsApi.getNamespacedCustomObjectStatusCall
(String group, String version, String namespace, String plural, String name, ApiCallback _callback) Build call for getNamespacedCustomObjectStatusCustomObjectsApi.getNamespacedCustomObjectStatusWithHttpInfo
(String group, String version, String namespace, String plural, String name) read status of the specified namespace scoped custom objectCustomObjectsApi.getNamespacedCustomObjectWithHttpInfo
(String group, String version, String namespace, String plural, String name) Returns a namespace scoped custom objectWellKnownApi.getServiceAccountIssuerOpenIDConfiguration()
get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'okhttp3.Call
WellKnownApi.getServiceAccountIssuerOpenIDConfigurationAsync
(ApiCallback<String> _callback) (asynchronously) get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'okhttp3.Call
WellKnownApi.getServiceAccountIssuerOpenIDConfigurationCall
(ApiCallback _callback) Build call for getServiceAccountIssuerOpenIDConfigurationWellKnownApi.getServiceAccountIssuerOpenIDConfigurationWithHttpInfo()
get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'OpenidApi.getServiceAccountIssuerOpenIDKeyset()
get service account issuer OpenID JSON Web Key Set (contains public token verification keys)okhttp3.Call
OpenidApi.getServiceAccountIssuerOpenIDKeysetAsync
(ApiCallback<String> _callback) (asynchronously) get service account issuer OpenID JSON Web Key Set (contains public token verification keys)okhttp3.Call
OpenidApi.getServiceAccountIssuerOpenIDKeysetCall
(ApiCallback _callback) Build call for getServiceAccountIssuerOpenIDKeysetOpenidApi.getServiceAccountIssuerOpenIDKeysetWithHttpInfo()
get service account issuer OpenID JSON Web Key Set (contains public token verification keys)ApiregistrationV1Api.listAPIService
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind APIServiceokhttp3.Call
ApiregistrationV1Api.listAPIServiceAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1APIServiceList> _callback) (asynchronously) list or watch objects of kind APIServiceokhttp3.Call
ApiregistrationV1Api.listAPIServiceCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listAPIServiceApiregistrationV1Api.listAPIServiceWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind APIServiceCertificatesV1Api.listCertificateSigningRequest
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CertificateSigningRequestokhttp3.Call
CertificatesV1Api.listCertificateSigningRequestAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1CertificateSigningRequestList> _callback) (asynchronously) list or watch objects of kind CertificateSigningRequestokhttp3.Call
CertificatesV1Api.listCertificateSigningRequestCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listCertificateSigningRequestCertificatesV1Api.listCertificateSigningRequestWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CertificateSigningRequestNetworkingV1alpha1Api.listClusterCIDR
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.listClusterCIDRAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1alpha1ClusterCIDRList> _callback) (asynchronously) list or watch objects of kind ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.listClusterCIDRCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listClusterCIDRNetworkingV1alpha1Api.listClusterCIDRWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ClusterCIDRCustomObjectsApi.listClusterCustomObject
(String group, String version, String plural, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch cluster scoped custom objectsokhttp3.Call
CustomObjectsApi.listClusterCustomObjectAsync
(String group, String version, String plural, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<Object> _callback) (asynchronously) list or watch cluster scoped custom objectsokhttp3.Call
CustomObjectsApi.listClusterCustomObjectCall
(String group, String version, String plural, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listClusterCustomObjectCustomObjectsApi.listClusterCustomObjectWithHttpInfo
(String group, String version, String plural, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch cluster scoped custom objectsRbacAuthorizationV1Api.listClusterRole
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ClusterRoleokhttp3.Call
RbacAuthorizationV1Api.listClusterRoleAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ClusterRoleList> _callback) (asynchronously) list or watch objects of kind ClusterRoleRbacAuthorizationV1Api.listClusterRoleBinding
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.listClusterRoleBindingAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ClusterRoleBindingList> _callback) (asynchronously) list or watch objects of kind ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.listClusterRoleBindingCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listClusterRoleBindingRbacAuthorizationV1Api.listClusterRoleBindingWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.listClusterRoleCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listClusterRoleRbacAuthorizationV1Api.listClusterRoleWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ClusterRoleCoreV1Api.listComponentStatus
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list objects of kind ComponentStatusokhttp3.Call
CoreV1Api.listComponentStatusAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ComponentStatusList> _callback) (asynchronously) list objects of kind ComponentStatusokhttp3.Call
CoreV1Api.listComponentStatusCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listComponentStatusCoreV1Api.listComponentStatusWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list objects of kind ComponentStatusCoreV1Api.listConfigMapForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ConfigMapokhttp3.Call
CoreV1Api.listConfigMapForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ConfigMapList> _callback) (asynchronously) list or watch objects of kind ConfigMapokhttp3.Call
CoreV1Api.listConfigMapForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listConfigMapForAllNamespacesCoreV1Api.listConfigMapForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ConfigMapAppsV1Api.listControllerRevisionForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ControllerRevisionokhttp3.Call
AppsV1Api.listControllerRevisionForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ControllerRevisionList> _callback) (asynchronously) list or watch objects of kind ControllerRevisionokhttp3.Call
AppsV1Api.listControllerRevisionForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listControllerRevisionForAllNamespacesAppsV1Api.listControllerRevisionForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ControllerRevisionBatchV1Api.listCronJobForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CronJobokhttp3.Call
BatchV1Api.listCronJobForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1CronJobList> _callback) (asynchronously) list or watch objects of kind CronJobokhttp3.Call
BatchV1Api.listCronJobForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listCronJobForAllNamespacesBatchV1Api.listCronJobForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CronJobStorageV1Api.listCSIDriver
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CSIDriverokhttp3.Call
StorageV1Api.listCSIDriverAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1CSIDriverList> _callback) (asynchronously) list or watch objects of kind CSIDriverokhttp3.Call
StorageV1Api.listCSIDriverCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listCSIDriverStorageV1Api.listCSIDriverWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CSIDriverStorageV1Api.listCSINode
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CSINodeokhttp3.Call
StorageV1Api.listCSINodeAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1CSINodeList> _callback) (asynchronously) list or watch objects of kind CSINodeokhttp3.Call
StorageV1Api.listCSINodeCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listCSINodeStorageV1Api.listCSINodeWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CSINodeStorageV1Api.listCSIStorageCapacityForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CSIStorageCapacityStorageV1beta1Api.listCSIStorageCapacityForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CSIStorageCapacityokhttp3.Call
StorageV1Api.listCSIStorageCapacityForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1CSIStorageCapacityList> _callback) (asynchronously) list or watch objects of kind CSIStorageCapacityokhttp3.Call
StorageV1beta1Api.listCSIStorageCapacityForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1beta1CSIStorageCapacityList> _callback) (asynchronously) list or watch objects of kind CSIStorageCapacityokhttp3.Call
StorageV1Api.listCSIStorageCapacityForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listCSIStorageCapacityForAllNamespacesokhttp3.Call
StorageV1beta1Api.listCSIStorageCapacityForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listCSIStorageCapacityForAllNamespacesStorageV1Api.listCSIStorageCapacityForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CSIStorageCapacityStorageV1beta1Api.listCSIStorageCapacityForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CSIStorageCapacityApiextensionsV1Api.listCustomResourceDefinition
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.listCustomResourceDefinitionAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1CustomResourceDefinitionList> _callback) (asynchronously) list or watch objects of kind CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.listCustomResourceDefinitionCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listCustomResourceDefinitionApiextensionsV1Api.listCustomResourceDefinitionWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CustomResourceDefinitionAppsV1Api.listDaemonSetForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind DaemonSetokhttp3.Call
AppsV1Api.listDaemonSetForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1DaemonSetList> _callback) (asynchronously) list or watch objects of kind DaemonSetokhttp3.Call
AppsV1Api.listDaemonSetForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listDaemonSetForAllNamespacesAppsV1Api.listDaemonSetForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind DaemonSetAppsV1Api.listDeploymentForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Deploymentokhttp3.Call
AppsV1Api.listDeploymentForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1DeploymentList> _callback) (asynchronously) list or watch objects of kind Deploymentokhttp3.Call
AppsV1Api.listDeploymentForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listDeploymentForAllNamespacesAppsV1Api.listDeploymentForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind DeploymentCoreV1Api.listEndpointsForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Endpointsokhttp3.Call
CoreV1Api.listEndpointsForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1EndpointsList> _callback) (asynchronously) list or watch objects of kind Endpointsokhttp3.Call
CoreV1Api.listEndpointsForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listEndpointsForAllNamespacesCoreV1Api.listEndpointsForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind EndpointsDiscoveryV1Api.listEndpointSliceForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind EndpointSliceokhttp3.Call
DiscoveryV1Api.listEndpointSliceForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1EndpointSliceList> _callback) (asynchronously) list or watch objects of kind EndpointSliceokhttp3.Call
DiscoveryV1Api.listEndpointSliceForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listEndpointSliceForAllNamespacesDiscoveryV1Api.listEndpointSliceForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind EndpointSliceCoreV1Api.listEventForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind EventEventsV1Api.listEventForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Eventokhttp3.Call
CoreV1Api.listEventForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<CoreV1EventList> _callback) (asynchronously) list or watch objects of kind Eventokhttp3.Call
EventsV1Api.listEventForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<EventsV1EventList> _callback) (asynchronously) list or watch objects of kind Eventokhttp3.Call
CoreV1Api.listEventForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listEventForAllNamespacesokhttp3.Call
EventsV1Api.listEventForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listEventForAllNamespacesCoreV1Api.listEventForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind EventEventsV1Api.listEventForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind EventFlowcontrolApiserverV1beta1Api.listFlowSchema
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind FlowSchemaFlowcontrolApiserverV1beta2Api.listFlowSchema
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.listFlowSchemaAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1beta1FlowSchemaList> _callback) (asynchronously) list or watch objects of kind FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta2Api.listFlowSchemaAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1beta2FlowSchemaList> _callback) (asynchronously) list or watch objects of kind FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.listFlowSchemaCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listFlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta2Api.listFlowSchemaCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listFlowSchemaFlowcontrolApiserverV1beta1Api.listFlowSchemaWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind FlowSchemaFlowcontrolApiserverV1beta2Api.listFlowSchemaWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind FlowSchemaAutoscalingV1Api.listHorizontalPodAutoscalerForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind HorizontalPodAutoscalerAutoscalingV2Api.listHorizontalPodAutoscalerForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind HorizontalPodAutoscalerAutoscalingV2beta2Api.listHorizontalPodAutoscalerForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.listHorizontalPodAutoscalerForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1HorizontalPodAutoscalerList> _callback) (asynchronously) list or watch objects of kind HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2Api.listHorizontalPodAutoscalerForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V2HorizontalPodAutoscalerList> _callback) (asynchronously) list or watch objects of kind HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2beta2Api.listHorizontalPodAutoscalerForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V2beta2HorizontalPodAutoscalerList> _callback) (asynchronously) list or watch objects of kind HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.listHorizontalPodAutoscalerForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listHorizontalPodAutoscalerForAllNamespacesokhttp3.Call
AutoscalingV2Api.listHorizontalPodAutoscalerForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listHorizontalPodAutoscalerForAllNamespacesokhttp3.Call
AutoscalingV2beta2Api.listHorizontalPodAutoscalerForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listHorizontalPodAutoscalerForAllNamespacesAutoscalingV1Api.listHorizontalPodAutoscalerForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind HorizontalPodAutoscalerAutoscalingV2Api.listHorizontalPodAutoscalerForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind HorizontalPodAutoscalerAutoscalingV2beta2Api.listHorizontalPodAutoscalerForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind HorizontalPodAutoscalerNetworkingV1Api.listIngressClass
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind IngressClassokhttp3.Call
NetworkingV1Api.listIngressClassAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1IngressClassList> _callback) (asynchronously) list or watch objects of kind IngressClassokhttp3.Call
NetworkingV1Api.listIngressClassCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listIngressClassNetworkingV1Api.listIngressClassWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind IngressClassNetworkingV1Api.listIngressForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Ingressokhttp3.Call
NetworkingV1Api.listIngressForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1IngressList> _callback) (asynchronously) list or watch objects of kind Ingressokhttp3.Call
NetworkingV1Api.listIngressForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listIngressForAllNamespacesNetworkingV1Api.listIngressForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind IngressBatchV1Api.listJobForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Jobokhttp3.Call
BatchV1Api.listJobForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1JobList> _callback) (asynchronously) list or watch objects of kind Jobokhttp3.Call
BatchV1Api.listJobForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listJobForAllNamespacesBatchV1Api.listJobForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind JobCoordinationV1Api.listLeaseForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Leaseokhttp3.Call
CoordinationV1Api.listLeaseForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1LeaseList> _callback) (asynchronously) list or watch objects of kind Leaseokhttp3.Call
CoordinationV1Api.listLeaseForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listLeaseForAllNamespacesCoordinationV1Api.listLeaseForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind LeaseCoreV1Api.listLimitRangeForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind LimitRangeokhttp3.Call
CoreV1Api.listLimitRangeForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1LimitRangeList> _callback) (asynchronously) list or watch objects of kind LimitRangeokhttp3.Call
CoreV1Api.listLimitRangeForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listLimitRangeForAllNamespacesCoreV1Api.listLimitRangeForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind LimitRangeAdmissionregistrationV1Api.listMutatingWebhookConfiguration
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind MutatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.listMutatingWebhookConfigurationAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1MutatingWebhookConfigurationList> _callback) (asynchronously) list or watch objects of kind MutatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.listMutatingWebhookConfigurationCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listMutatingWebhookConfigurationAdmissionregistrationV1Api.listMutatingWebhookConfigurationWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind MutatingWebhookConfigurationCoreV1Api.listNamespace
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Namespaceokhttp3.Call
CoreV1Api.listNamespaceAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1NamespaceList> _callback) (asynchronously) list or watch objects of kind Namespaceokhttp3.Call
CoreV1Api.listNamespaceCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespaceCoreV1Api.listNamespacedConfigMap
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ConfigMapokhttp3.Call
CoreV1Api.listNamespacedConfigMapAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ConfigMapList> _callback) (asynchronously) list or watch objects of kind ConfigMapokhttp3.Call
CoreV1Api.listNamespacedConfigMapCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedConfigMapCoreV1Api.listNamespacedConfigMapWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ConfigMapAppsV1Api.listNamespacedControllerRevision
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ControllerRevisionokhttp3.Call
AppsV1Api.listNamespacedControllerRevisionAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ControllerRevisionList> _callback) (asynchronously) list or watch objects of kind ControllerRevisionokhttp3.Call
AppsV1Api.listNamespacedControllerRevisionCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedControllerRevisionAppsV1Api.listNamespacedControllerRevisionWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ControllerRevisionBatchV1Api.listNamespacedCronJob
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CronJobokhttp3.Call
BatchV1Api.listNamespacedCronJobAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1CronJobList> _callback) (asynchronously) list or watch objects of kind CronJobokhttp3.Call
BatchV1Api.listNamespacedCronJobCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedCronJobBatchV1Api.listNamespacedCronJobWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CronJobStorageV1Api.listNamespacedCSIStorageCapacity
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CSIStorageCapacityStorageV1beta1Api.listNamespacedCSIStorageCapacity
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CSIStorageCapacityokhttp3.Call
StorageV1Api.listNamespacedCSIStorageCapacityAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1CSIStorageCapacityList> _callback) (asynchronously) list or watch objects of kind CSIStorageCapacityokhttp3.Call
StorageV1beta1Api.listNamespacedCSIStorageCapacityAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1beta1CSIStorageCapacityList> _callback) (asynchronously) list or watch objects of kind CSIStorageCapacityokhttp3.Call
StorageV1Api.listNamespacedCSIStorageCapacityCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedCSIStorageCapacityokhttp3.Call
StorageV1beta1Api.listNamespacedCSIStorageCapacityCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedCSIStorageCapacityStorageV1Api.listNamespacedCSIStorageCapacityWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CSIStorageCapacityStorageV1beta1Api.listNamespacedCSIStorageCapacityWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind CSIStorageCapacityCustomObjectsApi.listNamespacedCustomObject
(String group, String version, String namespace, String plural, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch namespace scoped custom objectsokhttp3.Call
CustomObjectsApi.listNamespacedCustomObjectAsync
(String group, String version, String namespace, String plural, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<Object> _callback) (asynchronously) list or watch namespace scoped custom objectsokhttp3.Call
CustomObjectsApi.listNamespacedCustomObjectCall
(String group, String version, String namespace, String plural, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedCustomObjectCustomObjectsApi.listNamespacedCustomObjectWithHttpInfo
(String group, String version, String namespace, String plural, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch namespace scoped custom objectsAppsV1Api.listNamespacedDaemonSet
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind DaemonSetokhttp3.Call
AppsV1Api.listNamespacedDaemonSetAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1DaemonSetList> _callback) (asynchronously) list or watch objects of kind DaemonSetokhttp3.Call
AppsV1Api.listNamespacedDaemonSetCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedDaemonSetAppsV1Api.listNamespacedDaemonSetWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind DaemonSetAppsV1Api.listNamespacedDeployment
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Deploymentokhttp3.Call
AppsV1Api.listNamespacedDeploymentAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1DeploymentList> _callback) (asynchronously) list or watch objects of kind Deploymentokhttp3.Call
AppsV1Api.listNamespacedDeploymentCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedDeploymentAppsV1Api.listNamespacedDeploymentWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind DeploymentCoreV1Api.listNamespacedEndpoints
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Endpointsokhttp3.Call
CoreV1Api.listNamespacedEndpointsAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1EndpointsList> _callback) (asynchronously) list or watch objects of kind Endpointsokhttp3.Call
CoreV1Api.listNamespacedEndpointsCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedEndpointsDiscoveryV1Api.listNamespacedEndpointSlice
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind EndpointSliceokhttp3.Call
DiscoveryV1Api.listNamespacedEndpointSliceAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1EndpointSliceList> _callback) (asynchronously) list or watch objects of kind EndpointSliceokhttp3.Call
DiscoveryV1Api.listNamespacedEndpointSliceCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedEndpointSliceDiscoveryV1Api.listNamespacedEndpointSliceWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind EndpointSliceCoreV1Api.listNamespacedEndpointsWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind EndpointsCoreV1Api.listNamespacedEvent
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind EventEventsV1Api.listNamespacedEvent
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Eventokhttp3.Call
CoreV1Api.listNamespacedEventAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<CoreV1EventList> _callback) (asynchronously) list or watch objects of kind Eventokhttp3.Call
EventsV1Api.listNamespacedEventAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<EventsV1EventList> _callback) (asynchronously) list or watch objects of kind Eventokhttp3.Call
CoreV1Api.listNamespacedEventCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedEventokhttp3.Call
EventsV1Api.listNamespacedEventCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedEventCoreV1Api.listNamespacedEventWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind EventEventsV1Api.listNamespacedEventWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind EventAutoscalingV1Api.listNamespacedHorizontalPodAutoscaler
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind HorizontalPodAutoscalerAutoscalingV2Api.listNamespacedHorizontalPodAutoscaler
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind HorizontalPodAutoscalerAutoscalingV2beta2Api.listNamespacedHorizontalPodAutoscaler
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.listNamespacedHorizontalPodAutoscalerAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1HorizontalPodAutoscalerList> _callback) (asynchronously) list or watch objects of kind HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2Api.listNamespacedHorizontalPodAutoscalerAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V2HorizontalPodAutoscalerList> _callback) (asynchronously) list or watch objects of kind HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2beta2Api.listNamespacedHorizontalPodAutoscalerAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V2beta2HorizontalPodAutoscalerList> _callback) (asynchronously) list or watch objects of kind HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.listNamespacedHorizontalPodAutoscalerCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedHorizontalPodAutoscalerokhttp3.Call
AutoscalingV2Api.listNamespacedHorizontalPodAutoscalerCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedHorizontalPodAutoscalerokhttp3.Call
AutoscalingV2beta2Api.listNamespacedHorizontalPodAutoscalerCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedHorizontalPodAutoscalerAutoscalingV1Api.listNamespacedHorizontalPodAutoscalerWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind HorizontalPodAutoscalerAutoscalingV2Api.listNamespacedHorizontalPodAutoscalerWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind HorizontalPodAutoscalerAutoscalingV2beta2Api.listNamespacedHorizontalPodAutoscalerWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind HorizontalPodAutoscalerNetworkingV1Api.listNamespacedIngress
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Ingressokhttp3.Call
NetworkingV1Api.listNamespacedIngressAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1IngressList> _callback) (asynchronously) list or watch objects of kind Ingressokhttp3.Call
NetworkingV1Api.listNamespacedIngressCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedIngressNetworkingV1Api.listNamespacedIngressWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind IngressBatchV1Api.listNamespacedJob
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Jobokhttp3.Call
BatchV1Api.listNamespacedJobAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1JobList> _callback) (asynchronously) list or watch objects of kind Jobokhttp3.Call
BatchV1Api.listNamespacedJobCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedJobBatchV1Api.listNamespacedJobWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind JobCoordinationV1Api.listNamespacedLease
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Leaseokhttp3.Call
CoordinationV1Api.listNamespacedLeaseAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1LeaseList> _callback) (asynchronously) list or watch objects of kind Leaseokhttp3.Call
CoordinationV1Api.listNamespacedLeaseCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedLeaseCoordinationV1Api.listNamespacedLeaseWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind LeaseCoreV1Api.listNamespacedLimitRange
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind LimitRangeokhttp3.Call
CoreV1Api.listNamespacedLimitRangeAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1LimitRangeList> _callback) (asynchronously) list or watch objects of kind LimitRangeokhttp3.Call
CoreV1Api.listNamespacedLimitRangeCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedLimitRangeCoreV1Api.listNamespacedLimitRangeWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind LimitRangeNetworkingV1Api.listNamespacedNetworkPolicy
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind NetworkPolicyokhttp3.Call
NetworkingV1Api.listNamespacedNetworkPolicyAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1NetworkPolicyList> _callback) (asynchronously) list or watch objects of kind NetworkPolicyokhttp3.Call
NetworkingV1Api.listNamespacedNetworkPolicyCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedNetworkPolicyNetworkingV1Api.listNamespacedNetworkPolicyWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind NetworkPolicyCoreV1Api.listNamespacedPersistentVolumeClaim
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PersistentVolumeClaimokhttp3.Call
CoreV1Api.listNamespacedPersistentVolumeClaimAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1PersistentVolumeClaimList> _callback) (asynchronously) list or watch objects of kind PersistentVolumeClaimokhttp3.Call
CoreV1Api.listNamespacedPersistentVolumeClaimCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedPersistentVolumeClaimCoreV1Api.listNamespacedPersistentVolumeClaimWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PersistentVolumeClaimCoreV1Api.listNamespacedPod
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Podokhttp3.Call
CoreV1Api.listNamespacedPodAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1PodList> _callback) (asynchronously) list or watch objects of kind Podokhttp3.Call
CoreV1Api.listNamespacedPodCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedPodPolicyV1Api.listNamespacedPodDisruptionBudget
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodDisruptionBudgetokhttp3.Call
PolicyV1Api.listNamespacedPodDisruptionBudgetAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1PodDisruptionBudgetList> _callback) (asynchronously) list or watch objects of kind PodDisruptionBudgetokhttp3.Call
PolicyV1Api.listNamespacedPodDisruptionBudgetCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedPodDisruptionBudgetPolicyV1Api.listNamespacedPodDisruptionBudgetWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodDisruptionBudgetCoreV1Api.listNamespacedPodTemplate
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodTemplateokhttp3.Call
CoreV1Api.listNamespacedPodTemplateAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1PodTemplateList> _callback) (asynchronously) list or watch objects of kind PodTemplateokhttp3.Call
CoreV1Api.listNamespacedPodTemplateCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedPodTemplateCoreV1Api.listNamespacedPodTemplateWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodTemplateCoreV1Api.listNamespacedPodWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodAppsV1Api.listNamespacedReplicaSet
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ReplicaSetokhttp3.Call
AppsV1Api.listNamespacedReplicaSetAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ReplicaSetList> _callback) (asynchronously) list or watch objects of kind ReplicaSetokhttp3.Call
AppsV1Api.listNamespacedReplicaSetCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedReplicaSetAppsV1Api.listNamespacedReplicaSetWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ReplicaSetCoreV1Api.listNamespacedReplicationController
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ReplicationControllerokhttp3.Call
CoreV1Api.listNamespacedReplicationControllerAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ReplicationControllerList> _callback) (asynchronously) list or watch objects of kind ReplicationControllerokhttp3.Call
CoreV1Api.listNamespacedReplicationControllerCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedReplicationControllerCoreV1Api.listNamespacedReplicationControllerWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ReplicationControllerCoreV1Api.listNamespacedResourceQuota
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ResourceQuotaokhttp3.Call
CoreV1Api.listNamespacedResourceQuotaAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ResourceQuotaList> _callback) (asynchronously) list or watch objects of kind ResourceQuotaokhttp3.Call
CoreV1Api.listNamespacedResourceQuotaCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedResourceQuotaCoreV1Api.listNamespacedResourceQuotaWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ResourceQuotaRbacAuthorizationV1Api.listNamespacedRole
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Roleokhttp3.Call
RbacAuthorizationV1Api.listNamespacedRoleAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1RoleList> _callback) (asynchronously) list or watch objects of kind RoleRbacAuthorizationV1Api.listNamespacedRoleBinding
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind RoleBindingokhttp3.Call
RbacAuthorizationV1Api.listNamespacedRoleBindingAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1RoleBindingList> _callback) (asynchronously) list or watch objects of kind RoleBindingokhttp3.Call
RbacAuthorizationV1Api.listNamespacedRoleBindingCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedRoleBindingRbacAuthorizationV1Api.listNamespacedRoleBindingWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind RoleBindingokhttp3.Call
RbacAuthorizationV1Api.listNamespacedRoleCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedRoleRbacAuthorizationV1Api.listNamespacedRoleWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind RoleCoreV1Api.listNamespacedSecret
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Secretokhttp3.Call
CoreV1Api.listNamespacedSecretAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1SecretList> _callback) (asynchronously) list or watch objects of kind Secretokhttp3.Call
CoreV1Api.listNamespacedSecretCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedSecretCoreV1Api.listNamespacedSecretWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind SecretCoreV1Api.listNamespacedService
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ServiceCoreV1Api.listNamespacedServiceAccount
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ServiceAccountokhttp3.Call
CoreV1Api.listNamespacedServiceAccountAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ServiceAccountList> _callback) (asynchronously) list or watch objects of kind ServiceAccountokhttp3.Call
CoreV1Api.listNamespacedServiceAccountCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedServiceAccountCoreV1Api.listNamespacedServiceAccountWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ServiceAccountokhttp3.Call
CoreV1Api.listNamespacedServiceAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ServiceList> _callback) (asynchronously) list or watch objects of kind Serviceokhttp3.Call
CoreV1Api.listNamespacedServiceCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedServiceCoreV1Api.listNamespacedServiceWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ServiceAppsV1Api.listNamespacedStatefulSet
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind StatefulSetokhttp3.Call
AppsV1Api.listNamespacedStatefulSetAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1StatefulSetList> _callback) (asynchronously) list or watch objects of kind StatefulSetokhttp3.Call
AppsV1Api.listNamespacedStatefulSetCall
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNamespacedStatefulSetAppsV1Api.listNamespacedStatefulSetWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind StatefulSetCoreV1Api.listNamespaceWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind NamespaceNetworkingV1Api.listNetworkPolicyForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind NetworkPolicyokhttp3.Call
NetworkingV1Api.listNetworkPolicyForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1NetworkPolicyList> _callback) (asynchronously) list or watch objects of kind NetworkPolicyokhttp3.Call
NetworkingV1Api.listNetworkPolicyForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNetworkPolicyForAllNamespacesNetworkingV1Api.listNetworkPolicyForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind NetworkPolicyCoreV1Api.listNode
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Nodeokhttp3.Call
CoreV1Api.listNodeAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1NodeList> _callback) (asynchronously) list or watch objects of kind Nodeokhttp3.Call
CoreV1Api.listNodeCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listNodeCoreV1Api.listNodeWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind NodeCoreV1Api.listPersistentVolume
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PersistentVolumeokhttp3.Call
CoreV1Api.listPersistentVolumeAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1PersistentVolumeList> _callback) (asynchronously) list or watch objects of kind PersistentVolumeokhttp3.Call
CoreV1Api.listPersistentVolumeCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listPersistentVolumeCoreV1Api.listPersistentVolumeClaimForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PersistentVolumeClaimokhttp3.Call
CoreV1Api.listPersistentVolumeClaimForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1PersistentVolumeClaimList> _callback) (asynchronously) list or watch objects of kind PersistentVolumeClaimokhttp3.Call
CoreV1Api.listPersistentVolumeClaimForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listPersistentVolumeClaimForAllNamespacesCoreV1Api.listPersistentVolumeClaimForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PersistentVolumeClaimCoreV1Api.listPersistentVolumeWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PersistentVolumePolicyV1Api.listPodDisruptionBudgetForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodDisruptionBudgetokhttp3.Call
PolicyV1Api.listPodDisruptionBudgetForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1PodDisruptionBudgetList> _callback) (asynchronously) list or watch objects of kind PodDisruptionBudgetokhttp3.Call
PolicyV1Api.listPodDisruptionBudgetForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listPodDisruptionBudgetForAllNamespacesPolicyV1Api.listPodDisruptionBudgetForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodDisruptionBudgetCoreV1Api.listPodForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Podokhttp3.Call
CoreV1Api.listPodForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1PodList> _callback) (asynchronously) list or watch objects of kind Podokhttp3.Call
CoreV1Api.listPodForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listPodForAllNamespacesCoreV1Api.listPodForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodCoreV1Api.listPodTemplateForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodTemplateokhttp3.Call
CoreV1Api.listPodTemplateForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1PodTemplateList> _callback) (asynchronously) list or watch objects of kind PodTemplateokhttp3.Call
CoreV1Api.listPodTemplateForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listPodTemplateForAllNamespacesCoreV1Api.listPodTemplateForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodTemplateSchedulingV1Api.listPriorityClass
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PriorityClassokhttp3.Call
SchedulingV1Api.listPriorityClassAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1PriorityClassList> _callback) (asynchronously) list or watch objects of kind PriorityClassokhttp3.Call
SchedulingV1Api.listPriorityClassCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listPriorityClassSchedulingV1Api.listPriorityClassWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PriorityClassFlowcontrolApiserverV1beta1Api.listPriorityLevelConfiguration
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.listPriorityLevelConfiguration
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.listPriorityLevelConfigurationAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1beta1PriorityLevelConfigurationList> _callback) (asynchronously) list or watch objects of kind PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta2Api.listPriorityLevelConfigurationAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1beta2PriorityLevelConfigurationList> _callback) (asynchronously) list or watch objects of kind PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.listPriorityLevelConfigurationCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listPriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta2Api.listPriorityLevelConfigurationCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listPriorityLevelConfigurationFlowcontrolApiserverV1beta1Api.listPriorityLevelConfigurationWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.listPriorityLevelConfigurationWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PriorityLevelConfigurationAppsV1Api.listReplicaSetForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ReplicaSetokhttp3.Call
AppsV1Api.listReplicaSetForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ReplicaSetList> _callback) (asynchronously) list or watch objects of kind ReplicaSetokhttp3.Call
AppsV1Api.listReplicaSetForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listReplicaSetForAllNamespacesAppsV1Api.listReplicaSetForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ReplicaSetCoreV1Api.listReplicationControllerForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ReplicationControllerokhttp3.Call
CoreV1Api.listReplicationControllerForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ReplicationControllerList> _callback) (asynchronously) list or watch objects of kind ReplicationControllerokhttp3.Call
CoreV1Api.listReplicationControllerForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listReplicationControllerForAllNamespacesCoreV1Api.listReplicationControllerForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ReplicationControllerCoreV1Api.listResourceQuotaForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ResourceQuotaokhttp3.Call
CoreV1Api.listResourceQuotaForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ResourceQuotaList> _callback) (asynchronously) list or watch objects of kind ResourceQuotaokhttp3.Call
CoreV1Api.listResourceQuotaForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listResourceQuotaForAllNamespacesCoreV1Api.listResourceQuotaForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ResourceQuotaRbacAuthorizationV1Api.listRoleBindingForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind RoleBindingokhttp3.Call
RbacAuthorizationV1Api.listRoleBindingForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1RoleBindingList> _callback) (asynchronously) list or watch objects of kind RoleBindingokhttp3.Call
RbacAuthorizationV1Api.listRoleBindingForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listRoleBindingForAllNamespacesRbacAuthorizationV1Api.listRoleBindingForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind RoleBindingRbacAuthorizationV1Api.listRoleForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Roleokhttp3.Call
RbacAuthorizationV1Api.listRoleForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1RoleList> _callback) (asynchronously) list or watch objects of kind Roleokhttp3.Call
RbacAuthorizationV1Api.listRoleForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listRoleForAllNamespacesRbacAuthorizationV1Api.listRoleForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind RoleNodeV1Api.listRuntimeClass
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind RuntimeClassokhttp3.Call
NodeV1Api.listRuntimeClassAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1RuntimeClassList> _callback) (asynchronously) list or watch objects of kind RuntimeClassokhttp3.Call
NodeV1Api.listRuntimeClassCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listRuntimeClassNodeV1Api.listRuntimeClassWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind RuntimeClassCoreV1Api.listSecretForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Secretokhttp3.Call
CoreV1Api.listSecretForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1SecretList> _callback) (asynchronously) list or watch objects of kind Secretokhttp3.Call
CoreV1Api.listSecretForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listSecretForAllNamespacesCoreV1Api.listSecretForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind SecretCoreV1Api.listServiceAccountForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ServiceAccountokhttp3.Call
CoreV1Api.listServiceAccountForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ServiceAccountList> _callback) (asynchronously) list or watch objects of kind ServiceAccountokhttp3.Call
CoreV1Api.listServiceAccountForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listServiceAccountForAllNamespacesCoreV1Api.listServiceAccountForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ServiceAccountCoreV1Api.listServiceForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind Serviceokhttp3.Call
CoreV1Api.listServiceForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ServiceList> _callback) (asynchronously) list or watch objects of kind Serviceokhttp3.Call
CoreV1Api.listServiceForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listServiceForAllNamespacesCoreV1Api.listServiceForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ServiceAppsV1Api.listStatefulSetForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind StatefulSetokhttp3.Call
AppsV1Api.listStatefulSetForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1StatefulSetList> _callback) (asynchronously) list or watch objects of kind StatefulSetokhttp3.Call
AppsV1Api.listStatefulSetForAllNamespacesCall
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listStatefulSetForAllNamespacesAppsV1Api.listStatefulSetForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind StatefulSetStorageV1Api.listStorageClass
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind StorageClassokhttp3.Call
StorageV1Api.listStorageClassAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1StorageClassList> _callback) (asynchronously) list or watch objects of kind StorageClassokhttp3.Call
StorageV1Api.listStorageClassCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listStorageClassStorageV1Api.listStorageClassWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind StorageClassInternalApiserverV1alpha1Api.listStorageVersion
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.listStorageVersionAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1alpha1StorageVersionList> _callback) (asynchronously) list or watch objects of kind StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.listStorageVersionCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listStorageVersionInternalApiserverV1alpha1Api.listStorageVersionWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind StorageVersionAdmissionregistrationV1Api.listValidatingWebhookConfiguration
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ValidatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.listValidatingWebhookConfigurationAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1ValidatingWebhookConfigurationList> _callback) (asynchronously) list or watch objects of kind ValidatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.listValidatingWebhookConfigurationCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listValidatingWebhookConfigurationAdmissionregistrationV1Api.listValidatingWebhookConfigurationWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind ValidatingWebhookConfigurationStorageV1Api.listVolumeAttachment
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind VolumeAttachmentokhttp3.Call
StorageV1Api.listVolumeAttachmentAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback<V1VolumeAttachmentList> _callback) (asynchronously) list or watch objects of kind VolumeAttachmentokhttp3.Call
StorageV1Api.listVolumeAttachmentCall
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch, ApiCallback _callback) Build call for listVolumeAttachmentStorageV1Api.listVolumeAttachmentWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Integer timeoutSeconds, Boolean watch) list or watch objects of kind VolumeAttachmentvoid
LogsApi.logFileHandler
(String logpath) okhttp3.Call
LogsApi.logFileHandlerAsync
(String logpath, ApiCallback<Void> _callback) (asynchronously)okhttp3.Call
LogsApi.logFileHandlerCall
(String logpath, ApiCallback _callback) Build call for logFileHandlerLogsApi.logFileHandlerWithHttpInfo
(String logpath) void
LogsApi.logFileListHandler()
okhttp3.Call
LogsApi.logFileListHandlerAsync
(ApiCallback<Void> _callback) (asynchronously)okhttp3.Call
LogsApi.logFileListHandlerCall
(ApiCallback _callback) Build call for logFileListHandlerLogsApi.logFileListHandlerWithHttpInfo()
ApiregistrationV1Api.patchAPIService
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified APIServiceokhttp3.Call
ApiregistrationV1Api.patchAPIServiceAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1APIService> _callback) (asynchronously) partially update the specified APIServiceokhttp3.Call
ApiregistrationV1Api.patchAPIServiceCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchAPIServiceApiregistrationV1Api.patchAPIServiceStatus
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified APIServiceokhttp3.Call
ApiregistrationV1Api.patchAPIServiceStatusAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1APIService> _callback) (asynchronously) partially update status of the specified APIServiceokhttp3.Call
ApiregistrationV1Api.patchAPIServiceStatusCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchAPIServiceStatusApiregistrationV1Api.patchAPIServiceStatusWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified APIServiceApiregistrationV1Api.patchAPIServiceWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified APIServiceCertificatesV1Api.patchCertificateSigningRequest
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified CertificateSigningRequestCertificatesV1Api.patchCertificateSigningRequestApproval
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update approval of the specified CertificateSigningRequestokhttp3.Call
CertificatesV1Api.patchCertificateSigningRequestApprovalAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1CertificateSigningRequest> _callback) (asynchronously) partially update approval of the specified CertificateSigningRequestokhttp3.Call
CertificatesV1Api.patchCertificateSigningRequestApprovalCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchCertificateSigningRequestApprovalCertificatesV1Api.patchCertificateSigningRequestApprovalWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update approval of the specified CertificateSigningRequestokhttp3.Call
CertificatesV1Api.patchCertificateSigningRequestAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1CertificateSigningRequest> _callback) (asynchronously) partially update the specified CertificateSigningRequestokhttp3.Call
CertificatesV1Api.patchCertificateSigningRequestCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchCertificateSigningRequestCertificatesV1Api.patchCertificateSigningRequestStatus
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified CertificateSigningRequestokhttp3.Call
CertificatesV1Api.patchCertificateSigningRequestStatusAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1CertificateSigningRequest> _callback) (asynchronously) partially update status of the specified CertificateSigningRequestokhttp3.Call
CertificatesV1Api.patchCertificateSigningRequestStatusCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchCertificateSigningRequestStatusCertificatesV1Api.patchCertificateSigningRequestStatusWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified CertificateSigningRequestCertificatesV1Api.patchCertificateSigningRequestWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified CertificateSigningRequestNetworkingV1alpha1Api.patchClusterCIDR
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.patchClusterCIDRAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1alpha1ClusterCIDR> _callback) (asynchronously) partially update the specified ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.patchClusterCIDRCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchClusterCIDRNetworkingV1alpha1Api.patchClusterCIDRWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ClusterCIDRCustomObjectsApi.patchClusterCustomObject
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) patch the specified cluster scoped custom objectokhttp3.Call
CustomObjectsApi.patchClusterCustomObjectAsync
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback<Object> _callback) (asynchronously) patch the specified cluster scoped custom objectokhttp3.Call
CustomObjectsApi.patchClusterCustomObjectCall
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback _callback) Build call for patchClusterCustomObjectCustomObjectsApi.patchClusterCustomObjectScale
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) partially update scale of the specified cluster scoped custom objectokhttp3.Call
CustomObjectsApi.patchClusterCustomObjectScaleAsync
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback<Object> _callback) (asynchronously) partially update scale of the specified cluster scoped custom objectokhttp3.Call
CustomObjectsApi.patchClusterCustomObjectScaleCall
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback _callback) Build call for patchClusterCustomObjectScaleCustomObjectsApi.patchClusterCustomObjectScaleWithHttpInfo
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) partially update scale of the specified cluster scoped custom objectCustomObjectsApi.patchClusterCustomObjectStatus
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) partially update status of the specified cluster scoped custom objectokhttp3.Call
CustomObjectsApi.patchClusterCustomObjectStatusAsync
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback<Object> _callback) (asynchronously) partially update status of the specified cluster scoped custom objectokhttp3.Call
CustomObjectsApi.patchClusterCustomObjectStatusCall
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback _callback) Build call for patchClusterCustomObjectStatusCustomObjectsApi.patchClusterCustomObjectStatusWithHttpInfo
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) partially update status of the specified cluster scoped custom objectCustomObjectsApi.patchClusterCustomObjectWithHttpInfo
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) patch the specified cluster scoped custom objectRbacAuthorizationV1Api.patchClusterRole
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ClusterRoleokhttp3.Call
RbacAuthorizationV1Api.patchClusterRoleAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1ClusterRole> _callback) (asynchronously) partially update the specified ClusterRoleRbacAuthorizationV1Api.patchClusterRoleBinding
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.patchClusterRoleBindingAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1ClusterRoleBinding> _callback) (asynchronously) partially update the specified ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.patchClusterRoleBindingCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchClusterRoleBindingRbacAuthorizationV1Api.patchClusterRoleBindingWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.patchClusterRoleCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchClusterRoleRbacAuthorizationV1Api.patchClusterRoleWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ClusterRoleStorageV1Api.patchCSIDriver
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified CSIDriverokhttp3.Call
StorageV1Api.patchCSIDriverAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1CSIDriver> _callback) (asynchronously) partially update the specified CSIDriverokhttp3.Call
StorageV1Api.patchCSIDriverCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchCSIDriverStorageV1Api.patchCSIDriverWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified CSIDriverStorageV1Api.patchCSINode
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified CSINodeokhttp3.Call
StorageV1Api.patchCSINodeAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1CSINode> _callback) (asynchronously) partially update the specified CSINodeokhttp3.Call
StorageV1Api.patchCSINodeCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchCSINodeStorageV1Api.patchCSINodeWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified CSINodeApiextensionsV1Api.patchCustomResourceDefinition
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.patchCustomResourceDefinitionAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1CustomResourceDefinition> _callback) (asynchronously) partially update the specified CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.patchCustomResourceDefinitionCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchCustomResourceDefinitionApiextensionsV1Api.patchCustomResourceDefinitionStatus
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.patchCustomResourceDefinitionStatusAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1CustomResourceDefinition> _callback) (asynchronously) partially update status of the specified CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.patchCustomResourceDefinitionStatusCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchCustomResourceDefinitionStatusApiextensionsV1Api.patchCustomResourceDefinitionStatusWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified CustomResourceDefinitionApiextensionsV1Api.patchCustomResourceDefinitionWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified CustomResourceDefinitionFlowcontrolApiserverV1beta1Api.patchFlowSchema
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified FlowSchemaFlowcontrolApiserverV1beta2Api.patchFlowSchema
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.patchFlowSchemaAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1beta1FlowSchema> _callback) (asynchronously) partially update the specified FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta2Api.patchFlowSchemaAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1beta2FlowSchema> _callback) (asynchronously) partially update the specified FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.patchFlowSchemaCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchFlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta2Api.patchFlowSchemaCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchFlowSchemaFlowcontrolApiserverV1beta1Api.patchFlowSchemaStatus
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified FlowSchemaFlowcontrolApiserverV1beta2Api.patchFlowSchemaStatus
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.patchFlowSchemaStatusAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1beta1FlowSchema> _callback) (asynchronously) partially update status of the specified FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta2Api.patchFlowSchemaStatusAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1beta2FlowSchema> _callback) (asynchronously) partially update status of the specified FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.patchFlowSchemaStatusCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchFlowSchemaStatusokhttp3.Call
FlowcontrolApiserverV1beta2Api.patchFlowSchemaStatusCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchFlowSchemaStatusFlowcontrolApiserverV1beta1Api.patchFlowSchemaStatusWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified FlowSchemaFlowcontrolApiserverV1beta2Api.patchFlowSchemaStatusWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified FlowSchemaFlowcontrolApiserverV1beta1Api.patchFlowSchemaWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified FlowSchemaFlowcontrolApiserverV1beta2Api.patchFlowSchemaWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified FlowSchemaNetworkingV1Api.patchIngressClass
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified IngressClassokhttp3.Call
NetworkingV1Api.patchIngressClassAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1IngressClass> _callback) (asynchronously) partially update the specified IngressClassokhttp3.Call
NetworkingV1Api.patchIngressClassCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchIngressClassNetworkingV1Api.patchIngressClassWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified IngressClassAdmissionregistrationV1Api.patchMutatingWebhookConfiguration
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified MutatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.patchMutatingWebhookConfigurationAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1MutatingWebhookConfiguration> _callback) (asynchronously) partially update the specified MutatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.patchMutatingWebhookConfigurationCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchMutatingWebhookConfigurationAdmissionregistrationV1Api.patchMutatingWebhookConfigurationWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified MutatingWebhookConfigurationCoreV1Api.patchNamespace
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified Namespaceokhttp3.Call
CoreV1Api.patchNamespaceAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Namespace> _callback) (asynchronously) partially update the specified Namespaceokhttp3.Call
CoreV1Api.patchNamespaceCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespaceCoreV1Api.patchNamespacedConfigMap
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ConfigMapokhttp3.Call
CoreV1Api.patchNamespacedConfigMapAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1ConfigMap> _callback) (asynchronously) partially update the specified ConfigMapokhttp3.Call
CoreV1Api.patchNamespacedConfigMapCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedConfigMapCoreV1Api.patchNamespacedConfigMapWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ConfigMapAppsV1Api.patchNamespacedControllerRevision
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ControllerRevisionokhttp3.Call
AppsV1Api.patchNamespacedControllerRevisionAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1ControllerRevision> _callback) (asynchronously) partially update the specified ControllerRevisionokhttp3.Call
AppsV1Api.patchNamespacedControllerRevisionCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedControllerRevisionAppsV1Api.patchNamespacedControllerRevisionWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ControllerRevisionBatchV1Api.patchNamespacedCronJob
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified CronJobokhttp3.Call
BatchV1Api.patchNamespacedCronJobAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1CronJob> _callback) (asynchronously) partially update the specified CronJobokhttp3.Call
BatchV1Api.patchNamespacedCronJobCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedCronJobBatchV1Api.patchNamespacedCronJobStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified CronJobokhttp3.Call
BatchV1Api.patchNamespacedCronJobStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1CronJob> _callback) (asynchronously) partially update status of the specified CronJobokhttp3.Call
BatchV1Api.patchNamespacedCronJobStatusCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedCronJobStatusBatchV1Api.patchNamespacedCronJobStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified CronJobBatchV1Api.patchNamespacedCronJobWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified CronJobStorageV1Api.patchNamespacedCSIStorageCapacity
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified CSIStorageCapacityStorageV1beta1Api.patchNamespacedCSIStorageCapacity
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified CSIStorageCapacityokhttp3.Call
StorageV1Api.patchNamespacedCSIStorageCapacityAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1CSIStorageCapacity> _callback) (asynchronously) partially update the specified CSIStorageCapacityokhttp3.Call
StorageV1beta1Api.patchNamespacedCSIStorageCapacityAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1beta1CSIStorageCapacity> _callback) (asynchronously) partially update the specified CSIStorageCapacityokhttp3.Call
StorageV1Api.patchNamespacedCSIStorageCapacityCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedCSIStorageCapacityokhttp3.Call
StorageV1beta1Api.patchNamespacedCSIStorageCapacityCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedCSIStorageCapacityStorageV1Api.patchNamespacedCSIStorageCapacityWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified CSIStorageCapacityStorageV1beta1Api.patchNamespacedCSIStorageCapacityWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified CSIStorageCapacityCustomObjectsApi.patchNamespacedCustomObject
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) patch the specified namespace scoped custom objectokhttp3.Call
CustomObjectsApi.patchNamespacedCustomObjectAsync
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback<Object> _callback) (asynchronously) patch the specified namespace scoped custom objectokhttp3.Call
CustomObjectsApi.patchNamespacedCustomObjectCall
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback _callback) Build call for patchNamespacedCustomObjectCustomObjectsApi.patchNamespacedCustomObjectScale
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) partially update scale of the specified namespace scoped custom objectokhttp3.Call
CustomObjectsApi.patchNamespacedCustomObjectScaleAsync
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback<Object> _callback) (asynchronously) partially update scale of the specified namespace scoped custom objectokhttp3.Call
CustomObjectsApi.patchNamespacedCustomObjectScaleCall
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback _callback) Build call for patchNamespacedCustomObjectScaleCustomObjectsApi.patchNamespacedCustomObjectScaleWithHttpInfo
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) partially update scale of the specified namespace scoped custom objectCustomObjectsApi.patchNamespacedCustomObjectStatus
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) partially update status of the specified namespace scoped custom objectokhttp3.Call
CustomObjectsApi.patchNamespacedCustomObjectStatusAsync
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback<Object> _callback) (asynchronously) partially update status of the specified namespace scoped custom objectokhttp3.Call
CustomObjectsApi.patchNamespacedCustomObjectStatusCall
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force, ApiCallback _callback) Build call for patchNamespacedCustomObjectStatusCustomObjectsApi.patchNamespacedCustomObjectStatusWithHttpInfo
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) partially update status of the specified namespace scoped custom objectCustomObjectsApi.patchNamespacedCustomObjectWithHttpInfo
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, Boolean force) patch the specified namespace scoped custom objectAppsV1Api.patchNamespacedDaemonSet
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified DaemonSetokhttp3.Call
AppsV1Api.patchNamespacedDaemonSetAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1DaemonSet> _callback) (asynchronously) partially update the specified DaemonSetokhttp3.Call
AppsV1Api.patchNamespacedDaemonSetCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedDaemonSetAppsV1Api.patchNamespacedDaemonSetStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified DaemonSetokhttp3.Call
AppsV1Api.patchNamespacedDaemonSetStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1DaemonSet> _callback) (asynchronously) partially update status of the specified DaemonSetokhttp3.Call
AppsV1Api.patchNamespacedDaemonSetStatusCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedDaemonSetStatusAppsV1Api.patchNamespacedDaemonSetStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified DaemonSetAppsV1Api.patchNamespacedDaemonSetWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified DaemonSetAppsV1Api.patchNamespacedDeployment
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified Deploymentokhttp3.Call
AppsV1Api.patchNamespacedDeploymentAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Deployment> _callback) (asynchronously) partially update the specified Deploymentokhttp3.Call
AppsV1Api.patchNamespacedDeploymentCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedDeploymentAppsV1Api.patchNamespacedDeploymentScale
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update scale of the specified Deploymentokhttp3.Call
AppsV1Api.patchNamespacedDeploymentScaleAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Scale> _callback) (asynchronously) partially update scale of the specified Deploymentokhttp3.Call
AppsV1Api.patchNamespacedDeploymentScaleCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedDeploymentScaleAppsV1Api.patchNamespacedDeploymentScaleWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update scale of the specified DeploymentAppsV1Api.patchNamespacedDeploymentStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified Deploymentokhttp3.Call
AppsV1Api.patchNamespacedDeploymentStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Deployment> _callback) (asynchronously) partially update status of the specified Deploymentokhttp3.Call
AppsV1Api.patchNamespacedDeploymentStatusCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedDeploymentStatusAppsV1Api.patchNamespacedDeploymentStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified DeploymentAppsV1Api.patchNamespacedDeploymentWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified DeploymentCoreV1Api.patchNamespacedEndpoints
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified Endpointsokhttp3.Call
CoreV1Api.patchNamespacedEndpointsAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Endpoints> _callback) (asynchronously) partially update the specified Endpointsokhttp3.Call
CoreV1Api.patchNamespacedEndpointsCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedEndpointsDiscoveryV1Api.patchNamespacedEndpointSlice
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified EndpointSliceokhttp3.Call
DiscoveryV1Api.patchNamespacedEndpointSliceAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1EndpointSlice> _callback) (asynchronously) partially update the specified EndpointSliceokhttp3.Call
DiscoveryV1Api.patchNamespacedEndpointSliceCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedEndpointSliceDiscoveryV1Api.patchNamespacedEndpointSliceWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified EndpointSliceCoreV1Api.patchNamespacedEndpointsWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified EndpointsCoreV1Api.patchNamespacedEvent
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified EventEventsV1Api.patchNamespacedEvent
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified Eventokhttp3.Call
CoreV1Api.patchNamespacedEventAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<CoreV1Event> _callback) (asynchronously) partially update the specified Eventokhttp3.Call
EventsV1Api.patchNamespacedEventAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<EventsV1Event> _callback) (asynchronously) partially update the specified Eventokhttp3.Call
CoreV1Api.patchNamespacedEventCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedEventokhttp3.Call
EventsV1Api.patchNamespacedEventCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedEventCoreV1Api.patchNamespacedEventWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified EventEventsV1Api.patchNamespacedEventWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified EventAutoscalingV1Api.patchNamespacedHorizontalPodAutoscaler
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified HorizontalPodAutoscalerAutoscalingV2Api.patchNamespacedHorizontalPodAutoscaler
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified HorizontalPodAutoscalerAutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscaler
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1HorizontalPodAutoscaler> _callback) (asynchronously) partially update the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2Api.patchNamespacedHorizontalPodAutoscalerAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V2HorizontalPodAutoscaler> _callback) (asynchronously) partially update the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V2beta2HorizontalPodAutoscaler> _callback) (asynchronously) partially update the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedHorizontalPodAutoscalerokhttp3.Call
AutoscalingV2Api.patchNamespacedHorizontalPodAutoscalerCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedHorizontalPodAutoscalerokhttp3.Call
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedHorizontalPodAutoscalerAutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified HorizontalPodAutoscalerAutoscalingV2Api.patchNamespacedHorizontalPodAutoscalerStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified HorizontalPodAutoscalerAutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1HorizontalPodAutoscaler> _callback) (asynchronously) partially update status of the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2Api.patchNamespacedHorizontalPodAutoscalerStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V2HorizontalPodAutoscaler> _callback) (asynchronously) partially update status of the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V2beta2HorizontalPodAutoscaler> _callback) (asynchronously) partially update status of the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerStatusCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedHorizontalPodAutoscalerStatusokhttp3.Call
AutoscalingV2Api.patchNamespacedHorizontalPodAutoscalerStatusCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedHorizontalPodAutoscalerStatusokhttp3.Call
AutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerStatusCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedHorizontalPodAutoscalerStatusAutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified HorizontalPodAutoscalerAutoscalingV2Api.patchNamespacedHorizontalPodAutoscalerStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified HorizontalPodAutoscalerAutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified HorizontalPodAutoscalerAutoscalingV1Api.patchNamespacedHorizontalPodAutoscalerWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified HorizontalPodAutoscalerAutoscalingV2Api.patchNamespacedHorizontalPodAutoscalerWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified HorizontalPodAutoscalerAutoscalingV2beta2Api.patchNamespacedHorizontalPodAutoscalerWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified HorizontalPodAutoscalerNetworkingV1Api.patchNamespacedIngress
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified Ingressokhttp3.Call
NetworkingV1Api.patchNamespacedIngressAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Ingress> _callback) (asynchronously) partially update the specified Ingressokhttp3.Call
NetworkingV1Api.patchNamespacedIngressCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedIngressNetworkingV1Api.patchNamespacedIngressStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified Ingressokhttp3.Call
NetworkingV1Api.patchNamespacedIngressStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Ingress> _callback) (asynchronously) partially update status of the specified Ingressokhttp3.Call
NetworkingV1Api.patchNamespacedIngressStatusCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedIngressStatusNetworkingV1Api.patchNamespacedIngressStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified IngressNetworkingV1Api.patchNamespacedIngressWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified IngressBatchV1Api.patchNamespacedJob
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified Jobokhttp3.Call
BatchV1Api.patchNamespacedJobAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Job> _callback) (asynchronously) partially update the specified Jobokhttp3.Call
BatchV1Api.patchNamespacedJobCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedJobBatchV1Api.patchNamespacedJobStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified Jobokhttp3.Call
BatchV1Api.patchNamespacedJobStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Job> _callback) (asynchronously) partially update status of the specified Jobokhttp3.Call
BatchV1Api.patchNamespacedJobStatusCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedJobStatusBatchV1Api.patchNamespacedJobStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified JobBatchV1Api.patchNamespacedJobWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified JobCoordinationV1Api.patchNamespacedLease
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified Leaseokhttp3.Call
CoordinationV1Api.patchNamespacedLeaseAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Lease> _callback) (asynchronously) partially update the specified Leaseokhttp3.Call
CoordinationV1Api.patchNamespacedLeaseCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedLeaseCoordinationV1Api.patchNamespacedLeaseWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified LeaseCoreV1Api.patchNamespacedLimitRange
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified LimitRangeokhttp3.Call
CoreV1Api.patchNamespacedLimitRangeAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1LimitRange> _callback) (asynchronously) partially update the specified LimitRangeokhttp3.Call
CoreV1Api.patchNamespacedLimitRangeCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedLimitRangeCoreV1Api.patchNamespacedLimitRangeWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified LimitRangeNetworkingV1Api.patchNamespacedNetworkPolicy
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified NetworkPolicyokhttp3.Call
NetworkingV1Api.patchNamespacedNetworkPolicyAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1NetworkPolicy> _callback) (asynchronously) partially update the specified NetworkPolicyokhttp3.Call
NetworkingV1Api.patchNamespacedNetworkPolicyCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedNetworkPolicyNetworkingV1Api.patchNamespacedNetworkPolicyStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified NetworkPolicyokhttp3.Call
NetworkingV1Api.patchNamespacedNetworkPolicyStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1NetworkPolicy> _callback) (asynchronously) partially update status of the specified NetworkPolicyokhttp3.Call
NetworkingV1Api.patchNamespacedNetworkPolicyStatusCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedNetworkPolicyStatusNetworkingV1Api.patchNamespacedNetworkPolicyStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified NetworkPolicyNetworkingV1Api.patchNamespacedNetworkPolicyWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified NetworkPolicyCoreV1Api.patchNamespacedPersistentVolumeClaim
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified PersistentVolumeClaimokhttp3.Call
CoreV1Api.patchNamespacedPersistentVolumeClaimAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1PersistentVolumeClaim> _callback) (asynchronously) partially update the specified PersistentVolumeClaimokhttp3.Call
CoreV1Api.patchNamespacedPersistentVolumeClaimCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedPersistentVolumeClaimCoreV1Api.patchNamespacedPersistentVolumeClaimStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified PersistentVolumeClaimokhttp3.Call
CoreV1Api.patchNamespacedPersistentVolumeClaimStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1PersistentVolumeClaim> _callback) (asynchronously) partially update status of the specified PersistentVolumeClaimokhttp3.Call
CoreV1Api.patchNamespacedPersistentVolumeClaimStatusCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedPersistentVolumeClaimStatusCoreV1Api.patchNamespacedPersistentVolumeClaimStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified PersistentVolumeClaimCoreV1Api.patchNamespacedPersistentVolumeClaimWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified PersistentVolumeClaimCoreV1Api.patchNamespacedPod
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified Podokhttp3.Call
CoreV1Api.patchNamespacedPodAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Pod> _callback) (asynchronously) partially update the specified Podokhttp3.Call
CoreV1Api.patchNamespacedPodCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedPodPolicyV1Api.patchNamespacedPodDisruptionBudget
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified PodDisruptionBudgetokhttp3.Call
PolicyV1Api.patchNamespacedPodDisruptionBudgetAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1PodDisruptionBudget> _callback) (asynchronously) partially update the specified PodDisruptionBudgetokhttp3.Call
PolicyV1Api.patchNamespacedPodDisruptionBudgetCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedPodDisruptionBudgetPolicyV1Api.patchNamespacedPodDisruptionBudgetStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified PodDisruptionBudgetokhttp3.Call
PolicyV1Api.patchNamespacedPodDisruptionBudgetStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1PodDisruptionBudget> _callback) (asynchronously) partially update status of the specified PodDisruptionBudgetokhttp3.Call
PolicyV1Api.patchNamespacedPodDisruptionBudgetStatusCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedPodDisruptionBudgetStatusPolicyV1Api.patchNamespacedPodDisruptionBudgetStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified PodDisruptionBudgetPolicyV1Api.patchNamespacedPodDisruptionBudgetWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified PodDisruptionBudgetCoreV1Api.patchNamespacedPodEphemeralcontainers
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update ephemeralcontainers of the specified Podokhttp3.Call
CoreV1Api.patchNamespacedPodEphemeralcontainersAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Pod> _callback) (asynchronously) partially update ephemeralcontainers of the specified Podokhttp3.Call
CoreV1Api.patchNamespacedPodEphemeralcontainersCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedPodEphemeralcontainersCoreV1Api.patchNamespacedPodEphemeralcontainersWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update ephemeralcontainers of the specified PodCoreV1Api.patchNamespacedPodStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified Podokhttp3.Call
CoreV1Api.patchNamespacedPodStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Pod> _callback) (asynchronously) partially update status of the specified Podokhttp3.Call
CoreV1Api.patchNamespacedPodStatusCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedPodStatusCoreV1Api.patchNamespacedPodStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified PodCoreV1Api.patchNamespacedPodTemplate
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified PodTemplateokhttp3.Call
CoreV1Api.patchNamespacedPodTemplateAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1PodTemplate> _callback) (asynchronously) partially update the specified PodTemplateokhttp3.Call
CoreV1Api.patchNamespacedPodTemplateCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedPodTemplateCoreV1Api.patchNamespacedPodTemplateWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified PodTemplateCoreV1Api.patchNamespacedPodWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified PodAppsV1Api.patchNamespacedReplicaSet
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ReplicaSetokhttp3.Call
AppsV1Api.patchNamespacedReplicaSetAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1ReplicaSet> _callback) (asynchronously) partially update the specified ReplicaSetokhttp3.Call
AppsV1Api.patchNamespacedReplicaSetCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedReplicaSetAppsV1Api.patchNamespacedReplicaSetScale
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update scale of the specified ReplicaSetokhttp3.Call
AppsV1Api.patchNamespacedReplicaSetScaleAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Scale> _callback) (asynchronously) partially update scale of the specified ReplicaSetokhttp3.Call
AppsV1Api.patchNamespacedReplicaSetScaleCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedReplicaSetScaleAppsV1Api.patchNamespacedReplicaSetScaleWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update scale of the specified ReplicaSetAppsV1Api.patchNamespacedReplicaSetStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified ReplicaSetokhttp3.Call
AppsV1Api.patchNamespacedReplicaSetStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1ReplicaSet> _callback) (asynchronously) partially update status of the specified ReplicaSetokhttp3.Call
AppsV1Api.patchNamespacedReplicaSetStatusCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedReplicaSetStatusAppsV1Api.patchNamespacedReplicaSetStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified ReplicaSetAppsV1Api.patchNamespacedReplicaSetWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ReplicaSetCoreV1Api.patchNamespacedReplicationController
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ReplicationControllerokhttp3.Call
CoreV1Api.patchNamespacedReplicationControllerAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1ReplicationController> _callback) (asynchronously) partially update the specified ReplicationControllerokhttp3.Call
CoreV1Api.patchNamespacedReplicationControllerCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedReplicationControllerCoreV1Api.patchNamespacedReplicationControllerScale
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update scale of the specified ReplicationControllerokhttp3.Call
CoreV1Api.patchNamespacedReplicationControllerScaleAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Scale> _callback) (asynchronously) partially update scale of the specified ReplicationControllerokhttp3.Call
CoreV1Api.patchNamespacedReplicationControllerScaleCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedReplicationControllerScaleCoreV1Api.patchNamespacedReplicationControllerScaleWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update scale of the specified ReplicationControllerCoreV1Api.patchNamespacedReplicationControllerStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified ReplicationControllerokhttp3.Call
CoreV1Api.patchNamespacedReplicationControllerStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1ReplicationController> _callback) (asynchronously) partially update status of the specified ReplicationControllerokhttp3.Call
CoreV1Api.patchNamespacedReplicationControllerStatusCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedReplicationControllerStatusCoreV1Api.patchNamespacedReplicationControllerStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified ReplicationControllerCoreV1Api.patchNamespacedReplicationControllerWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ReplicationControllerCoreV1Api.patchNamespacedResourceQuota
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ResourceQuotaokhttp3.Call
CoreV1Api.patchNamespacedResourceQuotaAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1ResourceQuota> _callback) (asynchronously) partially update the specified ResourceQuotaokhttp3.Call
CoreV1Api.patchNamespacedResourceQuotaCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedResourceQuotaCoreV1Api.patchNamespacedResourceQuotaStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified ResourceQuotaokhttp3.Call
CoreV1Api.patchNamespacedResourceQuotaStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1ResourceQuota> _callback) (asynchronously) partially update status of the specified ResourceQuotaokhttp3.Call
CoreV1Api.patchNamespacedResourceQuotaStatusCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedResourceQuotaStatusCoreV1Api.patchNamespacedResourceQuotaStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified ResourceQuotaCoreV1Api.patchNamespacedResourceQuotaWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ResourceQuotaRbacAuthorizationV1Api.patchNamespacedRole
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified Roleokhttp3.Call
RbacAuthorizationV1Api.patchNamespacedRoleAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Role> _callback) (asynchronously) partially update the specified RoleRbacAuthorizationV1Api.patchNamespacedRoleBinding
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified RoleBindingokhttp3.Call
RbacAuthorizationV1Api.patchNamespacedRoleBindingAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1RoleBinding> _callback) (asynchronously) partially update the specified RoleBindingokhttp3.Call
RbacAuthorizationV1Api.patchNamespacedRoleBindingCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedRoleBindingRbacAuthorizationV1Api.patchNamespacedRoleBindingWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified RoleBindingokhttp3.Call
RbacAuthorizationV1Api.patchNamespacedRoleCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedRoleRbacAuthorizationV1Api.patchNamespacedRoleWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified RoleCoreV1Api.patchNamespacedSecret
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified Secretokhttp3.Call
CoreV1Api.patchNamespacedSecretAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Secret> _callback) (asynchronously) partially update the specified Secretokhttp3.Call
CoreV1Api.patchNamespacedSecretCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedSecretCoreV1Api.patchNamespacedSecretWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified SecretCoreV1Api.patchNamespacedService
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ServiceCoreV1Api.patchNamespacedServiceAccount
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ServiceAccountokhttp3.Call
CoreV1Api.patchNamespacedServiceAccountAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1ServiceAccount> _callback) (asynchronously) partially update the specified ServiceAccountokhttp3.Call
CoreV1Api.patchNamespacedServiceAccountCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedServiceAccountCoreV1Api.patchNamespacedServiceAccountWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ServiceAccountokhttp3.Call
CoreV1Api.patchNamespacedServiceAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Service> _callback) (asynchronously) partially update the specified Serviceokhttp3.Call
CoreV1Api.patchNamespacedServiceCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedServiceCoreV1Api.patchNamespacedServiceStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified Serviceokhttp3.Call
CoreV1Api.patchNamespacedServiceStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Service> _callback) (asynchronously) partially update status of the specified Serviceokhttp3.Call
CoreV1Api.patchNamespacedServiceStatusCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedServiceStatusCoreV1Api.patchNamespacedServiceStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified ServiceCoreV1Api.patchNamespacedServiceWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ServiceAppsV1Api.patchNamespacedStatefulSet
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified StatefulSetokhttp3.Call
AppsV1Api.patchNamespacedStatefulSetAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1StatefulSet> _callback) (asynchronously) partially update the specified StatefulSetokhttp3.Call
AppsV1Api.patchNamespacedStatefulSetCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedStatefulSetAppsV1Api.patchNamespacedStatefulSetScale
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update scale of the specified StatefulSetokhttp3.Call
AppsV1Api.patchNamespacedStatefulSetScaleAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Scale> _callback) (asynchronously) partially update scale of the specified StatefulSetokhttp3.Call
AppsV1Api.patchNamespacedStatefulSetScaleCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedStatefulSetScaleAppsV1Api.patchNamespacedStatefulSetScaleWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update scale of the specified StatefulSetAppsV1Api.patchNamespacedStatefulSetStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified StatefulSetokhttp3.Call
AppsV1Api.patchNamespacedStatefulSetStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1StatefulSet> _callback) (asynchronously) partially update status of the specified StatefulSetokhttp3.Call
AppsV1Api.patchNamespacedStatefulSetStatusCall
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespacedStatefulSetStatusAppsV1Api.patchNamespacedStatefulSetStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified StatefulSetAppsV1Api.patchNamespacedStatefulSetWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified StatefulSetCoreV1Api.patchNamespaceStatus
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified Namespaceokhttp3.Call
CoreV1Api.patchNamespaceStatusAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Namespace> _callback) (asynchronously) partially update status of the specified Namespaceokhttp3.Call
CoreV1Api.patchNamespaceStatusCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNamespaceStatusCoreV1Api.patchNamespaceStatusWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified NamespaceCoreV1Api.patchNamespaceWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified NamespaceCoreV1Api.patchNode
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified Nodeokhttp3.Call
CoreV1Api.patchNodeAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Node> _callback) (asynchronously) partially update the specified Nodeokhttp3.Call
CoreV1Api.patchNodeCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNodeCoreV1Api.patchNodeStatus
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified Nodeokhttp3.Call
CoreV1Api.patchNodeStatusAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Node> _callback) (asynchronously) partially update status of the specified Nodeokhttp3.Call
CoreV1Api.patchNodeStatusCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchNodeStatusCoreV1Api.patchNodeStatusWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified NodeCoreV1Api.patchNodeWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified NodeCoreV1Api.patchPersistentVolume
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified PersistentVolumeokhttp3.Call
CoreV1Api.patchPersistentVolumeAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1PersistentVolume> _callback) (asynchronously) partially update the specified PersistentVolumeokhttp3.Call
CoreV1Api.patchPersistentVolumeCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchPersistentVolumeCoreV1Api.patchPersistentVolumeStatus
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified PersistentVolumeokhttp3.Call
CoreV1Api.patchPersistentVolumeStatusAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1PersistentVolume> _callback) (asynchronously) partially update status of the specified PersistentVolumeokhttp3.Call
CoreV1Api.patchPersistentVolumeStatusCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchPersistentVolumeStatusCoreV1Api.patchPersistentVolumeStatusWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified PersistentVolumeCoreV1Api.patchPersistentVolumeWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified PersistentVolumeSchedulingV1Api.patchPriorityClass
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified PriorityClassokhttp3.Call
SchedulingV1Api.patchPriorityClassAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1PriorityClass> _callback) (asynchronously) partially update the specified PriorityClassokhttp3.Call
SchedulingV1Api.patchPriorityClassCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchPriorityClassSchedulingV1Api.patchPriorityClassWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified PriorityClassFlowcontrolApiserverV1beta1Api.patchPriorityLevelConfiguration
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.patchPriorityLevelConfiguration
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.patchPriorityLevelConfigurationAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1beta1PriorityLevelConfiguration> _callback) (asynchronously) partially update the specified PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta2Api.patchPriorityLevelConfigurationAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1beta2PriorityLevelConfiguration> _callback) (asynchronously) partially update the specified PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.patchPriorityLevelConfigurationCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchPriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta2Api.patchPriorityLevelConfigurationCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchPriorityLevelConfigurationFlowcontrolApiserverV1beta1Api.patchPriorityLevelConfigurationStatus
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.patchPriorityLevelConfigurationStatus
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.patchPriorityLevelConfigurationStatusAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1beta1PriorityLevelConfiguration> _callback) (asynchronously) partially update status of the specified PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta2Api.patchPriorityLevelConfigurationStatusAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1beta2PriorityLevelConfiguration> _callback) (asynchronously) partially update status of the specified PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.patchPriorityLevelConfigurationStatusCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchPriorityLevelConfigurationStatusokhttp3.Call
FlowcontrolApiserverV1beta2Api.patchPriorityLevelConfigurationStatusCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchPriorityLevelConfigurationStatusFlowcontrolApiserverV1beta1Api.patchPriorityLevelConfigurationStatusWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.patchPriorityLevelConfigurationStatusWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified PriorityLevelConfigurationFlowcontrolApiserverV1beta1Api.patchPriorityLevelConfigurationWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.patchPriorityLevelConfigurationWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified PriorityLevelConfigurationNodeV1Api.patchRuntimeClass
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified RuntimeClassokhttp3.Call
NodeV1Api.patchRuntimeClassAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1RuntimeClass> _callback) (asynchronously) partially update the specified RuntimeClassokhttp3.Call
NodeV1Api.patchRuntimeClassCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchRuntimeClassNodeV1Api.patchRuntimeClassWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified RuntimeClassStorageV1Api.patchStorageClass
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified StorageClassokhttp3.Call
StorageV1Api.patchStorageClassAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1StorageClass> _callback) (asynchronously) partially update the specified StorageClassokhttp3.Call
StorageV1Api.patchStorageClassCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchStorageClassStorageV1Api.patchStorageClassWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified StorageClassInternalApiserverV1alpha1Api.patchStorageVersion
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.patchStorageVersionAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1alpha1StorageVersion> _callback) (asynchronously) partially update the specified StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.patchStorageVersionCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchStorageVersionInternalApiserverV1alpha1Api.patchStorageVersionStatus
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.patchStorageVersionStatusAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1alpha1StorageVersion> _callback) (asynchronously) partially update status of the specified StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.patchStorageVersionStatusCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchStorageVersionStatusInternalApiserverV1alpha1Api.patchStorageVersionStatusWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified StorageVersionInternalApiserverV1alpha1Api.patchStorageVersionWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified StorageVersionAdmissionregistrationV1Api.patchValidatingWebhookConfiguration
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ValidatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.patchValidatingWebhookConfigurationAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1ValidatingWebhookConfiguration> _callback) (asynchronously) partially update the specified ValidatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.patchValidatingWebhookConfigurationCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchValidatingWebhookConfigurationAdmissionregistrationV1Api.patchValidatingWebhookConfigurationWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ValidatingWebhookConfigurationStorageV1Api.patchVolumeAttachment
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified VolumeAttachmentokhttp3.Call
StorageV1Api.patchVolumeAttachmentAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1VolumeAttachment> _callback) (asynchronously) partially update the specified VolumeAttachmentokhttp3.Call
StorageV1Api.patchVolumeAttachmentCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchVolumeAttachmentStorageV1Api.patchVolumeAttachmentStatus
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified VolumeAttachmentokhttp3.Call
StorageV1Api.patchVolumeAttachmentStatusAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1VolumeAttachment> _callback) (asynchronously) partially update status of the specified VolumeAttachmentokhttp3.Call
StorageV1Api.patchVolumeAttachmentStatusCall
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback _callback) Build call for patchVolumeAttachmentStatusStorageV1Api.patchVolumeAttachmentStatusWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified VolumeAttachmentStorageV1Api.patchVolumeAttachmentWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified VolumeAttachmentApiregistrationV1Api.readAPIService
(String name, String pretty) read the specified APIServiceokhttp3.Call
ApiregistrationV1Api.readAPIServiceAsync
(String name, String pretty, ApiCallback<V1APIService> _callback) (asynchronously) read the specified APIServiceokhttp3.Call
ApiregistrationV1Api.readAPIServiceCall
(String name, String pretty, ApiCallback _callback) Build call for readAPIServiceApiregistrationV1Api.readAPIServiceStatus
(String name, String pretty) read status of the specified APIServiceokhttp3.Call
ApiregistrationV1Api.readAPIServiceStatusAsync
(String name, String pretty, ApiCallback<V1APIService> _callback) (asynchronously) read status of the specified APIServiceokhttp3.Call
ApiregistrationV1Api.readAPIServiceStatusCall
(String name, String pretty, ApiCallback _callback) Build call for readAPIServiceStatusApiregistrationV1Api.readAPIServiceStatusWithHttpInfo
(String name, String pretty) read status of the specified APIServiceApiregistrationV1Api.readAPIServiceWithHttpInfo
(String name, String pretty) read the specified APIServiceCertificatesV1Api.readCertificateSigningRequest
(String name, String pretty) read the specified CertificateSigningRequestCertificatesV1Api.readCertificateSigningRequestApproval
(String name, String pretty) read approval of the specified CertificateSigningRequestokhttp3.Call
CertificatesV1Api.readCertificateSigningRequestApprovalAsync
(String name, String pretty, ApiCallback<V1CertificateSigningRequest> _callback) (asynchronously) read approval of the specified CertificateSigningRequestokhttp3.Call
CertificatesV1Api.readCertificateSigningRequestApprovalCall
(String name, String pretty, ApiCallback _callback) Build call for readCertificateSigningRequestApprovalCertificatesV1Api.readCertificateSigningRequestApprovalWithHttpInfo
(String name, String pretty) read approval of the specified CertificateSigningRequestokhttp3.Call
CertificatesV1Api.readCertificateSigningRequestAsync
(String name, String pretty, ApiCallback<V1CertificateSigningRequest> _callback) (asynchronously) read the specified CertificateSigningRequestokhttp3.Call
CertificatesV1Api.readCertificateSigningRequestCall
(String name, String pretty, ApiCallback _callback) Build call for readCertificateSigningRequestCertificatesV1Api.readCertificateSigningRequestStatus
(String name, String pretty) read status of the specified CertificateSigningRequestokhttp3.Call
CertificatesV1Api.readCertificateSigningRequestStatusAsync
(String name, String pretty, ApiCallback<V1CertificateSigningRequest> _callback) (asynchronously) read status of the specified CertificateSigningRequestokhttp3.Call
CertificatesV1Api.readCertificateSigningRequestStatusCall
(String name, String pretty, ApiCallback _callback) Build call for readCertificateSigningRequestStatusCertificatesV1Api.readCertificateSigningRequestStatusWithHttpInfo
(String name, String pretty) read status of the specified CertificateSigningRequestCertificatesV1Api.readCertificateSigningRequestWithHttpInfo
(String name, String pretty) read the specified CertificateSigningRequestNetworkingV1alpha1Api.readClusterCIDR
(String name, String pretty) read the specified ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.readClusterCIDRAsync
(String name, String pretty, ApiCallback<V1alpha1ClusterCIDR> _callback) (asynchronously) read the specified ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.readClusterCIDRCall
(String name, String pretty, ApiCallback _callback) Build call for readClusterCIDRNetworkingV1alpha1Api.readClusterCIDRWithHttpInfo
(String name, String pretty) read the specified ClusterCIDRRbacAuthorizationV1Api.readClusterRole
(String name, String pretty) read the specified ClusterRoleokhttp3.Call
RbacAuthorizationV1Api.readClusterRoleAsync
(String name, String pretty, ApiCallback<V1ClusterRole> _callback) (asynchronously) read the specified ClusterRoleRbacAuthorizationV1Api.readClusterRoleBinding
(String name, String pretty) read the specified ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.readClusterRoleBindingAsync
(String name, String pretty, ApiCallback<V1ClusterRoleBinding> _callback) (asynchronously) read the specified ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.readClusterRoleBindingCall
(String name, String pretty, ApiCallback _callback) Build call for readClusterRoleBindingRbacAuthorizationV1Api.readClusterRoleBindingWithHttpInfo
(String name, String pretty) read the specified ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.readClusterRoleCall
(String name, String pretty, ApiCallback _callback) Build call for readClusterRoleRbacAuthorizationV1Api.readClusterRoleWithHttpInfo
(String name, String pretty) read the specified ClusterRoleCoreV1Api.readComponentStatus
(String name, String pretty) read the specified ComponentStatusokhttp3.Call
CoreV1Api.readComponentStatusAsync
(String name, String pretty, ApiCallback<V1ComponentStatus> _callback) (asynchronously) read the specified ComponentStatusokhttp3.Call
CoreV1Api.readComponentStatusCall
(String name, String pretty, ApiCallback _callback) Build call for readComponentStatusCoreV1Api.readComponentStatusWithHttpInfo
(String name, String pretty) read the specified ComponentStatusStorageV1Api.readCSIDriver
(String name, String pretty) read the specified CSIDriverokhttp3.Call
StorageV1Api.readCSIDriverAsync
(String name, String pretty, ApiCallback<V1CSIDriver> _callback) (asynchronously) read the specified CSIDriverokhttp3.Call
StorageV1Api.readCSIDriverCall
(String name, String pretty, ApiCallback _callback) Build call for readCSIDriverStorageV1Api.readCSIDriverWithHttpInfo
(String name, String pretty) read the specified CSIDriverStorageV1Api.readCSINode
(String name, String pretty) read the specified CSINodeokhttp3.Call
StorageV1Api.readCSINodeAsync
(String name, String pretty, ApiCallback<V1CSINode> _callback) (asynchronously) read the specified CSINodeokhttp3.Call
StorageV1Api.readCSINodeCall
(String name, String pretty, ApiCallback _callback) Build call for readCSINodeStorageV1Api.readCSINodeWithHttpInfo
(String name, String pretty) read the specified CSINodeApiextensionsV1Api.readCustomResourceDefinition
(String name, String pretty) read the specified CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.readCustomResourceDefinitionAsync
(String name, String pretty, ApiCallback<V1CustomResourceDefinition> _callback) (asynchronously) read the specified CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.readCustomResourceDefinitionCall
(String name, String pretty, ApiCallback _callback) Build call for readCustomResourceDefinitionApiextensionsV1Api.readCustomResourceDefinitionStatus
(String name, String pretty) read status of the specified CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.readCustomResourceDefinitionStatusAsync
(String name, String pretty, ApiCallback<V1CustomResourceDefinition> _callback) (asynchronously) read status of the specified CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.readCustomResourceDefinitionStatusCall
(String name, String pretty, ApiCallback _callback) Build call for readCustomResourceDefinitionStatusApiextensionsV1Api.readCustomResourceDefinitionStatusWithHttpInfo
(String name, String pretty) read status of the specified CustomResourceDefinitionApiextensionsV1Api.readCustomResourceDefinitionWithHttpInfo
(String name, String pretty) read the specified CustomResourceDefinitionFlowcontrolApiserverV1beta1Api.readFlowSchema
(String name, String pretty) read the specified FlowSchemaFlowcontrolApiserverV1beta2Api.readFlowSchema
(String name, String pretty) read the specified FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.readFlowSchemaAsync
(String name, String pretty, ApiCallback<V1beta1FlowSchema> _callback) (asynchronously) read the specified FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta2Api.readFlowSchemaAsync
(String name, String pretty, ApiCallback<V1beta2FlowSchema> _callback) (asynchronously) read the specified FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.readFlowSchemaCall
(String name, String pretty, ApiCallback _callback) Build call for readFlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta2Api.readFlowSchemaCall
(String name, String pretty, ApiCallback _callback) Build call for readFlowSchemaFlowcontrolApiserverV1beta1Api.readFlowSchemaStatus
(String name, String pretty) read status of the specified FlowSchemaFlowcontrolApiserverV1beta2Api.readFlowSchemaStatus
(String name, String pretty) read status of the specified FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.readFlowSchemaStatusAsync
(String name, String pretty, ApiCallback<V1beta1FlowSchema> _callback) (asynchronously) read status of the specified FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta2Api.readFlowSchemaStatusAsync
(String name, String pretty, ApiCallback<V1beta2FlowSchema> _callback) (asynchronously) read status of the specified FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.readFlowSchemaStatusCall
(String name, String pretty, ApiCallback _callback) Build call for readFlowSchemaStatusokhttp3.Call
FlowcontrolApiserverV1beta2Api.readFlowSchemaStatusCall
(String name, String pretty, ApiCallback _callback) Build call for readFlowSchemaStatusFlowcontrolApiserverV1beta1Api.readFlowSchemaStatusWithHttpInfo
(String name, String pretty) read status of the specified FlowSchemaFlowcontrolApiserverV1beta2Api.readFlowSchemaStatusWithHttpInfo
(String name, String pretty) read status of the specified FlowSchemaFlowcontrolApiserverV1beta1Api.readFlowSchemaWithHttpInfo
(String name, String pretty) read the specified FlowSchemaFlowcontrolApiserverV1beta2Api.readFlowSchemaWithHttpInfo
(String name, String pretty) read the specified FlowSchemaNetworkingV1Api.readIngressClass
(String name, String pretty) read the specified IngressClassokhttp3.Call
NetworkingV1Api.readIngressClassAsync
(String name, String pretty, ApiCallback<V1IngressClass> _callback) (asynchronously) read the specified IngressClassokhttp3.Call
NetworkingV1Api.readIngressClassCall
(String name, String pretty, ApiCallback _callback) Build call for readIngressClassNetworkingV1Api.readIngressClassWithHttpInfo
(String name, String pretty) read the specified IngressClassAdmissionregistrationV1Api.readMutatingWebhookConfiguration
(String name, String pretty) read the specified MutatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.readMutatingWebhookConfigurationAsync
(String name, String pretty, ApiCallback<V1MutatingWebhookConfiguration> _callback) (asynchronously) read the specified MutatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.readMutatingWebhookConfigurationCall
(String name, String pretty, ApiCallback _callback) Build call for readMutatingWebhookConfigurationAdmissionregistrationV1Api.readMutatingWebhookConfigurationWithHttpInfo
(String name, String pretty) read the specified MutatingWebhookConfigurationCoreV1Api.readNamespace
(String name, String pretty) read the specified Namespaceokhttp3.Call
CoreV1Api.readNamespaceAsync
(String name, String pretty, ApiCallback<V1Namespace> _callback) (asynchronously) read the specified Namespaceokhttp3.Call
CoreV1Api.readNamespaceCall
(String name, String pretty, ApiCallback _callback) Build call for readNamespaceCoreV1Api.readNamespacedConfigMap
(String name, String namespace, String pretty) read the specified ConfigMapokhttp3.Call
CoreV1Api.readNamespacedConfigMapAsync
(String name, String namespace, String pretty, ApiCallback<V1ConfigMap> _callback) (asynchronously) read the specified ConfigMapokhttp3.Call
CoreV1Api.readNamespacedConfigMapCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedConfigMapCoreV1Api.readNamespacedConfigMapWithHttpInfo
(String name, String namespace, String pretty) read the specified ConfigMapAppsV1Api.readNamespacedControllerRevision
(String name, String namespace, String pretty) read the specified ControllerRevisionokhttp3.Call
AppsV1Api.readNamespacedControllerRevisionAsync
(String name, String namespace, String pretty, ApiCallback<V1ControllerRevision> _callback) (asynchronously) read the specified ControllerRevisionokhttp3.Call
AppsV1Api.readNamespacedControllerRevisionCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedControllerRevisionAppsV1Api.readNamespacedControllerRevisionWithHttpInfo
(String name, String namespace, String pretty) read the specified ControllerRevisionBatchV1Api.readNamespacedCronJob
(String name, String namespace, String pretty) read the specified CronJobokhttp3.Call
BatchV1Api.readNamespacedCronJobAsync
(String name, String namespace, String pretty, ApiCallback<V1CronJob> _callback) (asynchronously) read the specified CronJobokhttp3.Call
BatchV1Api.readNamespacedCronJobCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedCronJobBatchV1Api.readNamespacedCronJobStatus
(String name, String namespace, String pretty) read status of the specified CronJobokhttp3.Call
BatchV1Api.readNamespacedCronJobStatusAsync
(String name, String namespace, String pretty, ApiCallback<V1CronJob> _callback) (asynchronously) read status of the specified CronJobokhttp3.Call
BatchV1Api.readNamespacedCronJobStatusCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedCronJobStatusBatchV1Api.readNamespacedCronJobStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified CronJobBatchV1Api.readNamespacedCronJobWithHttpInfo
(String name, String namespace, String pretty) read the specified CronJobStorageV1Api.readNamespacedCSIStorageCapacity
(String name, String namespace, String pretty) read the specified CSIStorageCapacityStorageV1beta1Api.readNamespacedCSIStorageCapacity
(String name, String namespace, String pretty) read the specified CSIStorageCapacityokhttp3.Call
StorageV1Api.readNamespacedCSIStorageCapacityAsync
(String name, String namespace, String pretty, ApiCallback<V1CSIStorageCapacity> _callback) (asynchronously) read the specified CSIStorageCapacityokhttp3.Call
StorageV1beta1Api.readNamespacedCSIStorageCapacityAsync
(String name, String namespace, String pretty, ApiCallback<V1beta1CSIStorageCapacity> _callback) (asynchronously) read the specified CSIStorageCapacityokhttp3.Call
StorageV1Api.readNamespacedCSIStorageCapacityCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedCSIStorageCapacityokhttp3.Call
StorageV1beta1Api.readNamespacedCSIStorageCapacityCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedCSIStorageCapacityStorageV1Api.readNamespacedCSIStorageCapacityWithHttpInfo
(String name, String namespace, String pretty) read the specified CSIStorageCapacityStorageV1beta1Api.readNamespacedCSIStorageCapacityWithHttpInfo
(String name, String namespace, String pretty) read the specified CSIStorageCapacityAppsV1Api.readNamespacedDaemonSet
(String name, String namespace, String pretty) read the specified DaemonSetokhttp3.Call
AppsV1Api.readNamespacedDaemonSetAsync
(String name, String namespace, String pretty, ApiCallback<V1DaemonSet> _callback) (asynchronously) read the specified DaemonSetokhttp3.Call
AppsV1Api.readNamespacedDaemonSetCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedDaemonSetAppsV1Api.readNamespacedDaemonSetStatus
(String name, String namespace, String pretty) read status of the specified DaemonSetokhttp3.Call
AppsV1Api.readNamespacedDaemonSetStatusAsync
(String name, String namespace, String pretty, ApiCallback<V1DaemonSet> _callback) (asynchronously) read status of the specified DaemonSetokhttp3.Call
AppsV1Api.readNamespacedDaemonSetStatusCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedDaemonSetStatusAppsV1Api.readNamespacedDaemonSetStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified DaemonSetAppsV1Api.readNamespacedDaemonSetWithHttpInfo
(String name, String namespace, String pretty) read the specified DaemonSetAppsV1Api.readNamespacedDeployment
(String name, String namespace, String pretty) read the specified Deploymentokhttp3.Call
AppsV1Api.readNamespacedDeploymentAsync
(String name, String namespace, String pretty, ApiCallback<V1Deployment> _callback) (asynchronously) read the specified Deploymentokhttp3.Call
AppsV1Api.readNamespacedDeploymentCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedDeploymentAppsV1Api.readNamespacedDeploymentScale
(String name, String namespace, String pretty) read scale of the specified Deploymentokhttp3.Call
AppsV1Api.readNamespacedDeploymentScaleAsync
(String name, String namespace, String pretty, ApiCallback<V1Scale> _callback) (asynchronously) read scale of the specified Deploymentokhttp3.Call
AppsV1Api.readNamespacedDeploymentScaleCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedDeploymentScaleAppsV1Api.readNamespacedDeploymentScaleWithHttpInfo
(String name, String namespace, String pretty) read scale of the specified DeploymentAppsV1Api.readNamespacedDeploymentStatus
(String name, String namespace, String pretty) read status of the specified Deploymentokhttp3.Call
AppsV1Api.readNamespacedDeploymentStatusAsync
(String name, String namespace, String pretty, ApiCallback<V1Deployment> _callback) (asynchronously) read status of the specified Deploymentokhttp3.Call
AppsV1Api.readNamespacedDeploymentStatusCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedDeploymentStatusAppsV1Api.readNamespacedDeploymentStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified DeploymentAppsV1Api.readNamespacedDeploymentWithHttpInfo
(String name, String namespace, String pretty) read the specified DeploymentCoreV1Api.readNamespacedEndpoints
(String name, String namespace, String pretty) read the specified Endpointsokhttp3.Call
CoreV1Api.readNamespacedEndpointsAsync
(String name, String namespace, String pretty, ApiCallback<V1Endpoints> _callback) (asynchronously) read the specified Endpointsokhttp3.Call
CoreV1Api.readNamespacedEndpointsCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedEndpointsDiscoveryV1Api.readNamespacedEndpointSlice
(String name, String namespace, String pretty) read the specified EndpointSliceokhttp3.Call
DiscoveryV1Api.readNamespacedEndpointSliceAsync
(String name, String namespace, String pretty, ApiCallback<V1EndpointSlice> _callback) (asynchronously) read the specified EndpointSliceokhttp3.Call
DiscoveryV1Api.readNamespacedEndpointSliceCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedEndpointSliceDiscoveryV1Api.readNamespacedEndpointSliceWithHttpInfo
(String name, String namespace, String pretty) read the specified EndpointSliceCoreV1Api.readNamespacedEndpointsWithHttpInfo
(String name, String namespace, String pretty) read the specified EndpointsCoreV1Api.readNamespacedEvent
(String name, String namespace, String pretty) read the specified EventEventsV1Api.readNamespacedEvent
(String name, String namespace, String pretty) read the specified Eventokhttp3.Call
CoreV1Api.readNamespacedEventAsync
(String name, String namespace, String pretty, ApiCallback<CoreV1Event> _callback) (asynchronously) read the specified Eventokhttp3.Call
EventsV1Api.readNamespacedEventAsync
(String name, String namespace, String pretty, ApiCallback<EventsV1Event> _callback) (asynchronously) read the specified Eventokhttp3.Call
CoreV1Api.readNamespacedEventCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedEventokhttp3.Call
EventsV1Api.readNamespacedEventCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedEventCoreV1Api.readNamespacedEventWithHttpInfo
(String name, String namespace, String pretty) read the specified EventEventsV1Api.readNamespacedEventWithHttpInfo
(String name, String namespace, String pretty) read the specified EventAutoscalingV1Api.readNamespacedHorizontalPodAutoscaler
(String name, String namespace, String pretty) read the specified HorizontalPodAutoscalerAutoscalingV2Api.readNamespacedHorizontalPodAutoscaler
(String name, String namespace, String pretty) read the specified HorizontalPodAutoscalerAutoscalingV2beta2Api.readNamespacedHorizontalPodAutoscaler
(String name, String namespace, String pretty) read the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerAsync
(String name, String namespace, String pretty, ApiCallback<V1HorizontalPodAutoscaler> _callback) (asynchronously) read the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2Api.readNamespacedHorizontalPodAutoscalerAsync
(String name, String namespace, String pretty, ApiCallback<V2HorizontalPodAutoscaler> _callback) (asynchronously) read the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2beta2Api.readNamespacedHorizontalPodAutoscalerAsync
(String name, String namespace, String pretty, ApiCallback<V2beta2HorizontalPodAutoscaler> _callback) (asynchronously) read the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedHorizontalPodAutoscalerokhttp3.Call
AutoscalingV2Api.readNamespacedHorizontalPodAutoscalerCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedHorizontalPodAutoscalerokhttp3.Call
AutoscalingV2beta2Api.readNamespacedHorizontalPodAutoscalerCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedHorizontalPodAutoscalerAutoscalingV1Api.readNamespacedHorizontalPodAutoscalerStatus
(String name, String namespace, String pretty) read status of the specified HorizontalPodAutoscalerAutoscalingV2Api.readNamespacedHorizontalPodAutoscalerStatus
(String name, String namespace, String pretty) read status of the specified HorizontalPodAutoscalerAutoscalingV2beta2Api.readNamespacedHorizontalPodAutoscalerStatus
(String name, String namespace, String pretty) read status of the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerStatusAsync
(String name, String namespace, String pretty, ApiCallback<V1HorizontalPodAutoscaler> _callback) (asynchronously) read status of the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2Api.readNamespacedHorizontalPodAutoscalerStatusAsync
(String name, String namespace, String pretty, ApiCallback<V2HorizontalPodAutoscaler> _callback) (asynchronously) read status of the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2beta2Api.readNamespacedHorizontalPodAutoscalerStatusAsync
(String name, String namespace, String pretty, ApiCallback<V2beta2HorizontalPodAutoscaler> _callback) (asynchronously) read status of the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.readNamespacedHorizontalPodAutoscalerStatusCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedHorizontalPodAutoscalerStatusokhttp3.Call
AutoscalingV2Api.readNamespacedHorizontalPodAutoscalerStatusCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedHorizontalPodAutoscalerStatusokhttp3.Call
AutoscalingV2beta2Api.readNamespacedHorizontalPodAutoscalerStatusCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedHorizontalPodAutoscalerStatusAutoscalingV1Api.readNamespacedHorizontalPodAutoscalerStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified HorizontalPodAutoscalerAutoscalingV2Api.readNamespacedHorizontalPodAutoscalerStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified HorizontalPodAutoscalerAutoscalingV2beta2Api.readNamespacedHorizontalPodAutoscalerStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified HorizontalPodAutoscalerAutoscalingV1Api.readNamespacedHorizontalPodAutoscalerWithHttpInfo
(String name, String namespace, String pretty) read the specified HorizontalPodAutoscalerAutoscalingV2Api.readNamespacedHorizontalPodAutoscalerWithHttpInfo
(String name, String namespace, String pretty) read the specified HorizontalPodAutoscalerAutoscalingV2beta2Api.readNamespacedHorizontalPodAutoscalerWithHttpInfo
(String name, String namespace, String pretty) read the specified HorizontalPodAutoscalerNetworkingV1Api.readNamespacedIngress
(String name, String namespace, String pretty) read the specified Ingressokhttp3.Call
NetworkingV1Api.readNamespacedIngressAsync
(String name, String namespace, String pretty, ApiCallback<V1Ingress> _callback) (asynchronously) read the specified Ingressokhttp3.Call
NetworkingV1Api.readNamespacedIngressCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedIngressNetworkingV1Api.readNamespacedIngressStatus
(String name, String namespace, String pretty) read status of the specified Ingressokhttp3.Call
NetworkingV1Api.readNamespacedIngressStatusAsync
(String name, String namespace, String pretty, ApiCallback<V1Ingress> _callback) (asynchronously) read status of the specified Ingressokhttp3.Call
NetworkingV1Api.readNamespacedIngressStatusCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedIngressStatusNetworkingV1Api.readNamespacedIngressStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified IngressNetworkingV1Api.readNamespacedIngressWithHttpInfo
(String name, String namespace, String pretty) read the specified IngressBatchV1Api.readNamespacedJob
(String name, String namespace, String pretty) read the specified Jobokhttp3.Call
BatchV1Api.readNamespacedJobAsync
(String name, String namespace, String pretty, ApiCallback<V1Job> _callback) (asynchronously) read the specified Jobokhttp3.Call
BatchV1Api.readNamespacedJobCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedJobBatchV1Api.readNamespacedJobStatus
(String name, String namespace, String pretty) read status of the specified Jobokhttp3.Call
BatchV1Api.readNamespacedJobStatusAsync
(String name, String namespace, String pretty, ApiCallback<V1Job> _callback) (asynchronously) read status of the specified Jobokhttp3.Call
BatchV1Api.readNamespacedJobStatusCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedJobStatusBatchV1Api.readNamespacedJobStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified JobBatchV1Api.readNamespacedJobWithHttpInfo
(String name, String namespace, String pretty) read the specified JobCoordinationV1Api.readNamespacedLease
(String name, String namespace, String pretty) read the specified Leaseokhttp3.Call
CoordinationV1Api.readNamespacedLeaseAsync
(String name, String namespace, String pretty, ApiCallback<V1Lease> _callback) (asynchronously) read the specified Leaseokhttp3.Call
CoordinationV1Api.readNamespacedLeaseCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedLeaseCoordinationV1Api.readNamespacedLeaseWithHttpInfo
(String name, String namespace, String pretty) read the specified LeaseCoreV1Api.readNamespacedLimitRange
(String name, String namespace, String pretty) read the specified LimitRangeokhttp3.Call
CoreV1Api.readNamespacedLimitRangeAsync
(String name, String namespace, String pretty, ApiCallback<V1LimitRange> _callback) (asynchronously) read the specified LimitRangeokhttp3.Call
CoreV1Api.readNamespacedLimitRangeCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedLimitRangeCoreV1Api.readNamespacedLimitRangeWithHttpInfo
(String name, String namespace, String pretty) read the specified LimitRangeNetworkingV1Api.readNamespacedNetworkPolicy
(String name, String namespace, String pretty) read the specified NetworkPolicyokhttp3.Call
NetworkingV1Api.readNamespacedNetworkPolicyAsync
(String name, String namespace, String pretty, ApiCallback<V1NetworkPolicy> _callback) (asynchronously) read the specified NetworkPolicyokhttp3.Call
NetworkingV1Api.readNamespacedNetworkPolicyCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedNetworkPolicyNetworkingV1Api.readNamespacedNetworkPolicyStatus
(String name, String namespace, String pretty) read status of the specified NetworkPolicyokhttp3.Call
NetworkingV1Api.readNamespacedNetworkPolicyStatusAsync
(String name, String namespace, String pretty, ApiCallback<V1NetworkPolicy> _callback) (asynchronously) read status of the specified NetworkPolicyokhttp3.Call
NetworkingV1Api.readNamespacedNetworkPolicyStatusCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedNetworkPolicyStatusNetworkingV1Api.readNamespacedNetworkPolicyStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified NetworkPolicyNetworkingV1Api.readNamespacedNetworkPolicyWithHttpInfo
(String name, String namespace, String pretty) read the specified NetworkPolicyCoreV1Api.readNamespacedPersistentVolumeClaim
(String name, String namespace, String pretty) read the specified PersistentVolumeClaimokhttp3.Call
CoreV1Api.readNamespacedPersistentVolumeClaimAsync
(String name, String namespace, String pretty, ApiCallback<V1PersistentVolumeClaim> _callback) (asynchronously) read the specified PersistentVolumeClaimokhttp3.Call
CoreV1Api.readNamespacedPersistentVolumeClaimCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedPersistentVolumeClaimCoreV1Api.readNamespacedPersistentVolumeClaimStatus
(String name, String namespace, String pretty) read status of the specified PersistentVolumeClaimokhttp3.Call
CoreV1Api.readNamespacedPersistentVolumeClaimStatusAsync
(String name, String namespace, String pretty, ApiCallback<V1PersistentVolumeClaim> _callback) (asynchronously) read status of the specified PersistentVolumeClaimokhttp3.Call
CoreV1Api.readNamespacedPersistentVolumeClaimStatusCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedPersistentVolumeClaimStatusCoreV1Api.readNamespacedPersistentVolumeClaimStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified PersistentVolumeClaimCoreV1Api.readNamespacedPersistentVolumeClaimWithHttpInfo
(String name, String namespace, String pretty) read the specified PersistentVolumeClaimCoreV1Api.readNamespacedPod
(String name, String namespace, String pretty) read the specified Podokhttp3.Call
CoreV1Api.readNamespacedPodAsync
(String name, String namespace, String pretty, ApiCallback<V1Pod> _callback) (asynchronously) read the specified Podokhttp3.Call
CoreV1Api.readNamespacedPodCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedPodPolicyV1Api.readNamespacedPodDisruptionBudget
(String name, String namespace, String pretty) read the specified PodDisruptionBudgetokhttp3.Call
PolicyV1Api.readNamespacedPodDisruptionBudgetAsync
(String name, String namespace, String pretty, ApiCallback<V1PodDisruptionBudget> _callback) (asynchronously) read the specified PodDisruptionBudgetokhttp3.Call
PolicyV1Api.readNamespacedPodDisruptionBudgetCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedPodDisruptionBudgetPolicyV1Api.readNamespacedPodDisruptionBudgetStatus
(String name, String namespace, String pretty) read status of the specified PodDisruptionBudgetokhttp3.Call
PolicyV1Api.readNamespacedPodDisruptionBudgetStatusAsync
(String name, String namespace, String pretty, ApiCallback<V1PodDisruptionBudget> _callback) (asynchronously) read status of the specified PodDisruptionBudgetokhttp3.Call
PolicyV1Api.readNamespacedPodDisruptionBudgetStatusCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedPodDisruptionBudgetStatusPolicyV1Api.readNamespacedPodDisruptionBudgetStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified PodDisruptionBudgetPolicyV1Api.readNamespacedPodDisruptionBudgetWithHttpInfo
(String name, String namespace, String pretty) read the specified PodDisruptionBudgetCoreV1Api.readNamespacedPodEphemeralcontainers
(String name, String namespace, String pretty) read ephemeralcontainers of the specified Podokhttp3.Call
CoreV1Api.readNamespacedPodEphemeralcontainersAsync
(String name, String namespace, String pretty, ApiCallback<V1Pod> _callback) (asynchronously) read ephemeralcontainers of the specified Podokhttp3.Call
CoreV1Api.readNamespacedPodEphemeralcontainersCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedPodEphemeralcontainersCoreV1Api.readNamespacedPodEphemeralcontainersWithHttpInfo
(String name, String namespace, String pretty) read ephemeralcontainers of the specified PodCoreV1Api.readNamespacedPodLog
(String name, String namespace, String container, Boolean follow, Boolean insecureSkipTLSVerifyBackend, Integer limitBytes, String pretty, Boolean previous, Integer sinceSeconds, Integer tailLines, Boolean timestamps) read log of the specified Podokhttp3.Call
CoreV1Api.readNamespacedPodLogAsync
(String name, String namespace, String container, Boolean follow, Boolean insecureSkipTLSVerifyBackend, Integer limitBytes, String pretty, Boolean previous, Integer sinceSeconds, Integer tailLines, Boolean timestamps, ApiCallback<String> _callback) (asynchronously) read log of the specified Podokhttp3.Call
CoreV1Api.readNamespacedPodLogCall
(String name, String namespace, String container, Boolean follow, Boolean insecureSkipTLSVerifyBackend, Integer limitBytes, String pretty, Boolean previous, Integer sinceSeconds, Integer tailLines, Boolean timestamps, ApiCallback _callback) Build call for readNamespacedPodLogCoreV1Api.readNamespacedPodLogWithHttpInfo
(String name, String namespace, String container, Boolean follow, Boolean insecureSkipTLSVerifyBackend, Integer limitBytes, String pretty, Boolean previous, Integer sinceSeconds, Integer tailLines, Boolean timestamps) read log of the specified PodCoreV1Api.readNamespacedPodStatus
(String name, String namespace, String pretty) read status of the specified Podokhttp3.Call
CoreV1Api.readNamespacedPodStatusAsync
(String name, String namespace, String pretty, ApiCallback<V1Pod> _callback) (asynchronously) read status of the specified Podokhttp3.Call
CoreV1Api.readNamespacedPodStatusCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedPodStatusCoreV1Api.readNamespacedPodStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified PodCoreV1Api.readNamespacedPodTemplate
(String name, String namespace, String pretty) read the specified PodTemplateokhttp3.Call
CoreV1Api.readNamespacedPodTemplateAsync
(String name, String namespace, String pretty, ApiCallback<V1PodTemplate> _callback) (asynchronously) read the specified PodTemplateokhttp3.Call
CoreV1Api.readNamespacedPodTemplateCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedPodTemplateCoreV1Api.readNamespacedPodTemplateWithHttpInfo
(String name, String namespace, String pretty) read the specified PodTemplateCoreV1Api.readNamespacedPodWithHttpInfo
(String name, String namespace, String pretty) read the specified PodAppsV1Api.readNamespacedReplicaSet
(String name, String namespace, String pretty) read the specified ReplicaSetokhttp3.Call
AppsV1Api.readNamespacedReplicaSetAsync
(String name, String namespace, String pretty, ApiCallback<V1ReplicaSet> _callback) (asynchronously) read the specified ReplicaSetokhttp3.Call
AppsV1Api.readNamespacedReplicaSetCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedReplicaSetAppsV1Api.readNamespacedReplicaSetScale
(String name, String namespace, String pretty) read scale of the specified ReplicaSetokhttp3.Call
AppsV1Api.readNamespacedReplicaSetScaleAsync
(String name, String namespace, String pretty, ApiCallback<V1Scale> _callback) (asynchronously) read scale of the specified ReplicaSetokhttp3.Call
AppsV1Api.readNamespacedReplicaSetScaleCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedReplicaSetScaleAppsV1Api.readNamespacedReplicaSetScaleWithHttpInfo
(String name, String namespace, String pretty) read scale of the specified ReplicaSetAppsV1Api.readNamespacedReplicaSetStatus
(String name, String namespace, String pretty) read status of the specified ReplicaSetokhttp3.Call
AppsV1Api.readNamespacedReplicaSetStatusAsync
(String name, String namespace, String pretty, ApiCallback<V1ReplicaSet> _callback) (asynchronously) read status of the specified ReplicaSetokhttp3.Call
AppsV1Api.readNamespacedReplicaSetStatusCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedReplicaSetStatusAppsV1Api.readNamespacedReplicaSetStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified ReplicaSetAppsV1Api.readNamespacedReplicaSetWithHttpInfo
(String name, String namespace, String pretty) read the specified ReplicaSetCoreV1Api.readNamespacedReplicationController
(String name, String namespace, String pretty) read the specified ReplicationControllerokhttp3.Call
CoreV1Api.readNamespacedReplicationControllerAsync
(String name, String namespace, String pretty, ApiCallback<V1ReplicationController> _callback) (asynchronously) read the specified ReplicationControllerokhttp3.Call
CoreV1Api.readNamespacedReplicationControllerCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedReplicationControllerCoreV1Api.readNamespacedReplicationControllerScale
(String name, String namespace, String pretty) read scale of the specified ReplicationControllerokhttp3.Call
CoreV1Api.readNamespacedReplicationControllerScaleAsync
(String name, String namespace, String pretty, ApiCallback<V1Scale> _callback) (asynchronously) read scale of the specified ReplicationControllerokhttp3.Call
CoreV1Api.readNamespacedReplicationControllerScaleCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedReplicationControllerScaleCoreV1Api.readNamespacedReplicationControllerScaleWithHttpInfo
(String name, String namespace, String pretty) read scale of the specified ReplicationControllerCoreV1Api.readNamespacedReplicationControllerStatus
(String name, String namespace, String pretty) read status of the specified ReplicationControllerokhttp3.Call
CoreV1Api.readNamespacedReplicationControllerStatusAsync
(String name, String namespace, String pretty, ApiCallback<V1ReplicationController> _callback) (asynchronously) read status of the specified ReplicationControllerokhttp3.Call
CoreV1Api.readNamespacedReplicationControllerStatusCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedReplicationControllerStatusCoreV1Api.readNamespacedReplicationControllerStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified ReplicationControllerCoreV1Api.readNamespacedReplicationControllerWithHttpInfo
(String name, String namespace, String pretty) read the specified ReplicationControllerCoreV1Api.readNamespacedResourceQuota
(String name, String namespace, String pretty) read the specified ResourceQuotaokhttp3.Call
CoreV1Api.readNamespacedResourceQuotaAsync
(String name, String namespace, String pretty, ApiCallback<V1ResourceQuota> _callback) (asynchronously) read the specified ResourceQuotaokhttp3.Call
CoreV1Api.readNamespacedResourceQuotaCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedResourceQuotaCoreV1Api.readNamespacedResourceQuotaStatus
(String name, String namespace, String pretty) read status of the specified ResourceQuotaokhttp3.Call
CoreV1Api.readNamespacedResourceQuotaStatusAsync
(String name, String namespace, String pretty, ApiCallback<V1ResourceQuota> _callback) (asynchronously) read status of the specified ResourceQuotaokhttp3.Call
CoreV1Api.readNamespacedResourceQuotaStatusCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedResourceQuotaStatusCoreV1Api.readNamespacedResourceQuotaStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified ResourceQuotaCoreV1Api.readNamespacedResourceQuotaWithHttpInfo
(String name, String namespace, String pretty) read the specified ResourceQuotaRbacAuthorizationV1Api.readNamespacedRole
(String name, String namespace, String pretty) read the specified Roleokhttp3.Call
RbacAuthorizationV1Api.readNamespacedRoleAsync
(String name, String namespace, String pretty, ApiCallback<V1Role> _callback) (asynchronously) read the specified RoleRbacAuthorizationV1Api.readNamespacedRoleBinding
(String name, String namespace, String pretty) read the specified RoleBindingokhttp3.Call
RbacAuthorizationV1Api.readNamespacedRoleBindingAsync
(String name, String namespace, String pretty, ApiCallback<V1RoleBinding> _callback) (asynchronously) read the specified RoleBindingokhttp3.Call
RbacAuthorizationV1Api.readNamespacedRoleBindingCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedRoleBindingRbacAuthorizationV1Api.readNamespacedRoleBindingWithHttpInfo
(String name, String namespace, String pretty) read the specified RoleBindingokhttp3.Call
RbacAuthorizationV1Api.readNamespacedRoleCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedRoleRbacAuthorizationV1Api.readNamespacedRoleWithHttpInfo
(String name, String namespace, String pretty) read the specified RoleCoreV1Api.readNamespacedSecret
(String name, String namespace, String pretty) read the specified Secretokhttp3.Call
CoreV1Api.readNamespacedSecretAsync
(String name, String namespace, String pretty, ApiCallback<V1Secret> _callback) (asynchronously) read the specified Secretokhttp3.Call
CoreV1Api.readNamespacedSecretCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedSecretCoreV1Api.readNamespacedSecretWithHttpInfo
(String name, String namespace, String pretty) read the specified SecretCoreV1Api.readNamespacedService
(String name, String namespace, String pretty) read the specified ServiceCoreV1Api.readNamespacedServiceAccount
(String name, String namespace, String pretty) read the specified ServiceAccountokhttp3.Call
CoreV1Api.readNamespacedServiceAccountAsync
(String name, String namespace, String pretty, ApiCallback<V1ServiceAccount> _callback) (asynchronously) read the specified ServiceAccountokhttp3.Call
CoreV1Api.readNamespacedServiceAccountCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedServiceAccountCoreV1Api.readNamespacedServiceAccountWithHttpInfo
(String name, String namespace, String pretty) read the specified ServiceAccountokhttp3.Call
CoreV1Api.readNamespacedServiceAsync
(String name, String namespace, String pretty, ApiCallback<V1Service> _callback) (asynchronously) read the specified Serviceokhttp3.Call
CoreV1Api.readNamespacedServiceCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedServiceCoreV1Api.readNamespacedServiceStatus
(String name, String namespace, String pretty) read status of the specified Serviceokhttp3.Call
CoreV1Api.readNamespacedServiceStatusAsync
(String name, String namespace, String pretty, ApiCallback<V1Service> _callback) (asynchronously) read status of the specified Serviceokhttp3.Call
CoreV1Api.readNamespacedServiceStatusCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedServiceStatusCoreV1Api.readNamespacedServiceStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified ServiceCoreV1Api.readNamespacedServiceWithHttpInfo
(String name, String namespace, String pretty) read the specified ServiceAppsV1Api.readNamespacedStatefulSet
(String name, String namespace, String pretty) read the specified StatefulSetokhttp3.Call
AppsV1Api.readNamespacedStatefulSetAsync
(String name, String namespace, String pretty, ApiCallback<V1StatefulSet> _callback) (asynchronously) read the specified StatefulSetokhttp3.Call
AppsV1Api.readNamespacedStatefulSetCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedStatefulSetAppsV1Api.readNamespacedStatefulSetScale
(String name, String namespace, String pretty) read scale of the specified StatefulSetokhttp3.Call
AppsV1Api.readNamespacedStatefulSetScaleAsync
(String name, String namespace, String pretty, ApiCallback<V1Scale> _callback) (asynchronously) read scale of the specified StatefulSetokhttp3.Call
AppsV1Api.readNamespacedStatefulSetScaleCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedStatefulSetScaleAppsV1Api.readNamespacedStatefulSetScaleWithHttpInfo
(String name, String namespace, String pretty) read scale of the specified StatefulSetAppsV1Api.readNamespacedStatefulSetStatus
(String name, String namespace, String pretty) read status of the specified StatefulSetokhttp3.Call
AppsV1Api.readNamespacedStatefulSetStatusAsync
(String name, String namespace, String pretty, ApiCallback<V1StatefulSet> _callback) (asynchronously) read status of the specified StatefulSetokhttp3.Call
AppsV1Api.readNamespacedStatefulSetStatusCall
(String name, String namespace, String pretty, ApiCallback _callback) Build call for readNamespacedStatefulSetStatusAppsV1Api.readNamespacedStatefulSetStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified StatefulSetAppsV1Api.readNamespacedStatefulSetWithHttpInfo
(String name, String namespace, String pretty) read the specified StatefulSetCoreV1Api.readNamespaceStatus
(String name, String pretty) read status of the specified Namespaceokhttp3.Call
CoreV1Api.readNamespaceStatusAsync
(String name, String pretty, ApiCallback<V1Namespace> _callback) (asynchronously) read status of the specified Namespaceokhttp3.Call
CoreV1Api.readNamespaceStatusCall
(String name, String pretty, ApiCallback _callback) Build call for readNamespaceStatusCoreV1Api.readNamespaceStatusWithHttpInfo
(String name, String pretty) read status of the specified NamespaceCoreV1Api.readNamespaceWithHttpInfo
(String name, String pretty) read the specified Namespaceread the specified Nodeokhttp3.Call
CoreV1Api.readNodeAsync
(String name, String pretty, ApiCallback<V1Node> _callback) (asynchronously) read the specified Nodeokhttp3.Call
CoreV1Api.readNodeCall
(String name, String pretty, ApiCallback _callback) Build call for readNodeCoreV1Api.readNodeStatus
(String name, String pretty) read status of the specified Nodeokhttp3.Call
CoreV1Api.readNodeStatusAsync
(String name, String pretty, ApiCallback<V1Node> _callback) (asynchronously) read status of the specified Nodeokhttp3.Call
CoreV1Api.readNodeStatusCall
(String name, String pretty, ApiCallback _callback) Build call for readNodeStatusCoreV1Api.readNodeStatusWithHttpInfo
(String name, String pretty) read status of the specified NodeCoreV1Api.readNodeWithHttpInfo
(String name, String pretty) read the specified NodeCoreV1Api.readPersistentVolume
(String name, String pretty) read the specified PersistentVolumeokhttp3.Call
CoreV1Api.readPersistentVolumeAsync
(String name, String pretty, ApiCallback<V1PersistentVolume> _callback) (asynchronously) read the specified PersistentVolumeokhttp3.Call
CoreV1Api.readPersistentVolumeCall
(String name, String pretty, ApiCallback _callback) Build call for readPersistentVolumeCoreV1Api.readPersistentVolumeStatus
(String name, String pretty) read status of the specified PersistentVolumeokhttp3.Call
CoreV1Api.readPersistentVolumeStatusAsync
(String name, String pretty, ApiCallback<V1PersistentVolume> _callback) (asynchronously) read status of the specified PersistentVolumeokhttp3.Call
CoreV1Api.readPersistentVolumeStatusCall
(String name, String pretty, ApiCallback _callback) Build call for readPersistentVolumeStatusCoreV1Api.readPersistentVolumeStatusWithHttpInfo
(String name, String pretty) read status of the specified PersistentVolumeCoreV1Api.readPersistentVolumeWithHttpInfo
(String name, String pretty) read the specified PersistentVolumeSchedulingV1Api.readPriorityClass
(String name, String pretty) read the specified PriorityClassokhttp3.Call
SchedulingV1Api.readPriorityClassAsync
(String name, String pretty, ApiCallback<V1PriorityClass> _callback) (asynchronously) read the specified PriorityClassokhttp3.Call
SchedulingV1Api.readPriorityClassCall
(String name, String pretty, ApiCallback _callback) Build call for readPriorityClassSchedulingV1Api.readPriorityClassWithHttpInfo
(String name, String pretty) read the specified PriorityClassFlowcontrolApiserverV1beta1Api.readPriorityLevelConfiguration
(String name, String pretty) read the specified PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.readPriorityLevelConfiguration
(String name, String pretty) read the specified PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.readPriorityLevelConfigurationAsync
(String name, String pretty, ApiCallback<V1beta1PriorityLevelConfiguration> _callback) (asynchronously) read the specified PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta2Api.readPriorityLevelConfigurationAsync
(String name, String pretty, ApiCallback<V1beta2PriorityLevelConfiguration> _callback) (asynchronously) read the specified PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.readPriorityLevelConfigurationCall
(String name, String pretty, ApiCallback _callback) Build call for readPriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta2Api.readPriorityLevelConfigurationCall
(String name, String pretty, ApiCallback _callback) Build call for readPriorityLevelConfigurationFlowcontrolApiserverV1beta1Api.readPriorityLevelConfigurationStatus
(String name, String pretty) read status of the specified PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.readPriorityLevelConfigurationStatus
(String name, String pretty) read status of the specified PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.readPriorityLevelConfigurationStatusAsync
(String name, String pretty, ApiCallback<V1beta1PriorityLevelConfiguration> _callback) (asynchronously) read status of the specified PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta2Api.readPriorityLevelConfigurationStatusAsync
(String name, String pretty, ApiCallback<V1beta2PriorityLevelConfiguration> _callback) (asynchronously) read status of the specified PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.readPriorityLevelConfigurationStatusCall
(String name, String pretty, ApiCallback _callback) Build call for readPriorityLevelConfigurationStatusokhttp3.Call
FlowcontrolApiserverV1beta2Api.readPriorityLevelConfigurationStatusCall
(String name, String pretty, ApiCallback _callback) Build call for readPriorityLevelConfigurationStatusFlowcontrolApiserverV1beta1Api.readPriorityLevelConfigurationStatusWithHttpInfo
(String name, String pretty) read status of the specified PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.readPriorityLevelConfigurationStatusWithHttpInfo
(String name, String pretty) read status of the specified PriorityLevelConfigurationFlowcontrolApiserverV1beta1Api.readPriorityLevelConfigurationWithHttpInfo
(String name, String pretty) read the specified PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.readPriorityLevelConfigurationWithHttpInfo
(String name, String pretty) read the specified PriorityLevelConfigurationNodeV1Api.readRuntimeClass
(String name, String pretty) read the specified RuntimeClassokhttp3.Call
NodeV1Api.readRuntimeClassAsync
(String name, String pretty, ApiCallback<V1RuntimeClass> _callback) (asynchronously) read the specified RuntimeClassokhttp3.Call
NodeV1Api.readRuntimeClassCall
(String name, String pretty, ApiCallback _callback) Build call for readRuntimeClassNodeV1Api.readRuntimeClassWithHttpInfo
(String name, String pretty) read the specified RuntimeClassStorageV1Api.readStorageClass
(String name, String pretty) read the specified StorageClassokhttp3.Call
StorageV1Api.readStorageClassAsync
(String name, String pretty, ApiCallback<V1StorageClass> _callback) (asynchronously) read the specified StorageClassokhttp3.Call
StorageV1Api.readStorageClassCall
(String name, String pretty, ApiCallback _callback) Build call for readStorageClassStorageV1Api.readStorageClassWithHttpInfo
(String name, String pretty) read the specified StorageClassInternalApiserverV1alpha1Api.readStorageVersion
(String name, String pretty) read the specified StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.readStorageVersionAsync
(String name, String pretty, ApiCallback<V1alpha1StorageVersion> _callback) (asynchronously) read the specified StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.readStorageVersionCall
(String name, String pretty, ApiCallback _callback) Build call for readStorageVersionInternalApiserverV1alpha1Api.readStorageVersionStatus
(String name, String pretty) read status of the specified StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.readStorageVersionStatusAsync
(String name, String pretty, ApiCallback<V1alpha1StorageVersion> _callback) (asynchronously) read status of the specified StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.readStorageVersionStatusCall
(String name, String pretty, ApiCallback _callback) Build call for readStorageVersionStatusInternalApiserverV1alpha1Api.readStorageVersionStatusWithHttpInfo
(String name, String pretty) read status of the specified StorageVersionInternalApiserverV1alpha1Api.readStorageVersionWithHttpInfo
(String name, String pretty) read the specified StorageVersionAdmissionregistrationV1Api.readValidatingWebhookConfiguration
(String name, String pretty) read the specified ValidatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.readValidatingWebhookConfigurationAsync
(String name, String pretty, ApiCallback<V1ValidatingWebhookConfiguration> _callback) (asynchronously) read the specified ValidatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.readValidatingWebhookConfigurationCall
(String name, String pretty, ApiCallback _callback) Build call for readValidatingWebhookConfigurationAdmissionregistrationV1Api.readValidatingWebhookConfigurationWithHttpInfo
(String name, String pretty) read the specified ValidatingWebhookConfigurationStorageV1Api.readVolumeAttachment
(String name, String pretty) read the specified VolumeAttachmentokhttp3.Call
StorageV1Api.readVolumeAttachmentAsync
(String name, String pretty, ApiCallback<V1VolumeAttachment> _callback) (asynchronously) read the specified VolumeAttachmentokhttp3.Call
StorageV1Api.readVolumeAttachmentCall
(String name, String pretty, ApiCallback _callback) Build call for readVolumeAttachmentStorageV1Api.readVolumeAttachmentStatus
(String name, String pretty) read status of the specified VolumeAttachmentokhttp3.Call
StorageV1Api.readVolumeAttachmentStatusAsync
(String name, String pretty, ApiCallback<V1VolumeAttachment> _callback) (asynchronously) read status of the specified VolumeAttachmentokhttp3.Call
StorageV1Api.readVolumeAttachmentStatusCall
(String name, String pretty, ApiCallback _callback) Build call for readVolumeAttachmentStatusStorageV1Api.readVolumeAttachmentStatusWithHttpInfo
(String name, String pretty) read status of the specified VolumeAttachmentStorageV1Api.readVolumeAttachmentWithHttpInfo
(String name, String pretty) read the specified VolumeAttachmentApiregistrationV1Api.replaceAPIService
(String name, V1APIService body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified APIServiceokhttp3.Call
ApiregistrationV1Api.replaceAPIServiceAsync
(String name, V1APIService body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1APIService> _callback) (asynchronously) replace the specified APIServiceokhttp3.Call
ApiregistrationV1Api.replaceAPIServiceCall
(String name, V1APIService body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceAPIServiceApiregistrationV1Api.replaceAPIServiceStatus
(String name, V1APIService body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified APIServiceokhttp3.Call
ApiregistrationV1Api.replaceAPIServiceStatusAsync
(String name, V1APIService body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1APIService> _callback) (asynchronously) replace status of the specified APIServiceokhttp3.Call
ApiregistrationV1Api.replaceAPIServiceStatusCall
(String name, V1APIService body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceAPIServiceStatusApiregistrationV1Api.replaceAPIServiceStatusWithHttpInfo
(String name, V1APIService body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified APIServiceApiregistrationV1Api.replaceAPIServiceWithHttpInfo
(String name, V1APIService body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified APIServiceCertificatesV1Api.replaceCertificateSigningRequest
(String name, V1CertificateSigningRequest body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CertificateSigningRequestCertificatesV1Api.replaceCertificateSigningRequestApproval
(String name, V1CertificateSigningRequest body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace approval of the specified CertificateSigningRequestokhttp3.Call
CertificatesV1Api.replaceCertificateSigningRequestApprovalAsync
(String name, V1CertificateSigningRequest body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CertificateSigningRequest> _callback) (asynchronously) replace approval of the specified CertificateSigningRequestokhttp3.Call
CertificatesV1Api.replaceCertificateSigningRequestApprovalCall
(String name, V1CertificateSigningRequest body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceCertificateSigningRequestApprovalCertificatesV1Api.replaceCertificateSigningRequestApprovalWithHttpInfo
(String name, V1CertificateSigningRequest body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace approval of the specified CertificateSigningRequestokhttp3.Call
CertificatesV1Api.replaceCertificateSigningRequestAsync
(String name, V1CertificateSigningRequest body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CertificateSigningRequest> _callback) (asynchronously) replace the specified CertificateSigningRequestokhttp3.Call
CertificatesV1Api.replaceCertificateSigningRequestCall
(String name, V1CertificateSigningRequest body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceCertificateSigningRequestCertificatesV1Api.replaceCertificateSigningRequestStatus
(String name, V1CertificateSigningRequest body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified CertificateSigningRequestokhttp3.Call
CertificatesV1Api.replaceCertificateSigningRequestStatusAsync
(String name, V1CertificateSigningRequest body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CertificateSigningRequest> _callback) (asynchronously) replace status of the specified CertificateSigningRequestokhttp3.Call
CertificatesV1Api.replaceCertificateSigningRequestStatusCall
(String name, V1CertificateSigningRequest body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceCertificateSigningRequestStatusCertificatesV1Api.replaceCertificateSigningRequestStatusWithHttpInfo
(String name, V1CertificateSigningRequest body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified CertificateSigningRequestCertificatesV1Api.replaceCertificateSigningRequestWithHttpInfo
(String name, V1CertificateSigningRequest body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CertificateSigningRequestNetworkingV1alpha1Api.replaceClusterCIDR
(String name, V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.replaceClusterCIDRAsync
(String name, V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1ClusterCIDR> _callback) (asynchronously) replace the specified ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.replaceClusterCIDRCall
(String name, V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceClusterCIDRNetworkingV1alpha1Api.replaceClusterCIDRWithHttpInfo
(String name, V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ClusterCIDRCustomObjectsApi.replaceClusterCustomObject
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager) replace the specified cluster scoped custom objectokhttp3.Call
CustomObjectsApi.replaceClusterCustomObjectAsync
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback<Object> _callback) (asynchronously) replace the specified cluster scoped custom objectokhttp3.Call
CustomObjectsApi.replaceClusterCustomObjectCall
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback _callback) Build call for replaceClusterCustomObjectCustomObjectsApi.replaceClusterCustomObjectScale
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager) replace scale of the specified cluster scoped custom objectokhttp3.Call
CustomObjectsApi.replaceClusterCustomObjectScaleAsync
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback<Object> _callback) (asynchronously) replace scale of the specified cluster scoped custom objectokhttp3.Call
CustomObjectsApi.replaceClusterCustomObjectScaleCall
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback _callback) Build call for replaceClusterCustomObjectScaleCustomObjectsApi.replaceClusterCustomObjectScaleWithHttpInfo
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager) replace scale of the specified cluster scoped custom objectCustomObjectsApi.replaceClusterCustomObjectStatus
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager) replace status of the cluster scoped specified custom objectokhttp3.Call
CustomObjectsApi.replaceClusterCustomObjectStatusAsync
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback<Object> _callback) (asynchronously) replace status of the cluster scoped specified custom objectokhttp3.Call
CustomObjectsApi.replaceClusterCustomObjectStatusCall
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback _callback) Build call for replaceClusterCustomObjectStatusCustomObjectsApi.replaceClusterCustomObjectStatusWithHttpInfo
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager) replace status of the cluster scoped specified custom objectCustomObjectsApi.replaceClusterCustomObjectWithHttpInfo
(String group, String version, String plural, String name, Object body, String dryRun, String fieldManager) replace the specified cluster scoped custom objectRbacAuthorizationV1Api.replaceClusterRole
(String name, V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ClusterRoleokhttp3.Call
RbacAuthorizationV1Api.replaceClusterRoleAsync
(String name, V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ClusterRole> _callback) (asynchronously) replace the specified ClusterRoleRbacAuthorizationV1Api.replaceClusterRoleBinding
(String name, V1ClusterRoleBinding body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.replaceClusterRoleBindingAsync
(String name, V1ClusterRoleBinding body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ClusterRoleBinding> _callback) (asynchronously) replace the specified ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.replaceClusterRoleBindingCall
(String name, V1ClusterRoleBinding body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceClusterRoleBindingRbacAuthorizationV1Api.replaceClusterRoleBindingWithHttpInfo
(String name, V1ClusterRoleBinding body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ClusterRoleBindingokhttp3.Call
RbacAuthorizationV1Api.replaceClusterRoleCall
(String name, V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceClusterRoleRbacAuthorizationV1Api.replaceClusterRoleWithHttpInfo
(String name, V1ClusterRole body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ClusterRoleStorageV1Api.replaceCSIDriver
(String name, V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CSIDriverokhttp3.Call
StorageV1Api.replaceCSIDriverAsync
(String name, V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CSIDriver> _callback) (asynchronously) replace the specified CSIDriverokhttp3.Call
StorageV1Api.replaceCSIDriverCall
(String name, V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceCSIDriverStorageV1Api.replaceCSIDriverWithHttpInfo
(String name, V1CSIDriver body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CSIDriverStorageV1Api.replaceCSINode
(String name, V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CSINodeokhttp3.Call
StorageV1Api.replaceCSINodeAsync
(String name, V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CSINode> _callback) (asynchronously) replace the specified CSINodeokhttp3.Call
StorageV1Api.replaceCSINodeCall
(String name, V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceCSINodeStorageV1Api.replaceCSINodeWithHttpInfo
(String name, V1CSINode body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CSINodeApiextensionsV1Api.replaceCustomResourceDefinition
(String name, V1CustomResourceDefinition body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.replaceCustomResourceDefinitionAsync
(String name, V1CustomResourceDefinition body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CustomResourceDefinition> _callback) (asynchronously) replace the specified CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.replaceCustomResourceDefinitionCall
(String name, V1CustomResourceDefinition body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceCustomResourceDefinitionApiextensionsV1Api.replaceCustomResourceDefinitionStatus
(String name, V1CustomResourceDefinition body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.replaceCustomResourceDefinitionStatusAsync
(String name, V1CustomResourceDefinition body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CustomResourceDefinition> _callback) (asynchronously) replace status of the specified CustomResourceDefinitionokhttp3.Call
ApiextensionsV1Api.replaceCustomResourceDefinitionStatusCall
(String name, V1CustomResourceDefinition body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceCustomResourceDefinitionStatusApiextensionsV1Api.replaceCustomResourceDefinitionStatusWithHttpInfo
(String name, V1CustomResourceDefinition body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified CustomResourceDefinitionApiextensionsV1Api.replaceCustomResourceDefinitionWithHttpInfo
(String name, V1CustomResourceDefinition body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CustomResourceDefinitionFlowcontrolApiserverV1beta1Api.replaceFlowSchema
(String name, V1beta1FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified FlowSchemaFlowcontrolApiserverV1beta2Api.replaceFlowSchema
(String name, V1beta2FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.replaceFlowSchemaAsync
(String name, V1beta1FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1FlowSchema> _callback) (asynchronously) replace the specified FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta2Api.replaceFlowSchemaAsync
(String name, V1beta2FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta2FlowSchema> _callback) (asynchronously) replace the specified FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.replaceFlowSchemaCall
(String name, V1beta1FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceFlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta2Api.replaceFlowSchemaCall
(String name, V1beta2FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceFlowSchemaFlowcontrolApiserverV1beta1Api.replaceFlowSchemaStatus
(String name, V1beta1FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified FlowSchemaFlowcontrolApiserverV1beta2Api.replaceFlowSchemaStatus
(String name, V1beta2FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.replaceFlowSchemaStatusAsync
(String name, V1beta1FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1FlowSchema> _callback) (asynchronously) replace status of the specified FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta2Api.replaceFlowSchemaStatusAsync
(String name, V1beta2FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta2FlowSchema> _callback) (asynchronously) replace status of the specified FlowSchemaokhttp3.Call
FlowcontrolApiserverV1beta1Api.replaceFlowSchemaStatusCall
(String name, V1beta1FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceFlowSchemaStatusokhttp3.Call
FlowcontrolApiserverV1beta2Api.replaceFlowSchemaStatusCall
(String name, V1beta2FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceFlowSchemaStatusFlowcontrolApiserverV1beta1Api.replaceFlowSchemaStatusWithHttpInfo
(String name, V1beta1FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified FlowSchemaFlowcontrolApiserverV1beta2Api.replaceFlowSchemaStatusWithHttpInfo
(String name, V1beta2FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified FlowSchemaFlowcontrolApiserverV1beta1Api.replaceFlowSchemaWithHttpInfo
(String name, V1beta1FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified FlowSchemaFlowcontrolApiserverV1beta2Api.replaceFlowSchemaWithHttpInfo
(String name, V1beta2FlowSchema body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified FlowSchemaNetworkingV1Api.replaceIngressClass
(String name, V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified IngressClassokhttp3.Call
NetworkingV1Api.replaceIngressClassAsync
(String name, V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1IngressClass> _callback) (asynchronously) replace the specified IngressClassokhttp3.Call
NetworkingV1Api.replaceIngressClassCall
(String name, V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceIngressClassNetworkingV1Api.replaceIngressClassWithHttpInfo
(String name, V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified IngressClassAdmissionregistrationV1Api.replaceMutatingWebhookConfiguration
(String name, V1MutatingWebhookConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified MutatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.replaceMutatingWebhookConfigurationAsync
(String name, V1MutatingWebhookConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1MutatingWebhookConfiguration> _callback) (asynchronously) replace the specified MutatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.replaceMutatingWebhookConfigurationCall
(String name, V1MutatingWebhookConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceMutatingWebhookConfigurationAdmissionregistrationV1Api.replaceMutatingWebhookConfigurationWithHttpInfo
(String name, V1MutatingWebhookConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified MutatingWebhookConfigurationCoreV1Api.replaceNamespace
(String name, V1Namespace body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified Namespaceokhttp3.Call
CoreV1Api.replaceNamespaceAsync
(String name, V1Namespace body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Namespace> _callback) (asynchronously) replace the specified Namespaceokhttp3.Call
CoreV1Api.replaceNamespaceCall
(String name, V1Namespace body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespaceCoreV1Api.replaceNamespacedConfigMap
(String name, String namespace, V1ConfigMap body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ConfigMapokhttp3.Call
CoreV1Api.replaceNamespacedConfigMapAsync
(String name, String namespace, V1ConfigMap body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ConfigMap> _callback) (asynchronously) replace the specified ConfigMapokhttp3.Call
CoreV1Api.replaceNamespacedConfigMapCall
(String name, String namespace, V1ConfigMap body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedConfigMapCoreV1Api.replaceNamespacedConfigMapWithHttpInfo
(String name, String namespace, V1ConfigMap body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ConfigMapAppsV1Api.replaceNamespacedControllerRevision
(String name, String namespace, V1ControllerRevision body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ControllerRevisionokhttp3.Call
AppsV1Api.replaceNamespacedControllerRevisionAsync
(String name, String namespace, V1ControllerRevision body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ControllerRevision> _callback) (asynchronously) replace the specified ControllerRevisionokhttp3.Call
AppsV1Api.replaceNamespacedControllerRevisionCall
(String name, String namespace, V1ControllerRevision body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedControllerRevisionAppsV1Api.replaceNamespacedControllerRevisionWithHttpInfo
(String name, String namespace, V1ControllerRevision body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ControllerRevisionBatchV1Api.replaceNamespacedCronJob
(String name, String namespace, V1CronJob body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CronJobokhttp3.Call
BatchV1Api.replaceNamespacedCronJobAsync
(String name, String namespace, V1CronJob body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CronJob> _callback) (asynchronously) replace the specified CronJobokhttp3.Call
BatchV1Api.replaceNamespacedCronJobCall
(String name, String namespace, V1CronJob body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedCronJobBatchV1Api.replaceNamespacedCronJobStatus
(String name, String namespace, V1CronJob body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified CronJobokhttp3.Call
BatchV1Api.replaceNamespacedCronJobStatusAsync
(String name, String namespace, V1CronJob body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CronJob> _callback) (asynchronously) replace status of the specified CronJobokhttp3.Call
BatchV1Api.replaceNamespacedCronJobStatusCall
(String name, String namespace, V1CronJob body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedCronJobStatusBatchV1Api.replaceNamespacedCronJobStatusWithHttpInfo
(String name, String namespace, V1CronJob body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified CronJobBatchV1Api.replaceNamespacedCronJobWithHttpInfo
(String name, String namespace, V1CronJob body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CronJobStorageV1Api.replaceNamespacedCSIStorageCapacity
(String name, String namespace, V1CSIStorageCapacity body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CSIStorageCapacityStorageV1beta1Api.replaceNamespacedCSIStorageCapacity
(String name, String namespace, V1beta1CSIStorageCapacity body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CSIStorageCapacityokhttp3.Call
StorageV1Api.replaceNamespacedCSIStorageCapacityAsync
(String name, String namespace, V1CSIStorageCapacity body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1CSIStorageCapacity> _callback) (asynchronously) replace the specified CSIStorageCapacityokhttp3.Call
StorageV1beta1Api.replaceNamespacedCSIStorageCapacityAsync
(String name, String namespace, V1beta1CSIStorageCapacity body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1CSIStorageCapacity> _callback) (asynchronously) replace the specified CSIStorageCapacityokhttp3.Call
StorageV1Api.replaceNamespacedCSIStorageCapacityCall
(String name, String namespace, V1CSIStorageCapacity body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedCSIStorageCapacityokhttp3.Call
StorageV1beta1Api.replaceNamespacedCSIStorageCapacityCall
(String name, String namespace, V1beta1CSIStorageCapacity body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedCSIStorageCapacityStorageV1Api.replaceNamespacedCSIStorageCapacityWithHttpInfo
(String name, String namespace, V1CSIStorageCapacity body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CSIStorageCapacityStorageV1beta1Api.replaceNamespacedCSIStorageCapacityWithHttpInfo
(String name, String namespace, V1beta1CSIStorageCapacity body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified CSIStorageCapacityCustomObjectsApi.replaceNamespacedCustomObject
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager) replace the specified namespace scoped custom objectokhttp3.Call
CustomObjectsApi.replaceNamespacedCustomObjectAsync
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback<Object> _callback) (asynchronously) replace the specified namespace scoped custom objectokhttp3.Call
CustomObjectsApi.replaceNamespacedCustomObjectCall
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback _callback) Build call for replaceNamespacedCustomObjectCustomObjectsApi.replaceNamespacedCustomObjectScale
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager) replace scale of the specified namespace scoped custom objectokhttp3.Call
CustomObjectsApi.replaceNamespacedCustomObjectScaleAsync
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback<Object> _callback) (asynchronously) replace scale of the specified namespace scoped custom objectokhttp3.Call
CustomObjectsApi.replaceNamespacedCustomObjectScaleCall
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback _callback) Build call for replaceNamespacedCustomObjectScaleCustomObjectsApi.replaceNamespacedCustomObjectScaleWithHttpInfo
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager) replace scale of the specified namespace scoped custom objectCustomObjectsApi.replaceNamespacedCustomObjectStatus
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager) replace status of the specified namespace scoped custom objectokhttp3.Call
CustomObjectsApi.replaceNamespacedCustomObjectStatusAsync
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback<Object> _callback) (asynchronously) replace status of the specified namespace scoped custom objectokhttp3.Call
CustomObjectsApi.replaceNamespacedCustomObjectStatusCall
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager, ApiCallback _callback) Build call for replaceNamespacedCustomObjectStatusCustomObjectsApi.replaceNamespacedCustomObjectStatusWithHttpInfo
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager) replace status of the specified namespace scoped custom objectCustomObjectsApi.replaceNamespacedCustomObjectWithHttpInfo
(String group, String version, String namespace, String plural, String name, Object body, String dryRun, String fieldManager) replace the specified namespace scoped custom objectAppsV1Api.replaceNamespacedDaemonSet
(String name, String namespace, V1DaemonSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified DaemonSetokhttp3.Call
AppsV1Api.replaceNamespacedDaemonSetAsync
(String name, String namespace, V1DaemonSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1DaemonSet> _callback) (asynchronously) replace the specified DaemonSetokhttp3.Call
AppsV1Api.replaceNamespacedDaemonSetCall
(String name, String namespace, V1DaemonSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedDaemonSetAppsV1Api.replaceNamespacedDaemonSetStatus
(String name, String namespace, V1DaemonSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified DaemonSetokhttp3.Call
AppsV1Api.replaceNamespacedDaemonSetStatusAsync
(String name, String namespace, V1DaemonSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1DaemonSet> _callback) (asynchronously) replace status of the specified DaemonSetokhttp3.Call
AppsV1Api.replaceNamespacedDaemonSetStatusCall
(String name, String namespace, V1DaemonSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedDaemonSetStatusAppsV1Api.replaceNamespacedDaemonSetStatusWithHttpInfo
(String name, String namespace, V1DaemonSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified DaemonSetAppsV1Api.replaceNamespacedDaemonSetWithHttpInfo
(String name, String namespace, V1DaemonSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified DaemonSetAppsV1Api.replaceNamespacedDeployment
(String name, String namespace, V1Deployment body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified Deploymentokhttp3.Call
AppsV1Api.replaceNamespacedDeploymentAsync
(String name, String namespace, V1Deployment body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Deployment> _callback) (asynchronously) replace the specified Deploymentokhttp3.Call
AppsV1Api.replaceNamespacedDeploymentCall
(String name, String namespace, V1Deployment body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedDeploymentAppsV1Api.replaceNamespacedDeploymentScale
(String name, String namespace, V1Scale body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace scale of the specified Deploymentokhttp3.Call
AppsV1Api.replaceNamespacedDeploymentScaleAsync
(String name, String namespace, V1Scale body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Scale> _callback) (asynchronously) replace scale of the specified Deploymentokhttp3.Call
AppsV1Api.replaceNamespacedDeploymentScaleCall
(String name, String namespace, V1Scale body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedDeploymentScaleAppsV1Api.replaceNamespacedDeploymentScaleWithHttpInfo
(String name, String namespace, V1Scale body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace scale of the specified DeploymentAppsV1Api.replaceNamespacedDeploymentStatus
(String name, String namespace, V1Deployment body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified Deploymentokhttp3.Call
AppsV1Api.replaceNamespacedDeploymentStatusAsync
(String name, String namespace, V1Deployment body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Deployment> _callback) (asynchronously) replace status of the specified Deploymentokhttp3.Call
AppsV1Api.replaceNamespacedDeploymentStatusCall
(String name, String namespace, V1Deployment body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedDeploymentStatusAppsV1Api.replaceNamespacedDeploymentStatusWithHttpInfo
(String name, String namespace, V1Deployment body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified DeploymentAppsV1Api.replaceNamespacedDeploymentWithHttpInfo
(String name, String namespace, V1Deployment body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified DeploymentCoreV1Api.replaceNamespacedEndpoints
(String name, String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified Endpointsokhttp3.Call
CoreV1Api.replaceNamespacedEndpointsAsync
(String name, String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Endpoints> _callback) (asynchronously) replace the specified Endpointsokhttp3.Call
CoreV1Api.replaceNamespacedEndpointsCall
(String name, String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedEndpointsDiscoveryV1Api.replaceNamespacedEndpointSlice
(String name, String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified EndpointSliceokhttp3.Call
DiscoveryV1Api.replaceNamespacedEndpointSliceAsync
(String name, String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1EndpointSlice> _callback) (asynchronously) replace the specified EndpointSliceokhttp3.Call
DiscoveryV1Api.replaceNamespacedEndpointSliceCall
(String name, String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedEndpointSliceDiscoveryV1Api.replaceNamespacedEndpointSliceWithHttpInfo
(String name, String namespace, V1EndpointSlice body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified EndpointSliceCoreV1Api.replaceNamespacedEndpointsWithHttpInfo
(String name, String namespace, V1Endpoints body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified EndpointsCoreV1Api.replaceNamespacedEvent
(String name, String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified EventEventsV1Api.replaceNamespacedEvent
(String name, String namespace, EventsV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified Eventokhttp3.Call
CoreV1Api.replaceNamespacedEventAsync
(String name, String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<CoreV1Event> _callback) (asynchronously) replace the specified Eventokhttp3.Call
EventsV1Api.replaceNamespacedEventAsync
(String name, String namespace, EventsV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<EventsV1Event> _callback) (asynchronously) replace the specified Eventokhttp3.Call
CoreV1Api.replaceNamespacedEventCall
(String name, String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedEventokhttp3.Call
EventsV1Api.replaceNamespacedEventCall
(String name, String namespace, EventsV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedEventCoreV1Api.replaceNamespacedEventWithHttpInfo
(String name, String namespace, CoreV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified EventEventsV1Api.replaceNamespacedEventWithHttpInfo
(String name, String namespace, EventsV1Event body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified EventAutoscalingV1Api.replaceNamespacedHorizontalPodAutoscaler
(String name, String namespace, V1HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified HorizontalPodAutoscalerAutoscalingV2Api.replaceNamespacedHorizontalPodAutoscaler
(String name, String namespace, V2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified HorizontalPodAutoscalerAutoscalingV2beta2Api.replaceNamespacedHorizontalPodAutoscaler
(String name, String namespace, V2beta2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerAsync
(String name, String namespace, V1HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1HorizontalPodAutoscaler> _callback) (asynchronously) replace the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2Api.replaceNamespacedHorizontalPodAutoscalerAsync
(String name, String namespace, V2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V2HorizontalPodAutoscaler> _callback) (asynchronously) replace the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2beta2Api.replaceNamespacedHorizontalPodAutoscalerAsync
(String name, String namespace, V2beta2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V2beta2HorizontalPodAutoscaler> _callback) (asynchronously) replace the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerCall
(String name, String namespace, V1HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedHorizontalPodAutoscalerokhttp3.Call
AutoscalingV2Api.replaceNamespacedHorizontalPodAutoscalerCall
(String name, String namespace, V2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedHorizontalPodAutoscalerokhttp3.Call
AutoscalingV2beta2Api.replaceNamespacedHorizontalPodAutoscalerCall
(String name, String namespace, V2beta2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedHorizontalPodAutoscalerAutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerStatus
(String name, String namespace, V1HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified HorizontalPodAutoscalerAutoscalingV2Api.replaceNamespacedHorizontalPodAutoscalerStatus
(String name, String namespace, V2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified HorizontalPodAutoscalerAutoscalingV2beta2Api.replaceNamespacedHorizontalPodAutoscalerStatus
(String name, String namespace, V2beta2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerStatusAsync
(String name, String namespace, V1HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1HorizontalPodAutoscaler> _callback) (asynchronously) replace status of the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2Api.replaceNamespacedHorizontalPodAutoscalerStatusAsync
(String name, String namespace, V2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V2HorizontalPodAutoscaler> _callback) (asynchronously) replace status of the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV2beta2Api.replaceNamespacedHorizontalPodAutoscalerStatusAsync
(String name, String namespace, V2beta2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V2beta2HorizontalPodAutoscaler> _callback) (asynchronously) replace status of the specified HorizontalPodAutoscalerokhttp3.Call
AutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerStatusCall
(String name, String namespace, V1HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedHorizontalPodAutoscalerStatusokhttp3.Call
AutoscalingV2Api.replaceNamespacedHorizontalPodAutoscalerStatusCall
(String name, String namespace, V2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedHorizontalPodAutoscalerStatusokhttp3.Call
AutoscalingV2beta2Api.replaceNamespacedHorizontalPodAutoscalerStatusCall
(String name, String namespace, V2beta2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedHorizontalPodAutoscalerStatusAutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerStatusWithHttpInfo
(String name, String namespace, V1HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified HorizontalPodAutoscalerAutoscalingV2Api.replaceNamespacedHorizontalPodAutoscalerStatusWithHttpInfo
(String name, String namespace, V2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified HorizontalPodAutoscalerAutoscalingV2beta2Api.replaceNamespacedHorizontalPodAutoscalerStatusWithHttpInfo
(String name, String namespace, V2beta2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified HorizontalPodAutoscalerAutoscalingV1Api.replaceNamespacedHorizontalPodAutoscalerWithHttpInfo
(String name, String namespace, V1HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified HorizontalPodAutoscalerAutoscalingV2Api.replaceNamespacedHorizontalPodAutoscalerWithHttpInfo
(String name, String namespace, V2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified HorizontalPodAutoscalerAutoscalingV2beta2Api.replaceNamespacedHorizontalPodAutoscalerWithHttpInfo
(String name, String namespace, V2beta2HorizontalPodAutoscaler body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified HorizontalPodAutoscalerNetworkingV1Api.replaceNamespacedIngress
(String name, String namespace, V1Ingress body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified Ingressokhttp3.Call
NetworkingV1Api.replaceNamespacedIngressAsync
(String name, String namespace, V1Ingress body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Ingress> _callback) (asynchronously) replace the specified Ingressokhttp3.Call
NetworkingV1Api.replaceNamespacedIngressCall
(String name, String namespace, V1Ingress body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedIngressNetworkingV1Api.replaceNamespacedIngressStatus
(String name, String namespace, V1Ingress body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified Ingressokhttp3.Call
NetworkingV1Api.replaceNamespacedIngressStatusAsync
(String name, String namespace, V1Ingress body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Ingress> _callback) (asynchronously) replace status of the specified Ingressokhttp3.Call
NetworkingV1Api.replaceNamespacedIngressStatusCall
(String name, String namespace, V1Ingress body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedIngressStatusNetworkingV1Api.replaceNamespacedIngressStatusWithHttpInfo
(String name, String namespace, V1Ingress body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified IngressNetworkingV1Api.replaceNamespacedIngressWithHttpInfo
(String name, String namespace, V1Ingress body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified IngressBatchV1Api.replaceNamespacedJob
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified Jobokhttp3.Call
BatchV1Api.replaceNamespacedJobAsync
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Job> _callback) (asynchronously) replace the specified Jobokhttp3.Call
BatchV1Api.replaceNamespacedJobCall
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedJobBatchV1Api.replaceNamespacedJobStatus
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified Jobokhttp3.Call
BatchV1Api.replaceNamespacedJobStatusAsync
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Job> _callback) (asynchronously) replace status of the specified Jobokhttp3.Call
BatchV1Api.replaceNamespacedJobStatusCall
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedJobStatusBatchV1Api.replaceNamespacedJobStatusWithHttpInfo
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified JobBatchV1Api.replaceNamespacedJobWithHttpInfo
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified JobCoordinationV1Api.replaceNamespacedLease
(String name, String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified Leaseokhttp3.Call
CoordinationV1Api.replaceNamespacedLeaseAsync
(String name, String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Lease> _callback) (asynchronously) replace the specified Leaseokhttp3.Call
CoordinationV1Api.replaceNamespacedLeaseCall
(String name, String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedLeaseCoordinationV1Api.replaceNamespacedLeaseWithHttpInfo
(String name, String namespace, V1Lease body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified LeaseCoreV1Api.replaceNamespacedLimitRange
(String name, String namespace, V1LimitRange body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified LimitRangeokhttp3.Call
CoreV1Api.replaceNamespacedLimitRangeAsync
(String name, String namespace, V1LimitRange body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1LimitRange> _callback) (asynchronously) replace the specified LimitRangeokhttp3.Call
CoreV1Api.replaceNamespacedLimitRangeCall
(String name, String namespace, V1LimitRange body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedLimitRangeCoreV1Api.replaceNamespacedLimitRangeWithHttpInfo
(String name, String namespace, V1LimitRange body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified LimitRangeNetworkingV1Api.replaceNamespacedNetworkPolicy
(String name, String namespace, V1NetworkPolicy body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified NetworkPolicyokhttp3.Call
NetworkingV1Api.replaceNamespacedNetworkPolicyAsync
(String name, String namespace, V1NetworkPolicy body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1NetworkPolicy> _callback) (asynchronously) replace the specified NetworkPolicyokhttp3.Call
NetworkingV1Api.replaceNamespacedNetworkPolicyCall
(String name, String namespace, V1NetworkPolicy body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedNetworkPolicyNetworkingV1Api.replaceNamespacedNetworkPolicyStatus
(String name, String namespace, V1NetworkPolicy body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified NetworkPolicyokhttp3.Call
NetworkingV1Api.replaceNamespacedNetworkPolicyStatusAsync
(String name, String namespace, V1NetworkPolicy body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1NetworkPolicy> _callback) (asynchronously) replace status of the specified NetworkPolicyokhttp3.Call
NetworkingV1Api.replaceNamespacedNetworkPolicyStatusCall
(String name, String namespace, V1NetworkPolicy body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedNetworkPolicyStatusNetworkingV1Api.replaceNamespacedNetworkPolicyStatusWithHttpInfo
(String name, String namespace, V1NetworkPolicy body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified NetworkPolicyNetworkingV1Api.replaceNamespacedNetworkPolicyWithHttpInfo
(String name, String namespace, V1NetworkPolicy body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified NetworkPolicyCoreV1Api.replaceNamespacedPersistentVolumeClaim
(String name, String namespace, V1PersistentVolumeClaim body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PersistentVolumeClaimokhttp3.Call
CoreV1Api.replaceNamespacedPersistentVolumeClaimAsync
(String name, String namespace, V1PersistentVolumeClaim body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PersistentVolumeClaim> _callback) (asynchronously) replace the specified PersistentVolumeClaimokhttp3.Call
CoreV1Api.replaceNamespacedPersistentVolumeClaimCall
(String name, String namespace, V1PersistentVolumeClaim body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedPersistentVolumeClaimCoreV1Api.replaceNamespacedPersistentVolumeClaimStatus
(String name, String namespace, V1PersistentVolumeClaim body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified PersistentVolumeClaimokhttp3.Call
CoreV1Api.replaceNamespacedPersistentVolumeClaimStatusAsync
(String name, String namespace, V1PersistentVolumeClaim body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PersistentVolumeClaim> _callback) (asynchronously) replace status of the specified PersistentVolumeClaimokhttp3.Call
CoreV1Api.replaceNamespacedPersistentVolumeClaimStatusCall
(String name, String namespace, V1PersistentVolumeClaim body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedPersistentVolumeClaimStatusCoreV1Api.replaceNamespacedPersistentVolumeClaimStatusWithHttpInfo
(String name, String namespace, V1PersistentVolumeClaim body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified PersistentVolumeClaimCoreV1Api.replaceNamespacedPersistentVolumeClaimWithHttpInfo
(String name, String namespace, V1PersistentVolumeClaim body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PersistentVolumeClaimCoreV1Api.replaceNamespacedPod
(String name, String namespace, V1Pod body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified Podokhttp3.Call
CoreV1Api.replaceNamespacedPodAsync
(String name, String namespace, V1Pod body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Pod> _callback) (asynchronously) replace the specified Podokhttp3.Call
CoreV1Api.replaceNamespacedPodCall
(String name, String namespace, V1Pod body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedPodPolicyV1Api.replaceNamespacedPodDisruptionBudget
(String name, String namespace, V1PodDisruptionBudget body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PodDisruptionBudgetokhttp3.Call
PolicyV1Api.replaceNamespacedPodDisruptionBudgetAsync
(String name, String namespace, V1PodDisruptionBudget body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PodDisruptionBudget> _callback) (asynchronously) replace the specified PodDisruptionBudgetokhttp3.Call
PolicyV1Api.replaceNamespacedPodDisruptionBudgetCall
(String name, String namespace, V1PodDisruptionBudget body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedPodDisruptionBudgetPolicyV1Api.replaceNamespacedPodDisruptionBudgetStatus
(String name, String namespace, V1PodDisruptionBudget body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified PodDisruptionBudgetokhttp3.Call
PolicyV1Api.replaceNamespacedPodDisruptionBudgetStatusAsync
(String name, String namespace, V1PodDisruptionBudget body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PodDisruptionBudget> _callback) (asynchronously) replace status of the specified PodDisruptionBudgetokhttp3.Call
PolicyV1Api.replaceNamespacedPodDisruptionBudgetStatusCall
(String name, String namespace, V1PodDisruptionBudget body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedPodDisruptionBudgetStatusPolicyV1Api.replaceNamespacedPodDisruptionBudgetStatusWithHttpInfo
(String name, String namespace, V1PodDisruptionBudget body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified PodDisruptionBudgetPolicyV1Api.replaceNamespacedPodDisruptionBudgetWithHttpInfo
(String name, String namespace, V1PodDisruptionBudget body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PodDisruptionBudgetCoreV1Api.replaceNamespacedPodEphemeralcontainers
(String name, String namespace, V1Pod body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace ephemeralcontainers of the specified Podokhttp3.Call
CoreV1Api.replaceNamespacedPodEphemeralcontainersAsync
(String name, String namespace, V1Pod body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Pod> _callback) (asynchronously) replace ephemeralcontainers of the specified Podokhttp3.Call
CoreV1Api.replaceNamespacedPodEphemeralcontainersCall
(String name, String namespace, V1Pod body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedPodEphemeralcontainersCoreV1Api.replaceNamespacedPodEphemeralcontainersWithHttpInfo
(String name, String namespace, V1Pod body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace ephemeralcontainers of the specified PodCoreV1Api.replaceNamespacedPodStatus
(String name, String namespace, V1Pod body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified Podokhttp3.Call
CoreV1Api.replaceNamespacedPodStatusAsync
(String name, String namespace, V1Pod body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Pod> _callback) (asynchronously) replace status of the specified Podokhttp3.Call
CoreV1Api.replaceNamespacedPodStatusCall
(String name, String namespace, V1Pod body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedPodStatusCoreV1Api.replaceNamespacedPodStatusWithHttpInfo
(String name, String namespace, V1Pod body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified PodCoreV1Api.replaceNamespacedPodTemplate
(String name, String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PodTemplateokhttp3.Call
CoreV1Api.replaceNamespacedPodTemplateAsync
(String name, String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PodTemplate> _callback) (asynchronously) replace the specified PodTemplateokhttp3.Call
CoreV1Api.replaceNamespacedPodTemplateCall
(String name, String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedPodTemplateCoreV1Api.replaceNamespacedPodTemplateWithHttpInfo
(String name, String namespace, V1PodTemplate body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PodTemplateCoreV1Api.replaceNamespacedPodWithHttpInfo
(String name, String namespace, V1Pod body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PodAppsV1Api.replaceNamespacedReplicaSet
(String name, String namespace, V1ReplicaSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ReplicaSetokhttp3.Call
AppsV1Api.replaceNamespacedReplicaSetAsync
(String name, String namespace, V1ReplicaSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ReplicaSet> _callback) (asynchronously) replace the specified ReplicaSetokhttp3.Call
AppsV1Api.replaceNamespacedReplicaSetCall
(String name, String namespace, V1ReplicaSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedReplicaSetAppsV1Api.replaceNamespacedReplicaSetScale
(String name, String namespace, V1Scale body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace scale of the specified ReplicaSetokhttp3.Call
AppsV1Api.replaceNamespacedReplicaSetScaleAsync
(String name, String namespace, V1Scale body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Scale> _callback) (asynchronously) replace scale of the specified ReplicaSetokhttp3.Call
AppsV1Api.replaceNamespacedReplicaSetScaleCall
(String name, String namespace, V1Scale body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedReplicaSetScaleAppsV1Api.replaceNamespacedReplicaSetScaleWithHttpInfo
(String name, String namespace, V1Scale body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace scale of the specified ReplicaSetAppsV1Api.replaceNamespacedReplicaSetStatus
(String name, String namespace, V1ReplicaSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified ReplicaSetokhttp3.Call
AppsV1Api.replaceNamespacedReplicaSetStatusAsync
(String name, String namespace, V1ReplicaSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ReplicaSet> _callback) (asynchronously) replace status of the specified ReplicaSetokhttp3.Call
AppsV1Api.replaceNamespacedReplicaSetStatusCall
(String name, String namespace, V1ReplicaSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedReplicaSetStatusAppsV1Api.replaceNamespacedReplicaSetStatusWithHttpInfo
(String name, String namespace, V1ReplicaSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified ReplicaSetAppsV1Api.replaceNamespacedReplicaSetWithHttpInfo
(String name, String namespace, V1ReplicaSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ReplicaSetCoreV1Api.replaceNamespacedReplicationController
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ReplicationControllerokhttp3.Call
CoreV1Api.replaceNamespacedReplicationControllerAsync
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ReplicationController> _callback) (asynchronously) replace the specified ReplicationControllerokhttp3.Call
CoreV1Api.replaceNamespacedReplicationControllerCall
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedReplicationControllerCoreV1Api.replaceNamespacedReplicationControllerScale
(String name, String namespace, V1Scale body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace scale of the specified ReplicationControllerokhttp3.Call
CoreV1Api.replaceNamespacedReplicationControllerScaleAsync
(String name, String namespace, V1Scale body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Scale> _callback) (asynchronously) replace scale of the specified ReplicationControllerokhttp3.Call
CoreV1Api.replaceNamespacedReplicationControllerScaleCall
(String name, String namespace, V1Scale body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedReplicationControllerScaleCoreV1Api.replaceNamespacedReplicationControllerScaleWithHttpInfo
(String name, String namespace, V1Scale body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace scale of the specified ReplicationControllerCoreV1Api.replaceNamespacedReplicationControllerStatus
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified ReplicationControllerokhttp3.Call
CoreV1Api.replaceNamespacedReplicationControllerStatusAsync
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ReplicationController> _callback) (asynchronously) replace status of the specified ReplicationControllerokhttp3.Call
CoreV1Api.replaceNamespacedReplicationControllerStatusCall
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedReplicationControllerStatusCoreV1Api.replaceNamespacedReplicationControllerStatusWithHttpInfo
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified ReplicationControllerCoreV1Api.replaceNamespacedReplicationControllerWithHttpInfo
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ReplicationControllerCoreV1Api.replaceNamespacedResourceQuota
(String name, String namespace, V1ResourceQuota body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ResourceQuotaokhttp3.Call
CoreV1Api.replaceNamespacedResourceQuotaAsync
(String name, String namespace, V1ResourceQuota body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ResourceQuota> _callback) (asynchronously) replace the specified ResourceQuotaokhttp3.Call
CoreV1Api.replaceNamespacedResourceQuotaCall
(String name, String namespace, V1ResourceQuota body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedResourceQuotaCoreV1Api.replaceNamespacedResourceQuotaStatus
(String name, String namespace, V1ResourceQuota body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified ResourceQuotaokhttp3.Call
CoreV1Api.replaceNamespacedResourceQuotaStatusAsync
(String name, String namespace, V1ResourceQuota body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ResourceQuota> _callback) (asynchronously) replace status of the specified ResourceQuotaokhttp3.Call
CoreV1Api.replaceNamespacedResourceQuotaStatusCall
(String name, String namespace, V1ResourceQuota body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedResourceQuotaStatusCoreV1Api.replaceNamespacedResourceQuotaStatusWithHttpInfo
(String name, String namespace, V1ResourceQuota body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified ResourceQuotaCoreV1Api.replaceNamespacedResourceQuotaWithHttpInfo
(String name, String namespace, V1ResourceQuota body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ResourceQuotaRbacAuthorizationV1Api.replaceNamespacedRole
(String name, String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified Roleokhttp3.Call
RbacAuthorizationV1Api.replaceNamespacedRoleAsync
(String name, String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Role> _callback) (asynchronously) replace the specified RoleRbacAuthorizationV1Api.replaceNamespacedRoleBinding
(String name, String namespace, V1RoleBinding body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified RoleBindingokhttp3.Call
RbacAuthorizationV1Api.replaceNamespacedRoleBindingAsync
(String name, String namespace, V1RoleBinding body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1RoleBinding> _callback) (asynchronously) replace the specified RoleBindingokhttp3.Call
RbacAuthorizationV1Api.replaceNamespacedRoleBindingCall
(String name, String namespace, V1RoleBinding body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedRoleBindingRbacAuthorizationV1Api.replaceNamespacedRoleBindingWithHttpInfo
(String name, String namespace, V1RoleBinding body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified RoleBindingokhttp3.Call
RbacAuthorizationV1Api.replaceNamespacedRoleCall
(String name, String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedRoleRbacAuthorizationV1Api.replaceNamespacedRoleWithHttpInfo
(String name, String namespace, V1Role body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified RoleCoreV1Api.replaceNamespacedSecret
(String name, String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified Secretokhttp3.Call
CoreV1Api.replaceNamespacedSecretAsync
(String name, String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Secret> _callback) (asynchronously) replace the specified Secretokhttp3.Call
CoreV1Api.replaceNamespacedSecretCall
(String name, String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedSecretCoreV1Api.replaceNamespacedSecretWithHttpInfo
(String name, String namespace, V1Secret body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified SecretCoreV1Api.replaceNamespacedService
(String name, String namespace, V1Service body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ServiceCoreV1Api.replaceNamespacedServiceAccount
(String name, String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ServiceAccountokhttp3.Call
CoreV1Api.replaceNamespacedServiceAccountAsync
(String name, String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ServiceAccount> _callback) (asynchronously) replace the specified ServiceAccountokhttp3.Call
CoreV1Api.replaceNamespacedServiceAccountCall
(String name, String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedServiceAccountCoreV1Api.replaceNamespacedServiceAccountWithHttpInfo
(String name, String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ServiceAccountokhttp3.Call
CoreV1Api.replaceNamespacedServiceAsync
(String name, String namespace, V1Service body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Service> _callback) (asynchronously) replace the specified Serviceokhttp3.Call
CoreV1Api.replaceNamespacedServiceCall
(String name, String namespace, V1Service body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedServiceCoreV1Api.replaceNamespacedServiceStatus
(String name, String namespace, V1Service body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified Serviceokhttp3.Call
CoreV1Api.replaceNamespacedServiceStatusAsync
(String name, String namespace, V1Service body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Service> _callback) (asynchronously) replace status of the specified Serviceokhttp3.Call
CoreV1Api.replaceNamespacedServiceStatusCall
(String name, String namespace, V1Service body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedServiceStatusCoreV1Api.replaceNamespacedServiceStatusWithHttpInfo
(String name, String namespace, V1Service body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified ServiceCoreV1Api.replaceNamespacedServiceWithHttpInfo
(String name, String namespace, V1Service body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ServiceAppsV1Api.replaceNamespacedStatefulSet
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified StatefulSetokhttp3.Call
AppsV1Api.replaceNamespacedStatefulSetAsync
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1StatefulSet> _callback) (asynchronously) replace the specified StatefulSetokhttp3.Call
AppsV1Api.replaceNamespacedStatefulSetCall
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedStatefulSetAppsV1Api.replaceNamespacedStatefulSetScale
(String name, String namespace, V1Scale body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace scale of the specified StatefulSetokhttp3.Call
AppsV1Api.replaceNamespacedStatefulSetScaleAsync
(String name, String namespace, V1Scale body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Scale> _callback) (asynchronously) replace scale of the specified StatefulSetokhttp3.Call
AppsV1Api.replaceNamespacedStatefulSetScaleCall
(String name, String namespace, V1Scale body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedStatefulSetScaleAppsV1Api.replaceNamespacedStatefulSetScaleWithHttpInfo
(String name, String namespace, V1Scale body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace scale of the specified StatefulSetAppsV1Api.replaceNamespacedStatefulSetStatus
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified StatefulSetokhttp3.Call
AppsV1Api.replaceNamespacedStatefulSetStatusAsync
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1StatefulSet> _callback) (asynchronously) replace status of the specified StatefulSetokhttp3.Call
AppsV1Api.replaceNamespacedStatefulSetStatusCall
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedStatefulSetStatusAppsV1Api.replaceNamespacedStatefulSetStatusWithHttpInfo
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified StatefulSetAppsV1Api.replaceNamespacedStatefulSetWithHttpInfo
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified StatefulSetCoreV1Api.replaceNamespaceFinalize
(String name, V1Namespace body, String dryRun, String fieldManager, String fieldValidation, String pretty) replace finalize of the specified Namespaceokhttp3.Call
CoreV1Api.replaceNamespaceFinalizeAsync
(String name, V1Namespace body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<V1Namespace> _callback) (asynchronously) replace finalize of the specified Namespaceokhttp3.Call
CoreV1Api.replaceNamespaceFinalizeCall
(String name, V1Namespace body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback _callback) Build call for replaceNamespaceFinalizeCoreV1Api.replaceNamespaceFinalizeWithHttpInfo
(String name, V1Namespace body, String dryRun, String fieldManager, String fieldValidation, String pretty) replace finalize of the specified NamespaceCoreV1Api.replaceNamespaceStatus
(String name, V1Namespace body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified Namespaceokhttp3.Call
CoreV1Api.replaceNamespaceStatusAsync
(String name, V1Namespace body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Namespace> _callback) (asynchronously) replace status of the specified Namespaceokhttp3.Call
CoreV1Api.replaceNamespaceStatusCall
(String name, V1Namespace body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespaceStatusCoreV1Api.replaceNamespaceStatusWithHttpInfo
(String name, V1Namespace body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified NamespaceCoreV1Api.replaceNamespaceWithHttpInfo
(String name, V1Namespace body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified NamespaceCoreV1Api.replaceNode
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified Nodeokhttp3.Call
CoreV1Api.replaceNodeAsync
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Node> _callback) (asynchronously) replace the specified Nodeokhttp3.Call
CoreV1Api.replaceNodeCall
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNodeCoreV1Api.replaceNodeStatus
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified Nodeokhttp3.Call
CoreV1Api.replaceNodeStatusAsync
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Node> _callback) (asynchronously) replace status of the specified Nodeokhttp3.Call
CoreV1Api.replaceNodeStatusCall
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNodeStatusCoreV1Api.replaceNodeStatusWithHttpInfo
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified NodeCoreV1Api.replaceNodeWithHttpInfo
(String name, V1Node body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified NodeCoreV1Api.replacePersistentVolume
(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PersistentVolumeokhttp3.Call
CoreV1Api.replacePersistentVolumeAsync
(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PersistentVolume> _callback) (asynchronously) replace the specified PersistentVolumeokhttp3.Call
CoreV1Api.replacePersistentVolumeCall
(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replacePersistentVolumeCoreV1Api.replacePersistentVolumeStatus
(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified PersistentVolumeokhttp3.Call
CoreV1Api.replacePersistentVolumeStatusAsync
(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PersistentVolume> _callback) (asynchronously) replace status of the specified PersistentVolumeokhttp3.Call
CoreV1Api.replacePersistentVolumeStatusCall
(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replacePersistentVolumeStatusCoreV1Api.replacePersistentVolumeStatusWithHttpInfo
(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified PersistentVolumeCoreV1Api.replacePersistentVolumeWithHttpInfo
(String name, V1PersistentVolume body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PersistentVolumeSchedulingV1Api.replacePriorityClass
(String name, V1PriorityClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PriorityClassokhttp3.Call
SchedulingV1Api.replacePriorityClassAsync
(String name, V1PriorityClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1PriorityClass> _callback) (asynchronously) replace the specified PriorityClassokhttp3.Call
SchedulingV1Api.replacePriorityClassCall
(String name, V1PriorityClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replacePriorityClassSchedulingV1Api.replacePriorityClassWithHttpInfo
(String name, V1PriorityClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PriorityClassFlowcontrolApiserverV1beta1Api.replacePriorityLevelConfiguration
(String name, V1beta1PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.replacePriorityLevelConfiguration
(String name, V1beta2PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.replacePriorityLevelConfigurationAsync
(String name, V1beta1PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1PriorityLevelConfiguration> _callback) (asynchronously) replace the specified PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta2Api.replacePriorityLevelConfigurationAsync
(String name, V1beta2PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta2PriorityLevelConfiguration> _callback) (asynchronously) replace the specified PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.replacePriorityLevelConfigurationCall
(String name, V1beta1PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replacePriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta2Api.replacePriorityLevelConfigurationCall
(String name, V1beta2PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replacePriorityLevelConfigurationFlowcontrolApiserverV1beta1Api.replacePriorityLevelConfigurationStatus
(String name, V1beta1PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.replacePriorityLevelConfigurationStatus
(String name, V1beta2PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.replacePriorityLevelConfigurationStatusAsync
(String name, V1beta1PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta1PriorityLevelConfiguration> _callback) (asynchronously) replace status of the specified PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta2Api.replacePriorityLevelConfigurationStatusAsync
(String name, V1beta2PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1beta2PriorityLevelConfiguration> _callback) (asynchronously) replace status of the specified PriorityLevelConfigurationokhttp3.Call
FlowcontrolApiserverV1beta1Api.replacePriorityLevelConfigurationStatusCall
(String name, V1beta1PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replacePriorityLevelConfigurationStatusokhttp3.Call
FlowcontrolApiserverV1beta2Api.replacePriorityLevelConfigurationStatusCall
(String name, V1beta2PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replacePriorityLevelConfigurationStatusFlowcontrolApiserverV1beta1Api.replacePriorityLevelConfigurationStatusWithHttpInfo
(String name, V1beta1PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.replacePriorityLevelConfigurationStatusWithHttpInfo
(String name, V1beta2PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified PriorityLevelConfigurationFlowcontrolApiserverV1beta1Api.replacePriorityLevelConfigurationWithHttpInfo
(String name, V1beta1PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PriorityLevelConfigurationFlowcontrolApiserverV1beta2Api.replacePriorityLevelConfigurationWithHttpInfo
(String name, V1beta2PriorityLevelConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified PriorityLevelConfigurationNodeV1Api.replaceRuntimeClass
(String name, V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified RuntimeClassokhttp3.Call
NodeV1Api.replaceRuntimeClassAsync
(String name, V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1RuntimeClass> _callback) (asynchronously) replace the specified RuntimeClassokhttp3.Call
NodeV1Api.replaceRuntimeClassCall
(String name, V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceRuntimeClassNodeV1Api.replaceRuntimeClassWithHttpInfo
(String name, V1RuntimeClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified RuntimeClassStorageV1Api.replaceStorageClass
(String name, V1StorageClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified StorageClassokhttp3.Call
StorageV1Api.replaceStorageClassAsync
(String name, V1StorageClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1StorageClass> _callback) (asynchronously) replace the specified StorageClassokhttp3.Call
StorageV1Api.replaceStorageClassCall
(String name, V1StorageClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceStorageClassStorageV1Api.replaceStorageClassWithHttpInfo
(String name, V1StorageClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified StorageClassInternalApiserverV1alpha1Api.replaceStorageVersion
(String name, V1alpha1StorageVersion body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.replaceStorageVersionAsync
(String name, V1alpha1StorageVersion body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1StorageVersion> _callback) (asynchronously) replace the specified StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.replaceStorageVersionCall
(String name, V1alpha1StorageVersion body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceStorageVersionInternalApiserverV1alpha1Api.replaceStorageVersionStatus
(String name, V1alpha1StorageVersion body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.replaceStorageVersionStatusAsync
(String name, V1alpha1StorageVersion body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1StorageVersion> _callback) (asynchronously) replace status of the specified StorageVersionokhttp3.Call
InternalApiserverV1alpha1Api.replaceStorageVersionStatusCall
(String name, V1alpha1StorageVersion body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceStorageVersionStatusInternalApiserverV1alpha1Api.replaceStorageVersionStatusWithHttpInfo
(String name, V1alpha1StorageVersion body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified StorageVersionInternalApiserverV1alpha1Api.replaceStorageVersionWithHttpInfo
(String name, V1alpha1StorageVersion body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified StorageVersionAdmissionregistrationV1Api.replaceValidatingWebhookConfiguration
(String name, V1ValidatingWebhookConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ValidatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.replaceValidatingWebhookConfigurationAsync
(String name, V1ValidatingWebhookConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ValidatingWebhookConfiguration> _callback) (asynchronously) replace the specified ValidatingWebhookConfigurationokhttp3.Call
AdmissionregistrationV1Api.replaceValidatingWebhookConfigurationCall
(String name, V1ValidatingWebhookConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceValidatingWebhookConfigurationAdmissionregistrationV1Api.replaceValidatingWebhookConfigurationWithHttpInfo
(String name, V1ValidatingWebhookConfiguration body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ValidatingWebhookConfigurationStorageV1Api.replaceVolumeAttachment
(String name, V1VolumeAttachment body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified VolumeAttachmentokhttp3.Call
StorageV1Api.replaceVolumeAttachmentAsync
(String name, V1VolumeAttachment body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1VolumeAttachment> _callback) (asynchronously) replace the specified VolumeAttachmentokhttp3.Call
StorageV1Api.replaceVolumeAttachmentCall
(String name, V1VolumeAttachment body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceVolumeAttachmentStorageV1Api.replaceVolumeAttachmentStatus
(String name, V1VolumeAttachment body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified VolumeAttachmentokhttp3.Call
StorageV1Api.replaceVolumeAttachmentStatusAsync
(String name, V1VolumeAttachment body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1VolumeAttachment> _callback) (asynchronously) replace status of the specified VolumeAttachmentokhttp3.Call
StorageV1Api.replaceVolumeAttachmentStatusCall
(String name, V1VolumeAttachment body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceVolumeAttachmentStatusStorageV1Api.replaceVolumeAttachmentStatusWithHttpInfo
(String name, V1VolumeAttachment body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified VolumeAttachmentStorageV1Api.replaceVolumeAttachmentWithHttpInfo
(String name, V1VolumeAttachment body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified VolumeAttachment