Uses of Interface
io.fabric8.kubernetes.client.dsl.Listable
-
Packages that use Listable Package Description io.fabric8.kubernetes.client.dsl -
-
Uses of Listable in io.fabric8.kubernetes.client.dsl
Subinterfaces of Listable in io.fabric8.kubernetes.client.dsl Modifier and Type Interface Description interfaceAnyNamespaceOperation<T,L,R>interfaceFilterWatchListDeletable<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.
-