Documentation
¶
Index ¶
Constants ¶
View Source
const ( CloudPlatformAWS = "aws" CloudPlatformAliyun = "aliyun" // The name from github, XD. CloudPlatformTencent = "tencentyun" )
Variables ¶
View Source
var DeployPolicyMap = map[DeployPolicy]string{ DeployPolicyBlue: "blue", DeployPolicyGreen: "green", DeployPolicyRed: "red", DeployPolicyBlack: "black", }
Functions ¶
func FromDeployPolicy ¶
func FromDeployPolicy(policy DeployPolicy) string
Types ¶
type DeployPolicy ¶
type DeployPolicy uint
const ( DeployPolicyBlue DeployPolicy = iota + 1 DeployPolicyGreen DeployPolicyRed DeployPolicyBlack )
func ToEnv ¶
func ToEnv(sPolicy string) DeployPolicy
Click to show internal directories.
Click to hide internal directories.