kubernetes-operator/pkg/controller/jenkins/constants/labels.go

12 lines
171 B
Go

package constants
const (
LabelAppKey = "app"
LabelAppValue = OperatorName
LabelWatchKey = "watch"
LabelWatchValue = "true"
LabelJenkinsCRKey = "jenkins-cr"
)