tanzu

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ControlPlane

type ControlPlane struct {
	HighAvailability  bool   `json:"highAvailability"`
	KubernetesVersion string `json:"kubernetesVersion"`
	VmClass           string `json:"vmClass"`
}

type DataCenter

type DataCenter string
const (
	DataCenterUnknown  DataCenter = ""
	DataCenterTrd1Cl01 DataCenter = "trd1-cl01"
	DataCenterTrd1Cl02 DataCenter = "trd1-cl02"
	DataCenterOsl1Cl01 DataCenter = "osl1-cl01"
)

type NodePool

type NodePool struct {
	Name              string `json:"name"`
	KubernetesVersion string `json:"kubernetesVersion"`
	Replicas          int64  `json:"replicas"`
	VmClass           string `json:"vmClass"`
}

type TanzuKubernetesClusterInput

type TanzuKubernetesClusterInput struct {
	Name         string       `json:"name"`
	Namespace    string       `json:"namespace"`
	DataCenter   string       `json:"dataCenter"`
	ControlPlane ControlPlane `json:"controlPlane"`
	NodePools    []NodePool   `json:"nodePools"`
}

Jump to

Keyboard shortcuts

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