public class DynamicKubernetesApi extends GenericKubernetesApi<DynamicKubernetesObject,DynamicKubernetesListObject>
GenericKubernetesApi.StatusPatch
Constructor and Description |
---|
DynamicKubernetesApi(String apiGroup,
String apiVersion,
String resourcePlural,
io.kubernetes.client.openapi.ApiClient apiClient)
Instantiates a new Dynamic kubernetes api.
|
Modifier and Type | Method and Description |
---|---|
com.google.gson.Gson |
getGson()
Gets gson instance.
|
public DynamicKubernetesApi(String apiGroup, String apiVersion, String resourcePlural, io.kubernetes.client.openapi.ApiClient apiClient)
apiGroup
- the api groupapiVersion
- the api versionresourcePlural
- the resource pluralapiClient
- the api clientCopyright © 2023. All rights reserved.