Uses of Class
io.kubernetes.client.util.generic.KubernetesApiResponse
Packages that use KubernetesApiResponse
-
Uses of KubernetesApiResponse in io.kubernetes.client.util.generic
Methods in io.kubernetes.client.util.generic that return KubernetesApiResponseModifier and TypeMethodDescriptionCreate kubernetes api response, if the namespace in the object is present, it will send a namespace-scoped requests, vice versa.GenericKubernetesApi.create
(ApiType object, CreateOptions createOptions) Create kubernetes api response.GenericKubernetesApi.create
(String namespace, ApiType object, CreateOptions createOptions) Delete kubernetes api response.GenericKubernetesApi.delete
(String name, DeleteOptions deleteOptions) Delete kubernetes api response.Delete kubernetes api response under the namespace.GenericKubernetesApi.delete
(String namespace, String name, DeleteOptions deleteOptions) Delete kubernetes api response.Get kubernetes api response.GenericKubernetesApi.get
(String name, GetOptions getOptions) Get kubernetes api response.Get kubernetes api response under the namespace.GenericKubernetesApi.get
(String namespace, String name, GetOptions getOptions) Get kubernetes api response.GenericKubernetesApi.list()
List kubernetes api response cluster-scoped.GenericKubernetesApi.list
(ListOptions listOptions) List kubernetes api response.List kubernetes api response under the namespace.GenericKubernetesApi.list
(String namespace, ListOptions listOptions) List kubernetes api response.KubernetesApiResponse.onFailure
(KubernetesApiResponse.ErrorStatusHandler errorStatusHandler) Calling errorStatusHandler upon errors from server..GenericKubernetesApi.patch
(String name, String patchType, io.kubernetes.client.custom.V1Patch patch) Patch kubernetes api response.GenericKubernetesApi.patch
(String name, String patchType, io.kubernetes.client.custom.V1Patch patch, PatchOptions patchOptions) Patch kubernetes api response.GenericKubernetesApi.patch
(String namespace, String name, String patchType, io.kubernetes.client.custom.V1Patch patch) Patch kubernetes api response under the namespace.GenericKubernetesApi.patch
(String namespace, String name, String patchType, io.kubernetes.client.custom.V1Patch patch, PatchOptions patchOptions) Patch kubernetes api response.KubernetesApiResponse.throwsApiException()
Throws api exception kubernetes api response on failure.Create kubernetes api response, if the namespace in the object is present, it will send a namespace-scoped requests, vice versa.GenericKubernetesApi.update
(ApiType object, UpdateOptions updateOptions) Update kubernetes api response.GenericKubernetesApi.updateStatus
(ApiType object, Function<ApiType, Object> status) Create kubernetes api response, if the namespace in the object is present, it will send a namespace-scoped requests, vice versa.GenericKubernetesApi.updateStatus
(ApiType object, Function<ApiType, Object> status, UpdateOptions updateOptions) Update status of kubernetes api response.