Uses of Interface
io.fabric8.kubernetes.client.dsl.TimeoutableScalable
-
Packages that use TimeoutableScalable Package Description io.fabric8.kubernetes.client.dsl io.fabric8.kubernetes.client.extension -
-
Uses of TimeoutableScalable in io.fabric8.kubernetes.client.dsl
Subinterfaces of TimeoutableScalable in io.fabric8.kubernetes.client.dsl Modifier and Type Interface Description interfaceRollableScalableResource<T>interfaceScalableResource<T>Methods in io.fabric8.kubernetes.client.dsl that return TimeoutableScalable Modifier and Type Method Description TimeoutableScalable<T>TimeoutableScalable. withTimeout(long timeout, TimeUnit unit)TimeoutableScalable<T>TimeoutableScalable. withTimeoutInMillis(long timeoutInMillis) -
Uses of TimeoutableScalable in io.fabric8.kubernetes.client.extension
Subinterfaces of TimeoutableScalable 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 TimeoutableScalable Modifier and Type Class Description classExtensibleResourceAdapter<T>To be used as a base for overriding or adding Resource methods
-