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)
Click to show internal directories.
Click to hide internal directories.