File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
pkg/controller/operators/catalog Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2438,6 +2438,9 @@ const (
2438
2438
PriorityClassKind = "PriorityClass"
2439
2439
VerticalPodAutoscalerKind = "VerticalPodAutoscaler"
2440
2440
ConsoleYAMLSampleKind = "ConsoleYAMLSample"
2441
+ ConsoleQuickStartKind = "ConsoleQuickStart"
2442
+ ConsoleCLIDownloadKind = "ConsoleCLIDownload"
2443
+ ConsoleLinkKind = "ConsoleLink"
2441
2444
)
2442
2445
2443
2446
var supportedKinds = map [string ]struct {}{
@@ -2447,6 +2450,9 @@ var supportedKinds = map[string]struct{}{
2447
2450
PriorityClassKind : {},
2448
2451
VerticalPodAutoscalerKind : {},
2449
2452
ConsoleYAMLSampleKind : {},
2453
+ ConsoleQuickStartKind : {},
2454
+ ConsoleCLIDownloadKind : {},
2455
+ ConsoleLinkKind : {},
2450
2456
}
2451
2457
2452
2458
// isSupported returns true if OLM supports this type of CustomResource.
You can’t perform that action at this time.
0 commit comments