Documentation ¶
Index ¶
Constants ¶
View Source
const ( DeepPacketInspectionNamespace = "tigera-dpi" DeepPacketInspectionName = "tigera-dpi" DefaultMemoryLimit = "1Gi" DefaultMemoryRequest = "100Mi" DefaultCPULimit = "1" DefaultCPURequest = "100m" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DPIConfig ¶
type DPIConfig struct { IntrusionDetection *operatorv1.IntrusionDetection Installation *operatorv1.InstallationSpec NodeTLSSecret *corev1.Secret TyphaTLSSecret *corev1.Secret TyphaCAConfigMap *corev1.ConfigMap PullSecrets []*corev1.Secret Openshift bool HasNoLicense bool HasNoDPIResource bool ESSecrets []*corev1.Secret ESClusterConfig *relasticsearch.ClusterConfig ClusterDomain string }
Click to show internal directories.
Click to hide internal directories.