platform

package
v0.15.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package platform contains target platforms this operator might run on.

Index

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL