Documentation ¶
Index ¶
Constants ¶
View Source
const ( ElasticsearchMetricsSecret = "tigera-ee-elasticsearch-metrics-elasticsearch-access" ElasticsearchMetricsServerTLSSecret = "tigera-ee-elasticsearch-metrics-tls" ElasticsearchMetricsName = "tigera-elasticsearch-metrics" ElasticsearchMetricsRoleName = "tigera-elasticsearch-metrics" ElasticsearchMetricsPodSecurityPolicyName = "tigera-elasticsearch-metrics" ElasticsearchMetricsPolicyName = networkpolicy.TigeraComponentPolicyPrefix + "elasticsearch-metrics" ElasticsearchMetricsPort = 9081 )
Variables ¶
View Source
var ESMetricsSourceEntityRule = networkpolicy.CreateSourceEntityRule(render.ElasticsearchNamespace, ElasticsearchMetricsName)
Functions ¶
func ElasticsearchMetrics ¶
Types ¶
type Config ¶ added in v1.25.0
type Config struct { Installation *operatorv1.InstallationSpec PullSecrets []*corev1.Secret ESConfig *relasticsearch.ClusterConfig ESMetricsCredsSecret *corev1.Secret ClusterDomain string ServerTLS certificatemanagement.KeyPairInterface TrustedBundle certificatemanagement.TrustedBundleRO // Whether the cluster supports pod security policies. UsePSP bool LogStorage *operatorv1.LogStorage }
Click to show internal directories.
Click to hide internal directories.