| Package | Description |
|---|---|
| io.fabric8.kubernetes.client |
| Modifier and Type | Method and Description |
|---|---|
static Watcher.Action |
Watcher.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Watcher.eventReceived(Watcher.Action action,
T resource)
Handle the given event.
|
Copyright © 2015–2023 Red Hat. All rights reserved.