Documentation ¶
Overview ¶
Package pod allows you to configure the syncer with vnodes backed by a vn-agent running without hostNetworking
WARNING: For anyone implementing this you should have a node level check for example node-exporter or an initContainer on the vn-agent which updates a condition on the Node or other part of the node object. By doing this the syncer will update all your VirtualClusters VNodes anytime the vn-agent is rescheduled, this can be done without rebinding.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPodVirtualNodeProvider ¶
func NewPodVirtualNodeProvider(vnAgentPort int32, vnAgentNamespaceName, vnAgentLabelSelector string, client clientset.Interface, labelsToSync, taintsToSync map[string]struct{}) vnodeprovider.VirtualNodeProvider
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.