Skip to content

Commit

Permalink
Merge pull request #2351 from mnecas/OCM-10374
Browse files Browse the repository at this point in the history
OCM-10374 | fix: Add Limited Support Reason Override support
  • Loading branch information
openshift-merge-bot[bot] authored Sep 11, 2024
2 parents 90494f7 + 669c0ee commit 8ddb09b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/ocm/limited_support.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ func (c *Client) GetLimitedSupportReasons(clusterID string) (
LimitedSupportReasons()
page := 1
size := 100
search := "override_enabled='f'"
for {
response, err := collection.List().
Page(page).
Parameter("search", search).
Size(size).
Send()
if err != nil {
Expand Down

0 comments on commit 8ddb09b

Please sign in to comment.