Documentation
¶
Overview ¶
Package kindgenerator provides utilities for generating Kind cluster configurations.
This package implements the Generator interface for Kind v1alpha4.Cluster structures, producing YAML configuration files for Kind clusters.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
Marshaller marshaller.Marshaller[*v1alpha4.Cluster]
}
Generator generates a kind Cluster YAML.
func NewGenerator ¶
func NewGenerator() *Generator
NewGenerator creates and returns a new Generator instance.
Click to show internal directories.
Click to hide internal directories.