Skip to content

Commit 87afb4c

Browse files
jpinsonneautmshort
authored andcommitted
add support for ConsolePlugin (#1634)
Upstream-repository: operator-registry Upstream-commit: 7ff8e1b96f5abe1fbd0df29bf348d6e292d68124
1 parent 8e4d72b commit 87afb4c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

staging/operator-registry/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

vendor/github.com/operator-framework/operator-registry/pkg/lib/bundle/supported_resources.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)