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.
Click to show internal directories.
Click to hide internal directories.