package
22.11.9
Repository: https://github.com/cs-si/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

Large allows the cluster to be resistant to 2 master failures and is sized for high Large of agents.
Normal allows the cluster to be resistant to 1 master failure.
Small is the simplest mode of cluster.

# Type aliases

Enum represents the complexity of a cluster.