Documentation ¶
Index ¶
Constants ¶
View Source
const ( ClusterDescriptionComputeDesired = "Compute (desired)" ClusterDescriptionComputeAutoscaled = "Compute (autoscaled)" )
View Source
const ( MaxRolePrefixLength = 32 MaxOIDCConfigPrefixLength = 15 )
role and OIDC config
View Source
const ( DefaultNamePrefix = "rosacli-ci" DefaultNameLength = 15 )
profile
View Source
const ( Ready = "ready" Installing = "installing" Waiting = "waiting" Pending = "pending" Error = "error" Uninstalling = "uninstalling" Validating = "validating" )
cluster status
View Source
const (
DefaultVPCCIDRValue = "10.0.0.0/16"
)
cluster configuration
Variables ¶
View Source
var ( VersionLatestPattern = regexp.MustCompile("latest") VersionMajorMinorPattern = regexp.MustCompile(`^[0-9]+\.[0-9]+$`) VersionRawPattern = regexp.MustCompile(`[0-9]+\.[0-9]+\.[0-9]+-?[0-9a-z\.-]*`) VersionFlexyPattern = regexp.MustCompile(`[zy]{1}-[1-3]{1}`) )
version pattern supported for the CI
View Source
var DefaultClassicWorkerPool = "worker"
View Source
var DefaultHostedWorkerPool = "workers"
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.