Class OpenShiftOperation<T extends io.fabric8.kubernetes.api.model.HasMetadata,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>,D extends io.fabric8.kubernetes.api.model.Doneable<T>,R extends Resource<T,D>>
java.lang.Object
io.fabric8.kubernetes.client.dsl.base.OperationSupport
io.fabric8.kubernetes.client.dsl.base.BaseOperation<T,L,D,R>
io.fabric8.kubernetes.client.dsl.base.HasMetadataOperation<T,L,D,R>
io.fabric8.openshift.client.dsl.internal.OpenShiftOperation<T,L,D,R>
- All Implemented Interfaces:
AnyNamespaceable<FilterWatchListMultiDeletable<T,L,Boolean,Watch,Watcher<T>>>,Cascading<EditReplacePatchDeletable<T,T,D,Boolean>>,CascadingEditReplacePatchDeletable<T,T,D,Boolean>,Createable<T,T,D>,CreateFromServerGettable<T,T,D>,CreateOrReplaceable<T,T,D>,Deletable<Boolean>,Editable<D>,EditReplacePatchable<T,T,D>,EditReplacePatchDeletable<T,T,D,Boolean>,Filterable<FilterWatchListDeletable<T,L,Boolean,Watch,Watcher<T>>>,FilterWatchListDeletable<T,L,Boolean,Watch,Watcher<T>>,FilterWatchListMultiDeletable<T,L,Boolean,Watch,Watcher<T>>,FromServerable<Gettable<T>>,Gettable<T>,Listable<L>,Loadable<R>,Lockable<Replaceable<T,T>>,MixedOperation<T,L,D,R>,MultiDeleteable<T,Boolean>,Nameable<R>,Namespaceable<NonNamespaceOperation<T,L,D,R>>,NonNamespaceOperation<T,L,D,R>,Operation<T,L,D,R>,Patchable<T,T>,Readiable,Replaceable<T,T>,Requirable<T>,Resource<T,D>,StatusUpdatable<T>,Versionable<Watchable<Watch,Watcher<T>>>,VersionWatchable<Watch,Watcher<T>>,Waitable<T,T>,Watchable<Watch,Watcher<T>>,WatchListDeletable<T,L,Boolean,Watch,Watcher<T>>,FromServerGettable<T>,GracePeriodConfigurable<Deletable<Boolean>>,OperationInfo,PropagationPolicyConfigurable<EditReplacePatchDeletable<T,T,D,Boolean>>
- Direct Known Subclasses:
BuildConfigOperationsImpl,BuildOperationsImpl,ClusterRoleBindingOperationsImpl,ClusterRoleOperationsImpl,ClusterVersionOperationsImpl,DeploymentConfigOperationsImpl,GroupOperationsImpl,IdentityOperationsImpl,ImageOperationsImpl,ImageStreamOperationsImpl,ImageStreamTagOperationsImpl,NetNamespaceOperationsImpl,OAuthAccessTokenOperationsImpl,OAuthAuthorizeTokenOperationsImpl,OAuthClientAuthorizationOperationsImpl,OAuthClientOperationsImpl,ProjectOperationsImpl,RoleBindingOperationsImpl,RoleOperationsImpl,RouteOperationsImpl,SecurityContextConstraintsOperationsImpl,TemplateOperationsImpl,UserOperationsImpl
public class OpenShiftOperation<T extends io.fabric8.kubernetes.api.model.HasMetadata,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>,D extends io.fabric8.kubernetes.api.model.Doneable<T>,R extends Resource<T,D>> extends HasMetadataOperation<T,L,D,R>
-
Field Summary
Fields inherited from class io.fabric8.kubernetes.client.dsl.base.HasMetadataOperation
DEFAULT_PROPAGATION_POLICYFields inherited from class io.fabric8.kubernetes.client.dsl.base.BaseOperation
apiVersion, doneableType, listType, typeFields 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_MAPPERFields inherited from interface io.fabric8.kubernetes.client.dsl.Waitable
DEFAULT_BACKOFF_MULTIPLIER, DEFAULT_INITIAL_BACKOFF_MILLIS -
Constructor Summary
Constructors Constructor Description OpenShiftOperation(OperationContext ctx) -
Method Summary
Modifier and Type Method Description OpenShiftConfiggetConfig()protected Class<? extends Config>getConfigType()URLgetRootUrl()Methods inherited from class io.fabric8.kubernetes.client.dsl.base.HasMetadataOperation
edit, patch, replaceMethods inherited from class io.fabric8.kubernetes.client.dsl.base.BaseOperation
cascading, create, create, createNew, createOrReplace, createOrReplaceWithNew, delete, delete, delete, fetchListUrl, forOperationType, fromServer, get, getApiVersion, getDoneableType, getFieldQueryParam, getFields, getFieldsNot, getGracePeriodSeconds, getItem, getKind, getLabelQueryParam, getLabels, getLabelsIn, getLabelsNot, getLabelsNotIn, getListType, getMandatory, getOperationType, getPropagationPolicy, getReloadingFromServer, getResourceT, getResourceVersion, getRootPaths, getType, handleCreate, handleDeploymentRollback, handleGet, handlePatch, handlePatch, handleReplace, handleResponse, handleScale, inAnyNamespace, inNamespace, isApiGroup, isCascading, isReady, isReloadingFromServer, isResourceNamespaced, list, list, list, load, load, load, load, lockResourceVersion, newInstance, require, sendPatchedObject, setListType, setNamespace, setType, updateApiVersion, updateApiVersion, updateApiVersionResource, updateStatus, waitUntilCondition, waitUntilReady, watch, watch, watch, withField, withFields, withGracePeriod, withItem, withLabel, withLabel, withLabelIn, withLabelNotIn, withLabels, withLabelSelector, withName, withoutField, withoutFields, withoutLabel, withoutLabel, withoutLabels, withPropagationPolicy, withResourceVersion, withWaitRetryBackoffMethods inherited from class io.fabric8.kubernetes.client.dsl.base.OperationSupport
assertResponseCode, checkName, checkNamespace, createStatus, createStatus, getAPIGroup, getAPIVersion, getName, getNamespace, getNamespacedUrl, getNamespacedUrl, getNamespacedUrl, getObjectValueAsMap, getResourceUrl, getResourceUrl, handleCreate, handleDelete, handleDelete, handleDeploymentRollback, handleGet, handleGet, handleMetric, handlePatch, handlePatch, handleReplace, handleReplace, handleResponse, handleResponse, handleResponse, handleResponse, handleScale, handleStatusUpdate, requestException, requestFailure, unmarshal, unmarshal, unmarshal
-
Constructor Details
-
Method Details
-
getConfig
- Overrides:
getConfigin classOperationSupport
-
getRootUrl
- Overrides:
getRootUrlin classOperationSupport
-
getConfigType
-