Skip to content

Commit 7ff8e1b

Browse files
authored
add support for ConsolePlugin (#1634)
1 parent dc4ebfc commit 7ff8e1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/lib/bundle/supported_resources.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const (
2020
ConsoleQuickStartKind = "ConsoleQuickStart"
2121
ConsoleCLIDownloadKind = "ConsoleCLIDownload"
2222
ConsoleLinkKind = "ConsoleLink"
23+
ConsolePlugin = "ConsolePlugin"
2324
)
2425

2526
// Namespaced indicates whether the resource is namespace scoped (true) or cluster-scoped (false).
@@ -47,6 +48,7 @@ var supportedResources = map[string]Namespaced{
4748
ConsoleQuickStartKind: false,
4849
ConsoleCLIDownloadKind: false,
4950
ConsoleLinkKind: false,
51+
ConsolePlugin: false,
5052
}
5153

5254
// IsSupported checks if the object kind is OLM-supported and if it is namespaced

0 commit comments

Comments
 (0)