Documentation ¶
Index ¶
- Variables
- func LookupExtInterface(iface *net.Interface, netMode int) (*backend.ExternalInterface, error)
- func Prepare(ctx context.Context, nodeConfig *config.Node) error
- func Run(ctx context.Context, nodeConfig *config.Node, nodes typedcorev1.NodeInterface) error
- func WriteSubnetFile(path string, nw ip.IP4Net, nwv6 ip.IP6Net, ipMasq bool, bn backend.Network, ...) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FlannelBaseAnnotation = "flannel.alpha.coreos.com" FlannelExternalIPv4Annotation = FlannelBaseAnnotation + "/public-ip-overwrite" FlannelExternalIPv6Annotation = FlannelBaseAnnotation + "/public-ipv6-overwrite" )
Functions ¶
func LookupExtInterface ¶
func Run ¶
func Run(ctx context.Context, nodeConfig *config.Node, nodes typedcorev1.NodeInterface) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.