Skip to content

Commit

Permalink
Merge pull request #116 from joelsmith/main
Browse files Browse the repository at this point in the history
Move cluster-autoscaler operator to the right component
  • Loading branch information
openshift-merge-bot[bot] authored Apr 29, 2024
2 parents 94f2dfc + 8ac7135 commit 756bd68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -69545,12 +69545,12 @@
"Product": "OpenShift",
"Priority": 0,
"StaffApprovedObsolete": false,
"Component": "Pod Autoscaler",
"Component": "Cloud Compute / Cluster Autoscaler",
"Capabilities": [
"upgrade"
],
"JIRAComponent": "Pod Autoscaler",
"JIRAComponentID": 12367870
"JIRAComponent": "Cloud Compute / Cluster Autoscaler",
"JIRAComponentID": 12367727
},
{
"APIVersion": "v1",
Expand Down Expand Up @@ -312628,12 +312628,12 @@
"Product": "OpenShift",
"Priority": 0,
"StaffApprovedObsolete": false,
"Component": "Pod Autoscaler",
"Component": "Cloud Compute / Cluster Autoscaler",
"Capabilities": [
"operator-conditions"
],
"JIRAComponent": "Pod Autoscaler",
"JIRAComponentID": 12367870
"JIRAComponent": "Cloud Compute / Cluster Autoscaler",
"JIRAComponentID": 12367727
},
{
"APIVersion": "v1",
Expand Down
2 changes: 1 addition & 1 deletion pkg/components/cloudcompute/clusterautoscaler/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type Component struct {
var ClusterAutoscalerComponent = Component{
Component: &config.Component{
Name: "Cloud Compute / Cluster Autoscaler",
Operators: []string{},
Operators: []string{"cluster-autoscaler"},
DefaultJiraComponent: "Cloud Compute / Cluster Autoscaler",
Matchers: []config.ComponentMatcher{
{
Expand Down
2 changes: 1 addition & 1 deletion pkg/components/podautoscaler/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type Component struct {
var PodAutoscalerComponent = Component{
Component: &config.Component{
Name: "Pod Autoscaler",
Operators: []string{"cluster-autoscaler"},
Operators: []string{},
DefaultJiraComponent: "Pod Autoscaler",
Matchers: []config.ComponentMatcher{
{
Expand Down

0 comments on commit 756bd68

Please sign in to comment.