Documentation ¶ Overview ¶ Package platform contains target platforms this operator might run on. Index ¶ type Platform func (p Platform) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Platform ¶ type Platform int Platform holds the auto-detected platform type. const ( // Unknown is used when the current platform can't be determined. Unknown Platform = iota // OpenShift represents a platform of type OpenShift. OpenShift Platform = iota // Kubernetes represents a platform of type Kubernetes. Kubernetes ) func (Platform) String ¶ func (p Platform) String() string Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.