egressgateway

package
v1.34.0 Latest Latest
Warning

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

Go to latest
Published: May 11, 2024 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultVXLANPort  int   = 4790
	DefaultVXLANVNI   int   = 4097
	DefaultHealthPort int32 = 8080
	OpenShiftSCCName        = "tigera-egressgateway"
)

Variables

This section is empty.

Functions

func EgressGateway

func EgressGateway(
	config *Config,
) render.Component

func PodSecurityPolicy

func PodSecurityPolicy() *policyv1beta1.PodSecurityPolicy

func SecurityContextConstraints

func SecurityContextConstraints() *ocsv1.SecurityContextConstraints

Types

type Config

type Config struct {
	PullSecrets  []*corev1.Secret
	Installation *operatorv1.InstallationSpec
	OSType       rmeta.OSType
	EgressGW     *operatorv1.EgressGateway

	VXLANVNI        int
	VXLANPort       int
	IptablesBackend string

	OpenShift bool
	// Whether the cluster supports pod security policies.
	UsePSP            bool
	NamespaceAndNames []string
	// contains filtered or unexported fields
}

Config contains all the config information EgressGateway needs to render component.

Jump to

Keyboard shortcuts

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