Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TkgAWSClusterSpec = &schema.Schema{ Type: schema.TypeList, Description: "The Tanzu Kubernetes Grid (TKGm) AWS cluster spec", Optional: true, MaxItems: 1, Elem: &schema.Resource{ Schema: map[string]*schema.Schema{ advancedConfigsKey: common.AdvancedConfigs, settingsKey: tkgAWSSettings, distributionKey: tkgAWSDistribution, topologyKey: tkgAWSTopology, }, }, }
Functions ¶
func ConstructTKGAWSClusterSpec ¶
func ConstructTKGAWSClusterSpec(data []interface{}) (spec *tkgawsmodel.VmwareTanzuManageV1alpha1ClusterInfrastructureTkgawsSpec)
func FlattenTKGAWSClusterSpec ¶
func FlattenTKGAWSClusterSpec(spec *tkgawsmodel.VmwareTanzuManageV1alpha1ClusterInfrastructureTkgawsSpec) (data []interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.