Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateReconciler ¶
type CertificateReconciler interface {
ReconcileCACertificates(
ctx context.Context,
hostedControlPlane *v1alpha1.HostedControlPlane,
cluster *capiv2.Cluster,
) (string, error)
ReconcileCertificates(
ctx context.Context,
hostedControlPlane *v1alpha1.HostedControlPlane,
cluster *capiv2.Cluster,
) (string, error)
}
Click to show internal directories.
Click to hide internal directories.