clustergroup

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2023 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

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 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 DataSourceClusterGroup() *schema.Resource

func FlattenClusterGroupFullname added in v1.1.0

func FlattenClusterGroupFullname(fullname *clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFullName) (data []interface{})

func ResourceClusterGroup

func ResourceClusterGroup() *schema.Resource

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL