Interface ParameterMixedOperation<T,​L,​D,​R extends Resource<T,​D>>

Type Parameters:
T - The Kubernetes resource type.
L - The list variant of the Kubernetes resource type.
D - The doneable variant of the Kubernetes resource type.
R - The resource operations.
All Superinterfaces:
AnyNamespaceable<FilterWatchListMultiDeletable<T,​L,​Boolean,​Watch,​Watcher<T>>>, Createable<T,​T,​D>, CreateOrReplaceable<T,​T,​D>, Deletable<Boolean>, Filterable<FilterWatchListDeletable<T,​L,​Boolean,​Watch,​Watcher<T>>>, FilterWatchListDeletable<T,​L,​Boolean,​Watch,​Watcher<T>>, FilterWatchListMultiDeletable<T,​L,​Boolean,​Watch,​Watcher<T>>, GracePeriodConfigurable<Deletable<Boolean>>, Listable<L>, Loadable<R>, 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>, Parameterizable<MixedOperation<T,​L,​D,​R>>, StatusUpdatable<T>, Versionable<Watchable<Watch,​Watcher<T>>>, VersionWatchable<Watch,​Watcher<T>>, Watchable<Watch,​Watcher<T>>, WatchListDeletable<T,​L,​Boolean,​Watch,​Watcher<T>>

public interface ParameterMixedOperation<T,​L,​D,​R extends Resource<T,​D>>
extends MixedOperation<T,​L,​D,​R>, Parameterizable<MixedOperation<T,​L,​D,​R>>
A Client Namespace or Non Namespace Operation. This acts as an umbrella for Operation and NonNamespaceOperation. Its not intended to be exposed directly into the client and is only usable as a convenient interface internally.