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