enum

Kubernetes::ResourceWatcher::State

Inherits Enum < Comparable < Value < Object

Constants

Ready = 0
Watching = 1
Closing = 2
Closed = 3

Instance methods

closed?

Returns true if this enum value equals Closed

Source
closing?

Returns true if this enum value equals Closing

Source
ready?

Returns true if this enum value equals Ready

Source
watching?

Returns true if this enum value equals Watching

Source