Package io.fabric8.kubernetes.client.dsl
Interface MixedOperation<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<AnyNamespaceOperation<T,L,R>>,AnyNamespaceOperation<T,L,R>,Deletable,DeletableWithOptions,Filterable<FilterWatchListDeletable<T,L,R>>,FilterWatchListDeletable<T,L,R>,GracePeriodConfigurable<PropagationPolicyConfigurable<? extends Deletable>>,Informable<T>,ItemReplacable<T>,ItemWritableOperation<T>,Listable<L>,Nameable<R>,Namespaceable<NonNamespaceOperation<T,L,R>>,NonNamespaceOperation<T,L,R>,PropagationPolicyConfigurable<GracePeriodConfigurable<? extends Deletable>>,Timeoutable,Waitable<T,T>,Watchable<T>,WatchAndWaitable<T>
- All Known Subinterfaces:
ParameterMixedOperation<T,L,R>
public interface MixedOperation<T,L,R extends Resource<T>> extends AnyNamespaceable<AnyNamespaceOperation<T,L,R>>, Namespaceable<NonNamespaceOperation<T,L,R>>, NonNamespaceOperation<T,L,R>
A Client Namespace or Non Namespace Operation. This acts as an umbrella for namespacing operations andNonNamespaceOperation.
-
-
Method Summary
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.AnyNamespaceable
inAnyNamespace
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.AnyNamespaceOperation
delete, delete, dryRun, dryRun, load, load, load, load, resource
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Deletable
delete, withTimeout, withTimeoutInMillis
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Filterable
withField, withFields, withInvolvedObject, withLabel, withLabel, withLabelIn, withLabelNotIn, withLabels, withLabelSelector, withLabelSelector, withoutField, withoutFields, withoutLabel, withoutLabel, withoutLabels
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.FilterWatchListDeletable
resources, withNewFilter
-
Methods inherited from interface io.fabric8.kubernetes.client.GracePeriodConfigurable
withGracePeriod
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Informable
inform, inform, inform, informOnCondition, runnableInformer, withIndexers, withLimit
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.ItemReplacable
replace, replaceStatus
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.ItemWritableOperation
create, createOrReplace, delete, patchStatus, updateStatus
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Namespaceable
inNamespace
-
Methods inherited from interface io.fabric8.kubernetes.client.PropagationPolicyConfigurable
withPropagationPolicy
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Waitable
waitUntilCondition, waitUntilReady
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.WatchAndWaitable
withResourceVersion
-
-