Uses of Interface
io.fabric8.kubernetes.client.dsl.WatchAndWaitable
-
Packages that use WatchAndWaitable Package Description io.fabric8.kubernetes.client.dsl io.fabric8.kubernetes.client.extension -
-
Uses of WatchAndWaitable in io.fabric8.kubernetes.client.dsl
Subinterfaces of WatchAndWaitable 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> -
Uses of WatchAndWaitable in io.fabric8.kubernetes.client.extension
Subinterfaces of WatchAndWaitable 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 WatchAndWaitable Modifier and Type Class Description classExtensibleResourceAdapter<T>To be used as a base for overriding or adding Resource methodsclassResourceAdapter<T>Base for overriding a Resource
-