瀏覽代碼

importing changes

Stefan McShane 3 年之前
父節點
當前提交
90751fd5de
共有 1 個文件被更改,包括 6 次插入5 次删除
  1. 6 5
      internal/models/project.go

+ 6 - 5
internal/models/project.go

@@ -58,11 +58,12 @@ type Project struct {
 	AzureIntegrations  []ints.AzureIntegration  `json:"azure_integrations"`
 	GitlabIntegrations []ints.GitlabIntegration `json:"gitlab_integrations"`
 
-	PreviewEnvsEnabled  bool
-	RDSDatabasesEnabled bool
-	ManagedInfraEnabled bool
-	StacksEnabled       bool
-	APITokensEnabled    bool
+	PreviewEnvsEnabled     bool
+	RDSDatabasesEnabled    bool
+	ManagedInfraEnabled    bool
+	StacksEnabled          bool
+	APITokensEnabled       bool
+	CapiProvisionerEnabled bool
 }
 
 // ToProjectType generates an external types.Project to be shared over REST