enums

package
v0.0.0-...-7cac148 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 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 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

func GetNodeType(nodeType string) (NodeType, error)

Jump to

Keyboard shortcuts

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