Skip to content

Commit

Permalink
Automatic Update Terraform Types to to v0.16.0 (#234)
Browse files Browse the repository at this point in the history
Automatic Update Terraform Types to v0.1.

---------

Co-authored-by: Jiacheng Xu <[email protected]>
  • Loading branch information
akuitybot and jiachengxu authored Sep 13, 2024
1 parent 2c3cf26 commit ba81da4
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions akp/apis/v1alpha1/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,16 @@ type ManagedClusterConfig struct {
}

type ClusterData struct {
Size ClusterSize `json:"size,omitempty"`
AutoUpgradeDisabled *bool `json:"autoUpgradeDisabled,omitempty"`
Kustomization runtime.RawExtension `json:"kustomization,omitempty"`
AppReplication *bool `json:"appReplication,omitempty"`
TargetVersion string `json:"targetVersion,omitempty"`
RedisTunneling *bool `json:"redisTunneling,omitempty"`
DatadogAnnotationsEnabled *bool `json:"datadogAnnotationsEnabled,omitempty"`
EksAddonEnabled *bool `json:"eksAddonEnabled,omitempty"`
ManagedClusterConfig *ManagedClusterConfig `json:"managedClusterConfig,omitempty"`
MultiClusterK8SDashboardEnabled *bool `json:"multiClusterK8sDashboardEnabled,omitempty"`
Size ClusterSize `json:"size,omitempty"`
AutoUpgradeDisabled *bool `json:"autoUpgradeDisabled,omitempty"`
Kustomization runtime.RawExtension `json:"kustomization,omitempty"`
AppReplication *bool `json:"appReplication,omitempty"`
TargetVersion string `json:"targetVersion,omitempty"`
RedisTunneling *bool `json:"redisTunneling,omitempty"`

DatadogAnnotationsEnabled *bool `json:"datadogAnnotationsEnabled,omitempty"`
EksAddonEnabled *bool `json:"eksAddonEnabled,omitempty"`
ManagedClusterConfig *ManagedClusterConfig `json:"managedClusterConfig,omitempty"`

MultiClusterK8SDashboardEnabled *bool `json:"multiClusterK8sDashboardEnabled,omitempty"`
}

0 comments on commit ba81da4

Please sign in to comment.