37 Star 396 Fork 71

GVPrancher/rancher

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
constants.go 3.58 KB
一键复制 编辑 原始数据 按行查看 历史
phli 提交于 2018-08-24 01:00 . secure local registry
package utils
const (
PipelineNamespace = "cattle-pipeline"
PipelineNamespaceSuffix = "-pipeline"
JenkinsName = "jenkins"
PipelineName = "pipeline"
PipelineSecretName = "pipeline-secret"
PipelineSecretUserKey = "admin-user"
PipelineSecretTokenKey = "admin-token"
PipelineSecretRegistryTokenKey = "registry-token"
PipelineSecretDefaultUser = "admin"
PipelineSecretDefaultToken = "admin123"
RegistryName = "docker-registry"
RegistryProxyName = "registry-proxy"
RegistryCrt = "client.cert"
RegistryKey = "client.key"
RegistryCACrt = "ca.crt"
RegistryCAKey = "ca.key"
RegistryCACrtSecretName = "registry-ca-crt"
RegistryCrtSecretName = "registry-crt"
RegistryCrtVolumeName = "crt"
RegistryAuthVolumeName = "auth"
RegistryAuthPath = "/opt/auth/"
RegistryCrtPath = "/opt/crt/"
RegistryMappingPath = "/opt/mapping/"
RegistryPortMappingKey = "mappings"
RegistryPortMappingFile = "mappings.yaml"
PublishSecretUserKey = "username"
PublishSecretPwKey = "password"
DockerCredentialName = "pipeline-docker-registry"
ProxyConfigMapName = "proxy-mappings"
MinioName = "minio"
MinioBucketLocation = "local"
MinioLogBucket = "pipeline-logs"
NetWorkPolicyName = "pipeline-np"
LabelKeyApp = "app"
LabelKeyJenkins = "jenkins"
JenkinsMaster = "master"
LabelKeyExecution = "execution"
DefaultRegistry = "index.docker.io"
LocalRegistry = "docker-registry"
DefaultTag = "latest"
JenkinsPort = 8080
JenkinsJNLPPort = 50000
RegistryPort = 443
MinioPort = 9000
WebhookEventPush = "push"
WebhookEventPullRequest = "pull_request"
WebhookEventTag = "tag"
TriggerTypeUser = "user"
TriggerTypeWebhook = "webhook"
StateWaiting = "Waiting"
StateBuilding = "Building"
StateSuccess = "Success"
StateFailed = "Failed"
StateSkipped = "Skipped"
StateAborted = "Aborted"
StateQueueing = "Queueing"
StatePending = "Pending"
StateDenied = "Denied"
PipelineFinishLabel = "pipeline.project.cattle.io/finish"
LocalRegistryPortLabel = "pipeline.project.cattle.io/local-registry-port"
PipelineNamespaceLabel = "pipeline.project.cattle.io/pipeline-namespace"
PipelineFileYml = ".rancher-pipeline.yml"
PipelineFileYaml = ".rancher-pipeline.yaml"
EnvGitRepoName = "CICD_GIT_REPO_NAME"
EnvGitURL = "CICD_GIT_URL"
EnvGitCommit = "CICD_GIT_COMMIT"
EnvGitRef = "CICD_GIT_REF"
EnvGitBranch = "CICD_GIT_BRANCH"
EnvGitTag = "CICD_GIT_TAG"
EnvTriggerType = "CICD_TRIGGER_TYPE"
EnvEvent = "CICD_EVENT"
EnvExecutionID = "CICD_EXECUTION_ID"
EnvExecutionSequence = "CICD_EXECUTION_SEQUENCE"
EnvPipelineID = "CICD_PIPELINE_ID"
EnvProjectID = "CICD_PROJECT_ID"
EnvClusterID = "CICD_CLUSTER_ID"
EnvRegistry = "CICD_REGISTRY"
EnvImageRepo = "CICD_IMAGE_REPO"
EnvLocalRegistry = "CICD_LOCAL_REGISTRY"
SettingExecutorQuota = "executor-quota"
SettingExecutorQuotaDefault = "2"
SettingSigningDuration = "registry-signing-duration"
SettingSigningDurationDefault = "2160h"
DefaultTimeout = 60
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/rancher/rancher.git
git@gitee.com:rancher/rancher.git
rancher
rancher
rancher
v2.1.2-rc12

搜索帮助

344bd9b3 5694891 D2dac590 5694891