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 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 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.
Click to show internal directories.
Click to hide internal directories.