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 33a3372 commit 919aefdCopy full SHA for 919aefd
pkg/lib/bundle/supported_resources.go
@@ -21,6 +21,7 @@ const (
21
ConsoleCLIDownloadKind = "ConsoleCLIDownload"
22
ConsoleLinkKind = "ConsoleLink"
23
ConsolePlugin = "ConsolePlugin"
24
+ NetworkPolicyKind = "NetworkPolicy"
25
)
26
27
// Namespaced indicates whether the resource is namespace scoped (true) or cluster-scoped (false).
@@ -49,6 +50,7 @@ var supportedResources = map[string]Namespaced{
49
50
ConsoleCLIDownloadKind: false,
51
ConsoleLinkKind: false,
52
ConsolePlugin: false,
53
+ NetworkPolicyKind: true,
54
}
55
56
// IsSupported checks if the object kind is OLM-supported and if it is namespaced
0 commit comments