Uses of Class
io.fabric8.kubernetes.client.Watcher.Action
-
Packages that use Watcher.Action Package Description io.fabric8.kubernetes.client -
-
Uses of Watcher.Action in io.fabric8.kubernetes.client
Methods in io.fabric8.kubernetes.client that return Watcher.Action Modifier and Type Method Description static Watcher.ActionWatcher.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static Watcher.Action[]Watcher.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.fabric8.kubernetes.client with parameters of type Watcher.Action Modifier and Type Method Description voidWatcher. eventReceived(Watcher.Action action, T resource)Handle the given event.
-