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 flavor of a cluster, in other words what technology is used behind the scene
const ( // DCOS managed cluster DCOS Enum // K8S for a pure Kubernetes cluster K8S // SWARM for a pure docker swarm cluster SWARM // BOH for a "Bunch Of Hosts", without cluster management BOH // OHPC for a OpenHPC cluster OHPC )
Click to show internal directories.
Click to hide internal directories.