Documentation ¶
Index ¶
Constants ¶
View Source
const ( Web = "WEB" DeployEnvFormat = "^[A-Za-z_][A-Za-z0-9_]*" NotDeleteValue = "N" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvConfig ¶
type EnvConfig struct {
// contains filtered or unexported fields
}
EnvConfig 命名空间参数
func (*EnvConfig) GetDeployConfigs ¶
func (e *EnvConfig) GetDeployConfigs(namespace string) ([]apistructs.EnvConfig, error)
GetDeployConfigs 根据指定 namespace 获取部署环境变量配置
Click to show internal directories.
Click to hide internal directories.