Documentation ¶
Index ¶
- func GetHTTPServerObj(ecr *EventsClientReconciler) (*http.Server, error)
- func GetSignedCertificatesForEventClient(ctx context.Context, ecr *EventsClientReconciler) (rootCA, eventClientCert, eventClientKey []byte)
- func LoadCertificates(tlsConfig *tls.Config, ecr *EventsClientReconciler) error
- func Start(client client.Client, scheme *runtime.Scheme)
- type EventsClientReconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetHTTPServerObj ¶
func GetHTTPServerObj(ecr *EventsClientReconciler) (*http.Server, error)
GetHTTPServerObj is for obtaining a server instance to start the event listener using iris helper
func GetSignedCertificatesForEventClient ¶
func GetSignedCertificatesForEventClient(ctx context.Context, ecr *EventsClientReconciler) (rootCA, eventClientCert, eventClientKey []byte)
GetSignedCertificatesForEventClient retrieves the certificates from secret
func LoadCertificates ¶
func LoadCertificates(tlsConfig *tls.Config, ecr *EventsClientReconciler) error
LoadCertificates is for including passed certificates in tls.Config
Types ¶
Click to show internal directories.
Click to hide internal directories.