|
|
@@ -14,6 +14,7 @@ type Project struct {
|
|
|
AzureEnabled bool `json:"azure_enabled"`
|
|
|
HelmValuesEnabled bool `json:"helm_values_enabled"`
|
|
|
MultiCluster bool `json:"multi_cluster"`
|
|
|
+ EnableReprovision bool `json:"enable_reprovision"`
|
|
|
ValidateApplyV2 bool `json:"validate_apply_v2"`
|
|
|
}
|
|
|
|
|
|
@@ -27,6 +28,7 @@ type FeatureFlags struct {
|
|
|
AzureEnabled bool `json:"azure_enabled,omitempty"`
|
|
|
HelmValuesEnabled bool `json:"helm_values_enabled,omitempty"`
|
|
|
MultiCluster bool `json:"multi_cluster,omitempty"`
|
|
|
+ EnableReprovision bool `json:"enable_reprovision,omitempty"`
|
|
|
ValidateApplyV2 bool `json:"validate_apply_v2"`
|
|
|
}
|
|
|
|