Documentation
¶
Index ¶
Constants ¶
View Source
const ( NodeConformance = `\[NodeConformance\]` Conformance = `\[Conformance\]` )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kubeone ¶
type Kubeone struct { // KubeoneDir is a temporary directory for storing test files (e.g. tf.json) KubeoneDir string // ConfigurationFilePath is a path to the KubeOneCluster manifest ConfigurationFilePath string }
Kubeone is wrapper around KubeOne CLI
func NewKubeone ¶
NewKubeone creates and initializes the Kubeone structure
func (*Kubeone) CreateConfig ¶ added in v0.9.0
CreateConfig creates a KubeOneCluster manifest
func (*Kubeone) Kubeconfig ¶ added in v0.9.0
Kubeconfig runs 'kubeone kubeconfig' command to create and store kubeconfig file
type Kubetest ¶
type Kubetest struct {
// contains filtered or unexported fields
}
Kubetest configures the Kubetest conformance tester
func NewKubetest ¶
NewKubetest creates and provisions the Kubetest structure
Click to show internal directories.
Click to hide internal directories.