Documentation ¶
Index ¶
Constants ¶
View Source
const ( DeploymentName = "tigera-secure-es-gateway" ServiceAccountName = "tigera-secure-es-gateway" RoleName = "tigera-secure-es-gateway" PodSecurityPolicyName = "tigera-esgateway" ServiceName = "tigera-secure-es-gateway-http" PolicyName = networkpolicy.TigeraComponentPolicyPrefix + "es-gateway-access" ElasticsearchPortName = "es-gateway-elasticsearch-port" KibanaPortName = "es-gateway-kibana-port" Port = 5554 ElasticsearchHTTPSEndpoint = "https://tigera-secure-es-http.tigera-elasticsearch.svc:9200" KibanaHTTPSEndpoint = "https://tigera-secure-kb-http.tigera-kibana.svc:5601" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v1.22.0
type Config struct { Installation *operatorv1.InstallationSpec PullSecrets []*corev1.Secret KubeControllersUserSecrets []*corev1.Secret ESGatewayKeyPair certificatemanagement.KeyPairInterface TrustedBundle certificatemanagement.TrustedBundle ClusterDomain string EsAdminUserName string // Whether the cluster supports pod security policies. UsePSP bool }
Config contains all the config information needed to render the EsGateway component.
Click to show internal directories.
Click to hide internal directories.