Uses of Interface
io.fabric8.kubernetes.client.dsl.Informable
-
Packages that use Informable Package Description io.fabric8.kubernetes.client.dsl io.fabric8.kubernetes.client.extension -
-
Uses of Informable in io.fabric8.kubernetes.client.dsl
Subinterfaces of Informable in io.fabric8.kubernetes.client.dsl Modifier and Type Interface Description interfaceAnyNamespaceOperation<T,L,R>interfaceCertificateSigningRequestResource<T>interfaceFilterWatchListDeletable<T,L,R>interfaceMixedOperation<T,L,R extends Resource<T>>A Client Namespace or Non Namespace Operation.interfaceNamespaceableResource<T>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.interfacePodResourceinterfaceResource<T>Interface that describes the operation that can be done on a Kubernetes resource (e.g.interfaceRollableScalableResource<T>interfaceScalableResource<T>interfaceServiceAccountResourceinterfaceServiceResource<T>interfaceV1beta1CertificateSigningRequestResource<T>Methods in io.fabric8.kubernetes.client.dsl that return Informable Modifier and Type Method Description Informable<T>Informable. withIndexers(Map<String,Function<T,List<String>>> indexers)Deprecated.please use methods on theSharedIndexInformerto add/remove indexesInformable<T>Informable. withLimit(Long limit)Set the limit to the number of resources to list at one time. -
Uses of Informable in io.fabric8.kubernetes.client.extension
Subinterfaces of Informable in io.fabric8.kubernetes.client.extension Modifier and Type Interface Description interfaceExtensibleResource<T>Provides an interface that is usable by theExtensibleResourceAdapterthat returns a non-specialized valueClasses in io.fabric8.kubernetes.client.extension that implement Informable Modifier and Type Class Description classExtensibleResourceAdapter<T>To be used as a base for overriding or adding Resource methodsclassResourceAdapter<T>Base for overriding a ResourceMethods in io.fabric8.kubernetes.client.extension that return Informable Modifier and Type Method Description Informable<T>ResourceAdapter. withIndexers(Map<String,Function<T,List<String>>> indexers)Informable<T>ResourceAdapter. withLimit(Long limit)
-