Documentation ¶
Index ¶
Constants ¶
View Source
const ( TEST_ENV = "test" PRODUCTION_ENV = "production" RESOURCE_IDENTITY = "resource-identity" RESOURCE_IDENTITY_TYPE = "oam.alibaba.dev/v1.ResourceIdentity" ROS_GROUP = "ros.aliyun.com" ROS_FINALIZER = "ros.aliyun.com/ros-finalizer" BASE_USER_AGENT = "ros-oam" )
Variables ¶
View Source
var (
RosCtrlConf = RosControllerConfig{}
)
Functions ¶
Types ¶
type RosControllerConfig ¶
type RosControllerConfig struct { // HA LeaderElection bool LeaderLockName string LeaderElectionNamespace string Namespace string // Env Env string UserAgent string WorkAsRosCrd bool // Log LoggerDebug bool LogToFile bool LogFilePath string // API Endpoint string RegionId string // AK AccessKeyId string AccessKeySecret string CredentialSecretName string // Lifecycle UpdateApp bool StackCheckInterval int // dryRun DryRun bool }
Click to show internal directories.
Click to hide internal directories.