We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44486d6 commit dfe79f2Copy full SHA for dfe79f2
pkg/controller/operators/catalog/supportedresources.go
@@ -10,6 +10,7 @@ const (
10
ConsoleQuickStartKind = "ConsoleQuickStart"
11
ConsoleCLIDownloadKind = "ConsoleCLIDownload"
12
ConsoleLinkKind = "ConsoleLink"
13
+ ConsolePlugin = "ConsolePlugin"
14
)
15
16
var supportedKinds = map[string]struct{}{
@@ -22,6 +23,7 @@ var supportedKinds = map[string]struct{}{
22
23
ConsoleQuickStartKind: {},
24
ConsoleCLIDownloadKind: {},
25
ConsoleLinkKind: {},
26
+ ConsolePlugin: {},
27
}
28
29
// isSupported returns true if OLM supports this type of CustomResource.
0 commit comments