Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TkgServiceVsphere = &schema.Schema{ Type: schema.TypeList, Description: "The Tanzu Kubernetes Grid Service (TKGs) cluster spec", Optional: true, MaxItems: 1, Elem: &schema.Resource{ Schema: map[string]*schema.Schema{ settingsKey: settings, distributionKey: distribution, topologyKey: topology, }, }, }
Functions ¶
func ConstructTKGSSpec ¶
func ConstructTKGSSpec(data []interface{}) (spec *tkgservicevspheremodel.VmwareTanzuManageV1alpha1ClusterInfrastructureTkgservicevsphereSpec)
func FlattenTKGSSpec ¶
func FlattenTKGSSpec(spec *tkgservicevspheremodel.VmwareTanzuManageV1alpha1ClusterInfrastructureTkgservicevsphereSpec) (data []interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.