Skip to content

Commit

Permalink
Merge pull request #983 from andreadecorte/OCM-10871
Browse files Browse the repository at this point in the history
OCM-10871 | fix: add missing field in Hypershift model
  • Loading branch information
gdbranco authored Sep 9, 2024
2 parents a05b106 + 31a0112 commit de3e472
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions model/clusters_mgmt/v1/hypershift_config_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ struct HypershiftConfig {
// Contains the name of the current management cluster for this Hypershift cluster.
// Empty for non Hypershift clusters.
ManagementCluster String

// Contains the name of the hcp namespace for this Hypershift cluster.
// Empty for non Hypershift clusters.
HCPNamespace String
}

0 comments on commit de3e472

Please sign in to comment.