Skip to content

Commit

Permalink
OCM-1534: add backplane_url field in the environment struct.
Browse files Browse the repository at this point in the history
This allows the backplane url to be returned as a response for the GET & PATCH call to the /api/clusters_mgmt/v1/environment API
  • Loading branch information
machi1990 committed Sep 6, 2023
1 parent 56a96c2 commit e832722
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions model/clusters_mgmt/v1/environment_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ struct Environment {

// last time that the worker checked for limited support clusters
LastLimitedSupportCheck Date

// the backplane url for the environment
BackplaneURL String
}

0 comments on commit e832722

Please sign in to comment.