package
19.10.0+incompatible
Repository: https://github.com/safescale-dev-team/safescale.git
Documentation: pkg.go.dev

# Functions

Parse returns a Enum corresponding to the string parameter If the string doesn't correspond to any Enum, returns an error (nil otherwise) This function is intended to be used to parse user input.

# Constants

BOH for a "Bunch Of Hosts", without cluster management.
DCOS managed cluster.
K8S for a pure Kubernetes cluster.
OHPC for a OpenHPC cluster.
SWARM for a pure docker swarm cluster.

# Type aliases

Enum represents the flavor of a cluster, in other words what technology is used behind the scene.