Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KindK8sVersions map[string]kindK8SImages = map[string]kindK8SImages{
"v1.33": {"v0.29.0", "kindest/node:v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f"},
"v1.32": {"v0.29.0", "kindest/node:v1.32.5@sha256:e3b2327e3a5ab8c76f5ece68936e4cafaa82edf58486b769727ab0b3b97a5b0d"},
"v1.31": {"v0.29.0", "kindest/node:v1.31.9@sha256:b94a3a6c06198d17f59cca8c6f486236fa05e2fb359cbd75dabbfc348a10b211"},
"v1.30": {"v0.29.0", "kindest/node:v1.30.13@sha256:397209b3d947d154f6641f2d0ce8d473732bd91c87d9575ade99049aa33cd648"},
}
Functions ¶
func Create ¶
func Create(ctx *maptContext.ContextArgs, args *KindArgs) error
Create orchestrate 3 stacks: If spot is enable it will run best spot option to get the best option to spin the machine Then it will run the stack for windows dedicated host
func Destroy ¶
func Destroy(ctx *maptContext.ContextArgs) (err error)
Will destroy resources related to machine
Types ¶
type KindArgs ¶
type KindArgs struct {
Prefix string
InstanceRequest instancetypes.InstanceRequest
Version string
Arch string
Spot bool
Timeout string
}
Click to show internal directories.
Click to hide internal directories.