Class ClusterOperationsImpl
java.lang.Object
io.fabric8.kubernetes.client.dsl.base.OperationSupport
io.fabric8.kubernetes.client.dsl.internal.ClusterOperationsImpl
public class ClusterOperationsImpl extends OperationSupport
-
Field Summary
Fields Modifier and Type Field Description static StringKUBERNETES_VERSION_ENDPOINTstatic com.fasterxml.jackson.databind.ObjectMapperobjectMapperstatic StringOPENSHIFT_VERSION_ENDPOINTstatic StringOPENSHIFT4_VERSION_ENDPOINTFields inherited from class io.fabric8.kubernetes.client.dsl.base.OperationSupport
apiGroupName, apiGroupVersion, client, config, context, JSON, JSON_MAPPER, JSON_PATCH, name, namespace, resourceT, STRATEGIC_MERGE_JSON_PATCH, YAML_MAPPER -
Constructor Summary
Constructors Constructor Description ClusterOperationsImpl(okhttp3.OkHttpClient client, Config config, String item) -
Method Summary
Modifier and Type Method Description VersionInfofetchVersion()Methods inherited from class io.fabric8.kubernetes.client.dsl.base.OperationSupport
assertResponseCode, checkName, checkNamespace, createStatus, createStatus, getAPIGroup, getAPIVersion, getConfig, getName, getNamespace, getNamespacedUrl, getNamespacedUrl, getNamespacedUrl, getObjectValueAsMap, getResourceT, getResourceUrl, getResourceUrl, getRootUrl, handleCreate, handleDelete, handleDelete, handleDeploymentRollback, handleGet, handleGet, handleMetric, handlePatch, handlePatch, handleReplace, handleReplace, handleResponse, handleResponse, handleResponse, handleResponse, handleScale, handleStatusUpdate, isResourceNamespaced, requestException, requestFailure, unmarshal, unmarshal, unmarshal
-
Field Details
-
KUBERNETES_VERSION_ENDPOINT
- See Also:
- Constant Field Values
-
OPENSHIFT_VERSION_ENDPOINT
- See Also:
- Constant Field Values
-
OPENSHIFT4_VERSION_ENDPOINT
- See Also:
- Constant Field Values
-
objectMapper
public static final com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
Method Details