providers

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: May 14, 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 Provider

type Provider struct {
	Name     string       `json:"name"`
	Type     ProviderType `json:"type"`
	Disabled bool         `json:"disabled"`
}

type ProviderKubernetesVersion

type ProviderKubernetesVersion struct {
	Name     string `json:"name"`
	Version  string `json:"version"`
	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"
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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