Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KindConfig ¶
type KindConfig struct {
// Binary is the path to the kind binary or just a name (has to be on the PATH in the latter case).
// Defaults to 'kind'.
Binary string `json:"binary"`
}
func LoadFromBytes ¶
func LoadFromBytes(data []byte) (*KindConfig, error)
func (*KindConfig) Default ¶
func (gc *KindConfig) Default() error
func (*KindConfig) String ¶
func (c *KindConfig) String() string
func (*KindConfig) Validate ¶
func (c *KindConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.