Documentation ¶
Index ¶
Constants ¶
View Source
const ( DeepPacketInspectionNamespace = "tigera-dpi" DeepPacketInspectionName = "tigera-dpi" DeepPacketInspectionPolicyName = networkpolicy.TigeraComponentPolicyPrefix + DeepPacketInspectionName DefaultMemoryLimit = "1Gi" DefaultMemoryRequest = "100Mi" DefaultCPULimit = "1" DefaultCPURequest = "100m" DeepPacketInspectionLinseedRBACName = "tigera-dpi-linseed-permissions" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DPIConfig ¶
type DPIConfig struct { IntrusionDetection *operatorv1.IntrusionDetection Installation *operatorv1.InstallationSpec TyphaNodeTLS *render.TyphaNodeTLS PullSecrets []*corev1.Secret OpenShift bool ManagedCluster bool ManagementCluster bool HasNoLicense bool HasNoDPIResource bool ClusterDomain string DPICertSecret certificatemanagement.KeyPairInterface // Whether the cluster supports pod security policies. UsePSP bool }
Click to show internal directories.
Click to hide internal directories.