Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlPlane ¶
type DataCenter ¶
type DataCenter string
const ( DataCenterUnknown DataCenter = "" DataCenterTrd1Cl01 DataCenter = "trd1-cl01" DataCenterTrd1Cl02 DataCenter = "trd1-cl02" DataCenterOsl1Cl01 DataCenter = "osl1-cl01" )
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"` }
Click to show internal directories.
Click to hide internal directories.