File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1- expectedMergeBase : cb9ea0032c95d59d8a4951593f6486ae6c03c0bb
1+ expectedMergeBase : baac660980549ef68329cd72b45906ddefa7f3c2
22upstreamBranch : main
33upstreamOrg : operator-framework
44upstreamRepo : operator-controller
Original file line number Diff line number Diff line change 11package labels
22
33const (
4- OwnerKindKey = "olm.operatorframework.io/owner-kind"
5- OwnerNameKey = "olm.operatorframework.io/owner-name"
6-
7- // Helm Secret annotations use the regex `(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?`
8- // to validate labels. Which is why a similar format as OwnerKindKey/OwnerNameKey
9- // cannot be used as they do not conform to the regex requirements.
10- PackageNameKey = "olm_operatorframework_io_package_name"
11- BundleNameKey = "olm_operatorframework_io_bundle_name"
12- BundleVersionKey = "olm_operatorframework_io_bundle_version"
4+ OwnerKindKey = "olm.operatorframework.io/owner-kind"
5+ OwnerNameKey = "olm.operatorframework.io/owner-name"
6+ PackageNameKey = "olm.operatorframework.io/package-name"
7+ BundleNameKey = "olm.operatorframework.io/bundle-name"
8+ BundleVersionKey = "olm.operatorframework.io/bundle-version"
139)
You can’t perform that action at this time.
0 commit comments