Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TkgVsphereClusterSpec = &schema.Schema{ Type: schema.TypeList, Description: "The Tanzu Kubernetes Grid (TKGm) vSphere cluster spec", Optional: true, MaxItems: 1, Elem: &schema.Resource{ Schema: map[string]*schema.Schema{ advancedConfigsKey: common.AdvancedConfigs, settingsKey: tkgVsphereSettings, distributionKey: tkgVsphereDistribution, topologyKey: tkgVsphereTopology, }, }, }
Functions ¶
func ConstructTKGVsphereClusterSpec ¶
func ConstructTKGVsphereClusterSpec(data []interface{}) (spec *tkgvspheremodel.VmwareTanzuManageV1alpha1ClusterInfrastructureTkgvsphereSpec)
func FlattenTKGVsphereClusterSpec ¶
func FlattenTKGVsphereClusterSpec(spec *tkgvspheremodel.VmwareTanzuManageV1alpha1ClusterInfrastructureTkgvsphereSpec) (data []interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.