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.
1 parent ff94842 commit 7ad36c7Copy full SHA for 7ad36c7
pkg/controller/operators/catalog/operator.go
@@ -1947,6 +1947,7 @@ const (
1947
PodDisruptionBudgetKind = "PodDisruptionBudget"
1948
PriorityClassKind = "PriorityClass"
1949
VerticalPodAutoscalerKind = "VerticalPodAutoscaler"
1950
+ ConsoleYAMLSampleKind = "ConsoleYAMLSample"
1951
)
1952
1953
var supportedKinds = map[string]struct{}{
@@ -1955,6 +1956,7 @@ var supportedKinds = map[string]struct{}{
1955
1956
PodDisruptionBudgetKind: {},
1957
PriorityClassKind: {},
1958
VerticalPodAutoscalerKind: {},
1959
+ ConsoleYAMLSampleKind: {},
1960
}
1961
1962
// isSupported returns true if OLM supports this type of CustomResource.
0 commit comments