Documentation
¶
Index ¶
- type CaReconciler
- func (r CaReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
- func (r *CaReconciler) SetupWithManager(mgr ctrl.Manager) error
- func (r CaReconciler) UpdateMutatingWebhookConfiguration(wg *sync.WaitGroup, ch chan error, caBundle []byte)
- func (r CaReconciler) UpdateValidatingWebhookConfiguration(wg *sync.WaitGroup, ch chan error, caBundle []byte)
- type MissingCaError
- type TlsReconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaReconciler ¶
func (*CaReconciler) SetupWithManager ¶
func (r *CaReconciler) SetupWithManager(mgr ctrl.Manager) error
func (CaReconciler) UpdateMutatingWebhookConfiguration ¶
func (r CaReconciler) UpdateMutatingWebhookConfiguration(wg *sync.WaitGroup, ch chan error, caBundle []byte)
func (CaReconciler) UpdateValidatingWebhookConfiguration ¶
func (r CaReconciler) UpdateValidatingWebhookConfiguration(wg *sync.WaitGroup, ch chan error, caBundle []byte)
type MissingCaError ¶
type MissingCaError struct {
}
func (MissingCaError) Error ¶
func (MissingCaError) Error() string
type TlsReconciler ¶
func (*TlsReconciler) SetupWithManager ¶
func (r *TlsReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.