Uses of Interface
io.kubernetes.client.util.Watchable
Packages that use Watchable
Package
Description
-
Uses of Watchable in io.kubernetes.client.informer
Methods in io.kubernetes.client.informer that return Watchable -
Uses of Watchable in io.kubernetes.client.util
Classes in io.kubernetes.client.util that implement WatchableModifier and TypeClassDescriptionclass
Watch<T>
Watch class implements watch mechansim of kubernetes. -
Uses of Watchable in io.kubernetes.client.util.generic
Methods in io.kubernetes.client.util.generic that return WatchableModifier and TypeMethodDescriptionGenericKubernetesApi.watch()
Creates a cluster-scoped Watch on the resource.GenericKubernetesApi.watch
(ListOptions listOptions) Watch watchable.Creates a namespace-scoped Watch on the resource.GenericKubernetesApi.watch
(String namespace, ListOptions listOptions) Watch watchable.