Uses of Interface
io.fabric8.kubernetes.client.dsl.AnyNamespaceOperation
-
Packages that use AnyNamespaceOperation Package Description io.fabric8.kubernetes.client.dsl -
-
Uses of AnyNamespaceOperation in io.fabric8.kubernetes.client.dsl
Subinterfaces of AnyNamespaceOperation in io.fabric8.kubernetes.client.dsl Modifier and Type Interface Description 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.
-