Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeepAlived ¶
type KeepAlived struct {
// contains filtered or unexported fields
}
func NewKeepAlived ¶
func NewKeepAlived(client *clientset.Clientset, conf *KeepAlivedConfig) *KeepAlived
func (*KeepAlived) DelBalancer ¶
func (k *KeepAlived) DelBalancer(configMap string) error
func (*KeepAlived) SetBalancer ¶
func (k *KeepAlived) SetBalancer(configMap string, nexthops []corev1.Node) error
func (*KeepAlived) Start ¶
func (k *KeepAlived) Start(stopCh <-chan struct{}) error
type KeepAlivedConfig ¶
Click to show internal directories.
Click to hide internal directories.