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