clusterclass

package
v1.4.6-rc4 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2024 License: MPL-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ResourceName = "tanzu-mission-control_cluster_class"

	// Root Keys.
	NameKey                  = "name"
	ManagementClusterNameKey = "management_cluster_name"
	ProvisionerNameKey       = "provisioner_name"

	// Computed Keys.
	WorkerClassesKey     = "worker_classes"
	VariablesSchemaKey   = "variables_schema"
	VariablesTemplateKey = "variables_template"
)

Variables

View Source
var VariablesSchema = &schema.Schema{
	Type:        schema.TypeString,
	Description: "JSON encoded OpenAPIV3 schema for the cluster class variables",
	Computed:    true,
}
View Source
var VariablesTemplateSchema = &schema.Schema{
	Type:        schema.TypeString,
	Description: "JSON encoded example template for the cluster class variables",
	Computed:    true,
}
View Source
var WorkerClassesSchema = &schema.Schema{
	Type:        schema.TypeList,
	Description: "Available worker classes in cluster class",
	Computed:    true,
	Elem: &schema.Schema{
		Type: schema.TypeString,
	},
}

Functions

func DataSourceClusterClass

func DataSourceClusterClass() *schema.Resource

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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