Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentState ¶
type DeploymentState string
const ( DeploymentStatePreDeploy DeploymentState = constants.PRE_DEPLOY DeploymentStatePostDeploy DeploymentState = constants.POST_DEPLOY )
func GetDeploymentState ¶
func GetDeploymentState(deploymentState string) (DeploymentState, error)
type NodeType ¶
type NodeType string
const ( NodeTypeAutomate NodeType = constants.AUTOMATE NodeTypeChefServer NodeType = constants.CHEF_INFRA_SERVER NodeTypePostgresql NodeType = constants.POSTGRESQL NodeTypeOpensearch NodeType = constants.OPENSEARCH NodeTypeBastion NodeType = constants.BASTION )
func GetNodeType ¶
Click to show internal directories.
Click to hide internal directories.