diff --git a/model/clusters_mgmt/v1/hypershift_config_type.model b/model/clusters_mgmt/v1/hypershift_config_type.model index c83ecbf4..8c588cf0 100644 --- a/model/clusters_mgmt/v1/hypershift_config_type.model +++ b/model/clusters_mgmt/v1/hypershift_config_type.model @@ -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 }