cloudprovider

package
v0.0.0-...-f4dfa5d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2024 License: Apache-2.0 Imports: 43 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Ready       = condition.Cond("Ready")
	DefaultLBNS = meta.NamespaceSystem
)

Variables

View Source
var (
	InternalIPKey = version.Program + ".io/internal-ip"
	ExternalIPKey = version.Program + ".io/external-ip"
	HostnameKey   = version.Program + ".io/hostname"
)
View Source
var (
	DefaultLBImage = "rancher/klipper-lb:v0.4.5"
)

Functions

This section is empty.

Types

type Config

type Config struct {
	LBEnabled   bool   `json:"lbEnabled"`
	LBImage     string `json:"lbImage"`
	LBNamespace string `json:"lbNamespace"`
	NodeEnabled bool   `json:"nodeEnabled"`
	Rootless    bool   `json:"rootless"`
}

Config describes externally-configurable cloud provider configuration. This is normally unmarshalled from a JSON config file.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL