network

package
v1.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Overview

Package network contains code for configuring network services.

Index

Constants

View Source
const (
	// NSXTTypeNetwork is the name of the NSX-T network type.
	NSXTTypeNetwork = "nsx-t"
	// NSXTVNetSelectorKey is also defined in VM Operator.
	NSXTVNetSelectorKey = "ncp.vmware.com/virtual-network-name"
	// NSXTVPCSubnetSetNetworkType is the name of the NSX VPC network type. Please refer to:
	// https://github.com/vmware-tanzu/vm-operator/blob/main/api/v1alpha1/virtualmachine_types.go#L149.
	NSXTVPCSubnetSetNetworkType = "nsx-t-subnetset"

	// CAPVDefaultNetworkLabel is a label used to identify the default network.
	CAPVDefaultNetworkLabel = "capv.vmware.com/is-default-network"
	// NetOpNetworkNameAnnotation is the key used in an annotation to define the NetOp network. The expected value is the network name.
	NetOpNetworkNameAnnotation = "netoperator.vmware.com/network-name"

	// SystemNamespace is the namespace where supervisor control plane VMs reside.
	SystemNamespace = "kube-system"
)

Variables

This section is empty.

Functions

func DummyLBNetworkProvider

func DummyLBNetworkProvider() services.NetworkProvider

DummyLBNetworkProvider returns an instance of dummy network provider that has a LB.

func DummyNetworkProvider

func DummyNetworkProvider() services.NetworkProvider

DummyNetworkProvider returns an instance of dummy network provider.

func GetNSXTVirtualNetworkName

func GetNSXTVirtualNetworkName(clusterName string) string

GetNSXTVirtualNetworkName returns the name of the NSX-T vnet object.

func NSXTVpcNetworkProvider added in v1.10.0

func NSXTVpcNetworkProvider(client client.Client) services.NetworkProvider

NSXTVpcNetworkProvider returns an instance of nsx-vpc type network provider.

func NetOpNetworkProvider

func NetOpNetworkProvider(client client.Client) services.NetworkProvider

NetOpNetworkProvider returns a NetOp (VDS) Network Provider.

func NsxtNetworkProvider

func NsxtNetworkProvider(client client.Client, disableFW string) services.NetworkProvider

NsxtNetworkProvider returns an instance of nsx-t type network provider.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL