v1alpha1

package
v1.98.1 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// V1Alpha1 is the API version.
	V1Alpha1 = "mcm.gardener.cloud/v1alpha1"
	// Provider is a constant for the provider name.
	Provider = "local"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ProviderSpec

type ProviderSpec struct {
	// APIVersion determines the API version for the provider APIs.
	APIVersion string `json:"apiVersion,omitempty"`
	// Image is the container image to use for the node.
	Image string `json:"image,omitempty"`
	// IPPoolNameV4 is the name of the crd.projectcalico.org/v1.IPPool that should be used for machine pods for IPv4
	// addresses.
	IPPoolNameV4 string `json:"ipPoolNameV4,omitempty"`
	// IPPoolNameV6 is the name of the crd.projectcalico.org/v1.IPPool that should be used for machine pods for IPv6
	// addresses.
	IPPoolNameV6 string `json:"ipPoolNameV6,omitempty"`
}

ProviderSpec is the spec to be used while parsing the calls.

Jump to

Keyboard shortcuts

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