Documentation
¶
Overview ¶
Package cloudproviderkindinstaller provides a Helm-based installer for Cloud Provider KIND. Cloud Provider KIND enables LoadBalancer service type support for Kind clusters.
Index ¶
Constants ¶
View Source
const ( // ContainerName is the name of the cloud-provider-kind container managed by KSail. ContainerName = "ksail-cloud-provider-kind" // KindNetworkName is the Docker network used by Kind clusters. KindNetworkName = "kind" )
Variables ¶
This section is empty.
Functions ¶
func CloudProviderKindImage ¶
func CloudProviderKindImage() string
CloudProviderKindImage returns the cloud-provider-kind image.
Types ¶
type Installer ¶ added in v5.30.0
type Installer struct {
// contains filtered or unexported fields
}
Installer manages the cloud-provider-kind controller as a Docker container.
func NewInstaller ¶ added in v5.30.0
NewInstaller creates a new Cloud Provider KIND installer instance.
func (*Installer) Images ¶ added in v5.30.0
Images returns the container images used by cloud-provider-kind.
Click to show internal directories.
Click to hide internal directories.