Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultImage which will be used if non is provided. DefaultImage = "docker.io/rancher/k3s:v0.4.0" // InsecurePort assigned to the K3s cluster. InsecurePort = "8080" // BindAddress assigned to the K3s cluster. BindAddress = "0.0.0.0" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct {
// Image which will be used for spinning up K3s.
Image string
// CRDDirectoryPaths for preloading CustomResourceDefinitions.
// This is field name was taken from the controller-runtime envtest package
// for compatibility reasons.
CRDDirectoryPaths []string
// contains filtered or unexported fields
}
Environment which will back the Kubebuilder testsuite.
Click to show internal directories.
Click to hide internal directories.

