enums

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2017 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DockerSubCommand

type DockerSubCommand int
const (
	Exec DockerSubCommand = iota + 1
	Run
	Copy
	Ps
	Pull
	Save
	Kill
	Rm
	Empty
)

func GetDockerSubCommandFromString

func GetDockerSubCommandFromString(name string) (DockerSubCommand, error)

func (DockerSubCommand) String

func (subCommand DockerSubCommand) String() string

type K8sVersion

type K8sVersion int
const (
	V1dot5 K8sVersion = iota + 1
	V1dot6
)

func GetK8sVersionFromString

func GetK8sVersionFromString(name string) (K8sVersion, error)

func (K8sVersion) String

func (version K8sVersion) String() string

type RookPlatformType

type RookPlatformType int
const (
	Kubernetes RookPlatformType = iota + 1
	BareMetal
	StandAlone
	None
)

func GetRookPlatFormTypeFromString

func GetRookPlatFormTypeFromString(name string) (RookPlatformType, error)

func (RookPlatformType) String

func (platform RookPlatformType) String() string

Jump to

Keyboard shortcuts

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