Package io.fabric8.kubernetes.client.dsl
Interface FilterWatchListDeletable<T,L,R>
-
- All Superinterfaces:
Deletable,DeletableWithOptions,Filterable<FilterWatchListDeletable<T,L,R>>,GracePeriodConfigurable<PropagationPolicyConfigurable<? extends Deletable>>,Informable<T>,Listable<L>,PropagationPolicyConfigurable<GracePeriodConfigurable<? extends Deletable>>,Timeoutable,Waitable<T,T>,Watchable<T>,WatchAndWaitable<T>
- All Known Subinterfaces:
AnyNamespaceOperation<T,L,R>,MixedOperation<T,L,R>,NonNamespaceOperation<T,L,R>,ParameterMixedOperation<T,L,R>
public interface FilterWatchListDeletable<T,L,R> extends Filterable<FilterWatchListDeletable<T,L,R>>, Listable<L>, WatchAndWaitable<T>, DeletableWithOptions, Informable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<R>resources()Perform a list operation and return the items as a stream ofResourcesFilterNested<FilterWatchListDeletable<T,L,R>>withNewFilter()Accumulate a filter on the context, when doneFilterNested.endFilter()or and must be called-
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.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.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
-
-
-
-
Method Detail
-
withNewFilter
FilterNested<FilterWatchListDeletable<T,L,R>> withNewFilter()
Accumulate a filter on the context, when doneFilterNested.endFilter()or and must be called- Returns:
- a
FilterNested
-
-