Class OpenShiftClusterOperationsImpl
- java.lang.Object
-
- io.fabric8.kubernetes.client.dsl.base.OperationSupport
-
- io.fabric8.kubernetes.client.dsl.internal.ClusterOperationsImpl
-
- io.fabric8.openshift.client.internal.OpenShiftClusterOperationsImpl
-
public class OpenShiftClusterOperationsImpl extends ClusterOperationsImpl
-
-
Field Summary
Fields Modifier and Type Field Description static StringOPENSHIFT_VERSION_ENDPOINTstatic StringOPENSHIFT4_VERSION_ENDPOINT-
Fields inherited from class io.fabric8.kubernetes.client.dsl.internal.ClusterOperationsImpl
KUBERNETES_VERSION_ENDPOINT, versionEndpoint
-
Fields inherited from class io.fabric8.kubernetes.client.dsl.base.OperationSupport
apiGroupName, apiGroupVersion, client, config, context, dryRun, JSON, JSON_MAPPER, JSON_PATCH, name, namespace, resourceT, STRATEGIC_MERGE_JSON_PATCH, YAML_MAPPER
-
-
Constructor Summary
Constructors Constructor Description OpenShiftClusterOperationsImpl(okhttp3.OkHttpClient client, Config config, String item)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VersionInfofetchVersion()-
Methods inherited from class io.fabric8.kubernetes.client.dsl.internal.ClusterOperationsImpl
fetchVersionInfoFromResponse, handleVersionGet
-
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, getResourceURLForWriteOperation, 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 Detail
-
OPENSHIFT_VERSION_ENDPOINT
public static final String OPENSHIFT_VERSION_ENDPOINT
- See Also:
- Constant Field Values
-
OPENSHIFT4_VERSION_ENDPOINT
public static final String OPENSHIFT4_VERSION_ENDPOINT
- See Also:
- Constant Field Values
-
-
Method Detail
-
fetchVersion
public VersionInfo fetchVersion()
- Overrides:
fetchVersionin classClusterOperationsImpl
-
-