# Functions
AdditionalCAWatchKey for config maps holding additional CAs for the transport layer.
No description provided by the author
DeleteLegacyTransportCertificate ensures that the former Secret which used to contain the transport certificates is deleted.
DeleteStatefulSetTransportCertificate removes the Secret which contains the transport certificates of a given Statefulset.
PodCertFileName returns the name of the certificates entry for a specific pod in a transport certificates secret.
PodKeyFileName returns the name of the private key entry for a specific pod in a transport certificates secret.
PublicCertsSecretRef returns the NamespacedName for the Secret containing the publicly available transport CA.
ReconcileAdditionalCAs retrieves additional trust from an optional config map if configured and reconciles a watch for the config map.
ReconcileOrRetrieveCA either reconciles a self-signed CA generated by the operator or it retrieves a user defined CA certificate.
ReconcileTransportCertificatesSecrets reconciles the secret containing transport certificates for all nodes in the cluster.
ReconcileTransportCertsPublicSecret reconciles the Secret containing the publicly available transport CA information.