Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateRequestReconciler ¶
type CertificateRequestReconciler struct {
Log logr.Logger
client.Client
Scheme *runtime.Scheme
Recorder record.EventRecorder
Clock clock.Clock
ClusterResourceNamespace string
CheckApprovedCondition bool
}
CertificateRequestReconciler reconciles a NcloudPCAIssuer object
func (*CertificateRequestReconciler) SetupWithManager ¶
func (r *CertificateRequestReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NcloudPCAIssuerReconciler ¶
type NcloudPCAIssuerReconciler struct {
// NcloudPCAIssuer or NcloudPCAClusterIssuer
Kind string
Log logr.Logger
client.Client
Scheme *runtime.Scheme
Recorder record.EventRecorder
ClusterResourceNamespace string
}
NcloudPCAIssuerReconciler reconciles a NcloudPCAIssuer object
func (*NcloudPCAIssuerReconciler) SetupWithManager ¶
func (r *NcloudPCAIssuerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.