Package io.fabric8.kubernetes.client.dsl
Interface ParameterMixedOperation<T,L,R extends Resource<T>>
-
- Type Parameters:
T- The Kubernetes resource type.L- The list variant of the Kubernetes resource type.R- The resource operations.
- All Superinterfaces:
AnyNamespaceable<FilterWatchListMultiDeletable<T,L>>,Createable<T>,CreateOrReplaceable<T>,Deletable,DryRunable<WritableOperation<T>>,Editable<T>,EditReplacePatchable<T>,EditReplacePatchDeletable<T>,Filterable<FilterWatchListDeletable<T,L>>,FilterWatchListDeletable<T,L>,FilterWatchListMultiDeletable<T,L>,GracePeriodConfigurable<Deletable>,Listable<L>,Loadable<R>,MixedOperation<T,L,R>,MultiDeleteable<T>,Nameable<R>,Namespaceable<NonNamespaceOperation<T,L,R>>,NonNamespaceOperation<T,L,R>,Operation<T,L,R>,Parameterizable<MixedOperation<T,L,R>>,Patchable<T>,PropagationPolicyConfigurable<EditReplacePatchDeletable<T>>,Replaceable<T>,StatusUpdatable<T>,Versionable<WatchAndWaitable<T>>,VersionWatchAndWaitable<T>,Waitable<T,T>,Watchable<Watcher<T>>,WatchAndWaitable<T>,WatchListDeletable<T,L>,WritableOperation<T>
public interface ParameterMixedOperation<T,L,R extends Resource<T>> extends MixedOperation<T,L,R>, Parameterizable<MixedOperation<T,L,R>>
A Client Namespace or Non Namespace Operation. This acts as an umbrella forOperationandNonNamespaceOperation. Its not intended to be exposed directly into the client and is only usable as a convenient interface internally.
-
-
Field Summary
-
Fields inherited from interface io.fabric8.kubernetes.client.dsl.Waitable
DEFAULT_BACKOFF_MULTIPLIER, DEFAULT_INITIAL_BACKOFF_MILLIS
-
-
Method Summary
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.AnyNamespaceable
inAnyNamespace
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Createable
create, create
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.CreateOrReplaceable
createOrReplace
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.DryRunable
dryRun, dryRun
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Filterable
withField, withFields, withInvolvedObject, withLabel, withLabel, withLabelIn, withLabelNotIn, withLabels, withLabelSelector, withoutField, withoutFields, withoutLabel, withoutLabel, withoutLabels
-
Methods inherited from interface io.fabric8.kubernetes.client.GracePeriodConfigurable
withGracePeriod
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.MultiDeleteable
delete, delete
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Namespaceable
inNamespace
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Parameterizable
withParameters
-
Methods inherited from interface io.fabric8.kubernetes.client.PropagationPolicyConfigurable
withPropagationPolicy
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Replaceable
replace
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.StatusUpdatable
updateStatus
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Versionable
withResourceVersion
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Waitable
waitUntilCondition, waitUntilReady, withWaitRetryBackoff
-
-