Skip to content

Commit dfe79f2

Browse files
authored
add support for ConsolePlugin (#3551)
1 parent 44486d6 commit dfe79f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/controller/operators/catalog/supportedresources.go

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const (
1010
ConsoleQuickStartKind = "ConsoleQuickStart"
1111
ConsoleCLIDownloadKind = "ConsoleCLIDownload"
1212
ConsoleLinkKind = "ConsoleLink"
13+
ConsolePlugin = "ConsolePlugin"
1314
)
1415

1516
var supportedKinds = map[string]struct{}{
@@ -22,6 +23,7 @@ var supportedKinds = map[string]struct{}{
2223
ConsoleQuickStartKind: {},
2324
ConsoleCLIDownloadKind: {},
2425
ConsoleLinkKind: {},
26+
ConsolePlugin: {},
2527
}
2628

2729
// isSupported returns true if OLM supports this type of CustomResource.

0 commit comments

Comments
 (0)