Package | Description |
---|---|
io.kubernetes.client.util.generic |
Modifier and Type | Method and Description |
---|---|
KubernetesApiResponse<ApiType> |
GenericKubernetesApi.create(ApiType object)
Create kubernetes api response, if the namespace in the object is present, it will send a
namespace-scoped requests, vice versa.
|
KubernetesApiResponse<ApiType> |
GenericKubernetesApi.create(ApiType object,
CreateOptions createOptions)
Create kubernetes api response.
|
KubernetesApiResponse<ApiType> |
GenericKubernetesApi.delete(String name)
Delete kubernetes api response.
|
KubernetesApiResponse<ApiType> |
GenericKubernetesApi.delete(String name,
DeleteOptions deleteOptions)
Delete kubernetes api response.
|
KubernetesApiResponse<ApiType> |
GenericKubernetesApi.delete(String namespace,
String name)
Delete kubernetes api response under the namespace.
|
KubernetesApiResponse<ApiType> |
GenericKubernetesApi.delete(String namespace,
String name,
DeleteOptions deleteOptions)
Delete kubernetes api response.
|
KubernetesApiResponse<ApiType> |
GenericKubernetesApi.get(String name)
Get kubernetes api response.
|
KubernetesApiResponse<ApiType> |
GenericKubernetesApi.get(String name,
GetOptions getOptions)
Get kubernetes api response.
|
KubernetesApiResponse<ApiType> |
GenericKubernetesApi.get(String namespace,
String name)
Get kubernetes api response under the namespace.
|
KubernetesApiResponse<ApiType> |
GenericKubernetesApi.get(String namespace,
String name,
GetOptions getOptions)
Get kubernetes api response.
|
KubernetesApiResponse<ApiListType> |
GenericKubernetesApi.list()
List kubernetes api response cluster-scoped.
|
KubernetesApiResponse<ApiListType> |
GenericKubernetesApi.list(ListOptions listOptions)
List kubernetes api response.
|
KubernetesApiResponse<ApiListType> |
GenericKubernetesApi.list(String namespace)
List kubernetes api response under the namespace.
|
KubernetesApiResponse<ApiListType> |
GenericKubernetesApi.list(String namespace,
ListOptions listOptions)
List kubernetes api response.
|
KubernetesApiResponse<DataType> |
KubernetesApiResponse.onFailure(Consumer<io.kubernetes.client.openapi.models.V1Status> errorStatusHandler) |
KubernetesApiResponse<ApiType> |
GenericKubernetesApi.patch(String namespace,
String name,
String patchType,
io.kubernetes.client.custom.V1Patch patch)
Patch kubernetes api response under the namespace.
|
KubernetesApiResponse<ApiType> |
GenericKubernetesApi.patch(String namespace,
String name,
String patchType,
io.kubernetes.client.custom.V1Patch patch,
PatchOptions patchOptions)
Patch kubernetes api response.
|
KubernetesApiResponse<ApiType> |
GenericKubernetesApi.patch(String name,
String patchType,
io.kubernetes.client.custom.V1Patch patch)
Patch kubernetes api response.
|
KubernetesApiResponse<ApiType> |
GenericKubernetesApi.patch(String name,
String patchType,
io.kubernetes.client.custom.V1Patch patch,
PatchOptions patchOptions)
Patch kubernetes api response.
|
KubernetesApiResponse<ApiType> |
GenericKubernetesApi.update(ApiType object)
Create kubernetes api response, if the namespace in the object is present, it will send a
namespace-scoped requests, vice versa.
|
KubernetesApiResponse<ApiType> |
GenericKubernetesApi.update(ApiType object,
UpdateOptions updateOptions)
Update kubernetes api response.
|
Copyright © 2020. All rights reserved.