Documentation ¶
Index ¶
- Constants
- Variables
- func ConstructClusterGroupFullname(data []interface{}) (fullname *clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFullName)
- func DataSourceClusterGroup() *schema.Resource
- func FlattenClusterGroupFullname(fullname *clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFullName) (data []interface{})
- func ResourceClusterGroup() *schema.Resource
Constants ¶
View Source
const ( ResourceName = "tanzu-mission-control_cluster_group" NameKey = "name" )
Variables ¶
View Source
var ClusterGroupFullname = &schema.Schema{ Type: schema.TypeList, Description: "The schema for cluster group iam policy full name", Optional: true, ForceNew: true, MaxItems: 1, Elem: &schema.Resource{ Schema: map[string]*schema.Schema{ NameKey: { Type: schema.TypeString, Description: "Name of the cluster group", Required: true, ForceNew: true, }, }, }, }
Functions ¶
func ConstructClusterGroupFullname ¶ added in v1.1.0
func ConstructClusterGroupFullname(data []interface{}) (fullname *clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFullName)
func DataSourceClusterGroup ¶
func FlattenClusterGroupFullname ¶ added in v1.1.0
func FlattenClusterGroupFullname(fullname *clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFullName) (data []interface{})
func ResourceClusterGroup ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.