File tree 1 file changed +5
-9
lines changed
1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
package labels
2
2
3
3
const (
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"
13
9
)
You can’t perform that action at this time.
0 commit comments