Uses of Interface
io.fabric8.kubernetes.client.dsl.FilterWatchListDeletable
-
Packages that use FilterWatchListDeletable Package Description io.fabric8.kubernetes.client.dsl -
-
Uses of FilterWatchListDeletable in io.fabric8.kubernetes.client.dsl
Subinterfaces of FilterWatchListDeletable in io.fabric8.kubernetes.client.dsl Modifier and Type Interface Description interfaceAnyNamespaceOperation<T,L,R>interfaceMixedOperation<T,L,R extends Resource<T>>A Client Namespace or Non Namespace Operation.interfaceNonNamespaceOperation<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.interfaceParameterMixedOperation<T,L,R extends Resource<T>>Deprecated.It is no longer necessary to associate parameters prior to deserialization.Methods in io.fabric8.kubernetes.client.dsl that return types with arguments of type FilterWatchListDeletable Modifier and Type Method Description FilterNested<FilterWatchListDeletable<T,L,R>>FilterWatchListDeletable. withNewFilter()Accumulate a filter on the context, when doneFilterNested.endFilter()or and must be called
-