kind

package
v0.9.7 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	X86_64 kindArch = "amd64"
	Arm64  kindArch = "arm64"
)
View Source
var CloudConfigTemplate []byte

Functions

func CloudConfig

func CloudConfig(data *DataValues) (*string, error)

Types

type DataValues

type DataValues struct {
	Arch              kindArch
	KindVersion       string
	KindImage         string
	PublicIP          string
	Username          string
	ExtraPortMappings []PortMapping
}

type PortMapping added in v0.9.5

type PortMapping struct {
	ContainerPort int    `json:"containerPort"`
	HostPort      int    `json:"hostPort"`
	Protocol      string `json:"protocol"`
}

func ParseExtraPortMappings added in v0.9.5

func ParseExtraPortMappings(extraPortMappingsJSON string) ([]PortMapping, error)

Jump to

Keyboard shortcuts

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