Documentation
¶
Overview ¶
Package k3d provides a cluster.Manager implementation using k3d.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
Driver implements the cluster.Manager interface for k3d.
func NewDriver ¶
func NewDriver(profileName string, exec executor.CommandRunner) *Driver
NewDriver creates a new k3d driver with the given profile name.
Click to show internal directories.
Click to hide internal directories.