We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9ae5a commit 3c1daa9Copy full SHA for 3c1daa9
pkg/lib/ownerutil/util.go
@@ -20,10 +20,9 @@ import (
20
)
21
22
const (
23
- OwnerKey = "olm.owner"
24
- OwnerNamespaceKey = "olm.owner.namespace"
25
- OwnerKind = "olm.owner.kind"
26
- OwnerPackageServer = "packageserver"
+ OwnerKey = "olm.owner"
+ OwnerNamespaceKey = "olm.owner.namespace"
+ OwnerKind = "olm.owner.kind"
27
28
29
var (
0 commit comments