Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPodCidrFromNodeSpec ¶
func GetPodCidrFromNodeSpec(clientset *kubernetes.Clientset) (string, error)
func InsertPodCidrInCniSpec ¶
Types ¶
type Broadcaster ¶
type Broadcaster struct {
// contains filtered or unexported fields
}
func NewBroadcaster ¶
func NewBroadcaster() *Broadcaster
func (*Broadcaster) Add ¶
func (b *Broadcaster) Add(listener Listener)
func (*Broadcaster) Notify ¶
func (b *Broadcaster) Notify(instance interface{})
type ListenerFunc ¶
type ListenerFunc func(instance interface{})
func (ListenerFunc) OnUpdate ¶
func (f ListenerFunc) OnUpdate(instance interface{})
Click to show internal directories.
Click to hide internal directories.