Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Name is used as leaderelection namespace Namespace string `required:"true"` // NodeName is the node the pod is running on NodeName string `required:"true"` // Provider is the provide for floating ip Provider string `required:"true"` // ProviderToken is used to login to the provider ProviderToken string `required:"true"` // ProviderIPs is a list of floating ip ids ProviderIPs []int `required:"true"` }
Click to show internal directories.
Click to hide internal directories.