diff --git a/apis/management.cattle.io/v3/global_types.go b/apis/management.cattle.io/v3/global_types.go index e0fc5194..78370c34 100644 --- a/apis/management.cattle.io/v3/global_types.go +++ b/apis/management.cattle.io/v3/global_types.go @@ -27,6 +27,7 @@ type FeatureSpec struct { } type FeatureStatus struct { - Dynamic bool `json:"dynamic"` - Default bool `json:"default"` + Dynamic bool `json:"dynamic"` + Default bool `json:"default"` + Description string `json:"description"` }