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) |
Modifier and Type | Method and Description |
---|---|
void |
WaitForConditionWatcher.eventReceived(Watcher.Action action,
T resource) |
Modifier and Type | Method and Description |
---|---|
void |
ReflectorWatcher.eventReceived(Watcher.Action action,
T resource) |
Modifier and Type | Method and Description |
---|---|
void |
ReadinessWatcher.eventReceived(Watcher.Action action,
T resource) |
Modifier and Type | Method and Description |
---|---|
void |
WatcherToggle.eventReceived(Watcher.Action action,
T resource) |
Copyright © 2015–2021 Red Hat. All rights reserved.