Package io.fabric8.kubernetes.client.dsl
Interface NonNamespaceOperation<T,L,R>
-
- Type Parameters:
T
- The Kubernetes resource type.L
- The list variant of the Kubernetes resource type.R
- The resource operations.
- All Superinterfaces:
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>
,PropagationPolicyConfigurable<GracePeriodConfigurable<? extends Deletable>>
,Timeoutable
,Waitable<T,T>
,Watchable<T>
,WatchAndWaitable<T>
- All Known Subinterfaces:
MixedOperation<T,L,R>
,ParameterMixedOperation<T,L,R>
public interface NonNamespaceOperation<T,L,R> extends Nameable<R>, AnyNamespaceOperation<T,L,R>
The entry point to client operations that are either "cross namespace resources", or are available in the invocation chain after a namespace has already been specified.
-
-
Method Summary
-
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.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
-
-