Class OpenShiftNamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableImpl
- java.lang.Object
-
- io.fabric8.kubernetes.client.dsl.base.OperationSupport
-
- io.fabric8.kubernetes.client.dsl.internal.NamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableImpl
-
- io.fabric8.openshift.client.internal.OpenShiftNamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableImpl
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Visitable<VisitFromServerGetWatchDeleteRecreateWaitApplicable<io.fabric8.kubernetes.api.model.HasMetadata>>,Applicable<io.fabric8.kubernetes.api.model.HasMetadata>,ApplicableAnd<Waitable<io.fabric8.kubernetes.api.model.HasMetadata,io.fabric8.kubernetes.api.model.HasMetadata>>,Cascading<Deletable>,CascadingDeletable<io.fabric8.kubernetes.api.model.HasMetadata>,Deletable,DryRunable<VisitFromServerWritable<io.fabric8.kubernetes.api.model.HasMetadata>>,FromServerable<Gettable<io.fabric8.kubernetes.api.model.HasMetadata>>,Gettable<io.fabric8.kubernetes.api.model.HasMetadata>,Namespaceable<VisitFromServerGetWatchDeleteRecreateWaitApplicable<io.fabric8.kubernetes.api.model.HasMetadata>>,NamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicable<io.fabric8.kubernetes.api.model.HasMetadata>,Readiable,Recreateable<Applicable<io.fabric8.kubernetes.api.model.HasMetadata>>,RecreateApplicable<io.fabric8.kubernetes.api.model.HasMetadata,io.fabric8.kubernetes.api.model.HasMetadata>,VisitFromServerGetWatchDeleteRecreateWaitApplicable<io.fabric8.kubernetes.api.model.HasMetadata>,VisitFromServerWritable<io.fabric8.kubernetes.api.model.HasMetadata>,Waitable<io.fabric8.kubernetes.api.model.HasMetadata,io.fabric8.kubernetes.api.model.HasMetadata>,Watchable<Watcher<io.fabric8.kubernetes.api.model.HasMetadata>>,FromServerGettable<io.fabric8.kubernetes.api.model.HasMetadata>,GracePeriodConfigurable<CascadingDeletable<io.fabric8.kubernetes.api.model.HasMetadata>>,PropagationPolicyConfigurable<CascadingDeletable<io.fabric8.kubernetes.api.model.HasMetadata>>
public class OpenShiftNamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableImpl extends NamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableImpl
-
-
Field Summary
-
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
-
Fields inherited from interface io.fabric8.kubernetes.client.dsl.Waitable
DEFAULT_BACKOFF_MULTIPLIER, DEFAULT_INITIAL_BACKOFF_MILLIS
-
-
Constructor Summary
Constructors Constructor Description OpenShiftNamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableImpl(okhttp3.OkHttpClient client, Config config, String namespace, String explicitNamespace, Boolean fromServer, Boolean deletingExisting, List<io.fabric8.kubernetes.api.builder.Visitor> visitors, InputStream is, Boolean cascading, long watchRetryInitialBackoffMillis, double watchRetryBackoffMultiplier, boolean dryRun)OpenShiftNamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableImpl(okhttp3.OkHttpClient client, Config config, String namespace, String explicitNamespace, Boolean fromServer, Boolean deletingExisting, List<io.fabric8.kubernetes.api.builder.Visitor> visitors, Object item, long gracePeriodSeconds, io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy, Boolean cascading, long watchRetryInitialBackoffMillis, double watchRetryBackoffMultiplier, boolean dryRun)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ReadinessgetReadiness()-
Methods inherited from class io.fabric8.kubernetes.client.dsl.internal.NamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableImpl
accept, apply, cascading, createOrReplace, createOrReplaceAnd, delete, deletingExisting, dryRun, fromServer, get, inNamespace, isReady, waitUntilCondition, waitUntilReady, watch, watch, watch, withGracePeriod, withPropagationPolicy, withWaitRetryBackoff
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.DryRunable
dryRun
-
-
-
-
Constructor Detail
-
OpenShiftNamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableImpl
public OpenShiftNamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableImpl(okhttp3.OkHttpClient client, Config config, String namespace, String explicitNamespace, Boolean fromServer, Boolean deletingExisting, List<io.fabric8.kubernetes.api.builder.Visitor> visitors, InputStream is, Boolean cascading, long watchRetryInitialBackoffMillis, double watchRetryBackoffMultiplier, boolean dryRun)
-
OpenShiftNamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableImpl
public OpenShiftNamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableImpl(okhttp3.OkHttpClient client, Config config, String namespace, String explicitNamespace, Boolean fromServer, Boolean deletingExisting, List<io.fabric8.kubernetes.api.builder.Visitor> visitors, Object item, long gracePeriodSeconds, io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy, Boolean cascading, long watchRetryInitialBackoffMillis, double watchRetryBackoffMultiplier, boolean dryRun)
-
-
Method Detail
-
getReadiness
protected Readiness getReadiness()
- Overrides:
getReadinessin classNamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableImpl
-
-