Documentation ¶
Index ¶
Constants ¶
View Source
const ( IPMIToolPathFlagName = "ipmitool-path" KubeConfigFlagName = "kubeconfig" PeriodFlagName = "period" NodeNameFlagName = "nodename" DefaultIPMIToolPath = "ipmitool" DefaultKubeConfigFile = "~/.kube/config" DefaultPeriod = "1h" // APICallRetryInterval defines how long plugin should wait before retrying a failed API operation APICallRetryInterval = 500 * time.Millisecond // PatchNodeTimeout specifies how long plugin should wait for applying the label and taint on the master before timing out PatchNodeTimeout = 2 * time.Minute NodeNameEnvName = "NODENAME" IPMIAnnotationKey = "ipmi.alpha.kubernetes.io/net" )
Variables ¶
View Source
var IPMIConfigurationKeys = []string{
"IP Address Source",
"IP Address",
"Subnet Mask",
"MAC Address",
"Default Gateway IP",
"Default Gateway MAC",
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.