enum

Kubernetes::PropagationPolicy

Inherits Enum / Comparable / Value / Object

Constants

Background = 0
Foreground = 1
Orphan = 2

Instance methods

background?

Returns true if this enum value equals Background

Source
foreground?

Returns true if this enum value equals Foreground

Source
orphan?

Returns true if this enum value equals Orphan

Source