Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { Name string `json:"name"` Type ProviderType `json:"type"` Disabled bool `json:"disabled"` }
type ProviderType ¶
type ProviderType string
const ( ProviderTypeUnknown ProviderType = "unknown" ProviderTypeTanzu ProviderType = "tanzu" ProviderTypeAks ProviderType = "aks" ProviderTypeK3d ProviderType = "k3d" ProviderTypeKind ProviderType = "kind" ProviderTypeGke ProviderType = "gke" ProviderTypeTalos ProviderType = "talos" )
Click to show internal directories.
Click to hide internal directories.