clustercomplexity

package
v22.11.7 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2023 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 Enum

type Enum int

Enum represents the complexity of a cluster

const (
	// Small is the simplest mode of cluster
	Small Enum = 1
	// Normal allows the cluster to be resistant to 1 master failure
	Normal Enum = 3
	// Large allows the cluster to be resistant to 2 master failures and is sized for high Large of agents
	Large Enum = 5
)

func Parse

func Parse(v string) (Enum, error)

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.

Jump to

Keyboard shortcuts

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