Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cell = cell.Module( "ztunnel", "ZTunnel SPIRE Enrollment", cell.Config(config.DefaultConfig), metrics.Metric(ztunnelReconciler.NewMetrics), cell.Provide( k8sTables.NewNamespaceTableAndReflector, table.NewEnrolledNamespacesTable, ztunnelReconciler.NewServiceAccountTable, ztunnelReconciler.NewEnrollmentReconciler, ), cell.Invoke(statedb.Derive("derive-desired-mtls-namespace-enrollments", table.K8sNamespaceToEnrolledNamespace)), cell.Invoke(registerEnrollmentReconciler), cell.Invoke(enableMetrics), )
Cell manages SPIRE enrollment for namespaces when ztunnel encryption is enabled.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.