Documentation
¶
Index ¶
- Constants
- func CNIConfig(clusterInfo *cluster.Info, _ string, status reporter.Interface) error
- func Connections(clusterInfo *cluster.Info, _ string, status reporter.Interface) error
- func Deployments(clusterInfo *cluster.Info, _ string, imageOverrides []string, ...) error
- func FirewallIntraVxLANConfig(clusterInfo *cluster.Info, namespace string, options FirewallOptions, ...) error
- func GlobalnetConfig(clusterInfo *cluster.Info, _ string, status reporter.Interface) error
- func K8sVersion(clusterInfo *cluster.Info, _ string, status reporter.Interface) error
- func KubeProxyMode(clusterInfo *cluster.Info, namespace string, imageOverrides []string, ...) error
- func NatDiscoveryConfigAcrossClusters(localClusterInfo, remoteClusterInfo *cluster.Info, namespace string, ...) error
- func ServiceDiscovery(clusterInfo *cluster.Info, _ string, status reporter.Interface) error
- func TunnelConfigAcrossClusters(localClusterInfo, remoteClusterInfo *cluster.Info, namespace string, ...) error
- type FirewallOptions
- type TargetPort
Constants ¶
View Source
const ( Libreswan = "libreswan" Wireguard = "wireguard" VxLAN = "vxlan" )
Variables ¶
This section is empty.
Functions ¶
func Connections ¶
func Deployments ¶
func GlobalnetConfig ¶
func K8sVersion ¶
func KubeProxyMode ¶
func ServiceDiscovery ¶ added in v0.14.0
Types ¶
type FirewallOptions ¶
Click to show internal directories.
Click to hide internal directories.