We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 161c86b + 7ad36c7 commit 7988750Copy full SHA for 7988750
pkg/controller/operators/catalog/operator.go
@@ -2077,6 +2077,7 @@ const (
2077
PodDisruptionBudgetKind = "PodDisruptionBudget"
2078
PriorityClassKind = "PriorityClass"
2079
VerticalPodAutoscalerKind = "VerticalPodAutoscaler"
2080
+ ConsoleYAMLSampleKind = "ConsoleYAMLSample"
2081
)
2082
2083
var supportedKinds = map[string]struct{}{
@@ -2085,6 +2086,7 @@ var supportedKinds = map[string]struct{}{
2085
2086
PodDisruptionBudgetKind: {},
2087
PriorityClassKind: {},
2088
VerticalPodAutoscalerKind: {},
2089
+ ConsoleYAMLSampleKind: {},
2090
}
2091
2092
// isSupported returns true if OLM supports this type of CustomResource.
0 commit comments