Documentation
¶
Overview ¶
Package colima provides a cluster.Manager implementation using Colima.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidMemoryFormat is returned when memory format is invalid. ErrInvalidMemoryFormat = fmt.Errorf("invalid memory format") // ErrInvalidMemoryValue is returned when memory value cannot be parsed. ErrInvalidMemoryValue = fmt.Errorf("invalid memory value") // ErrK3SVersionNotDefined is returned when GL_K3S_VERSION is not defined in .gitlab-ci-other-versions.yml. ErrK3SVersionNotDefined = fmt.Errorf("required fallback GL_K3S_VERSION is not defined in .gitlab-ci-other-versions.yml") )
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
Driver implements cluster.Manager using Colima as the backend.
func NewDriver ¶
func NewDriver(profileName string, executor executor.CommandRunner) *Driver
NewDriver creates a new Colima driver with the given profile name.
Click to show internal directories.
Click to hide internal directories.