Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateApprovalReconciler ¶
type CertificateApprovalReconciler struct { client.Client Recognizers []generic.CertificateSigningRequestRecognizer }
func (*CertificateApprovalReconciler) SetupWithManager ¶
func (r *CertificateApprovalReconciler) SetupWithManager(mgr ctrl.Manager) error
type DiskReleaseReconciler ¶
func (*DiskReleaseReconciler) SetupWithManager ¶
func (r *DiskReleaseReconciler) SetupWithManager(mgr ctrl.Manager) error
type InstanceEphemeralDiskReconciler ¶
func (*InstanceEphemeralDiskReconciler) SetupWithManager ¶
func (r *InstanceEphemeralDiskReconciler) SetupWithManager(mgr ctrl.Manager) error
type InstanceScheduler ¶
type InstanceScheduler struct { record.EventRecorder client.Client Cache *scheduler.Cache // contains filtered or unexported fields }
func (*InstanceScheduler) SetupWithManager ¶
func (s *InstanceScheduler) SetupWithManager(mgr manager.Manager) error
type InstanceTypeReconciler ¶
InstanceTypeReconciler reconciles a InstanceTypeRef object
func (*InstanceTypeReconciler) Reconcile ¶
func (r *InstanceTypeReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile moves the current state of the cluster closer to the desired state
func (*InstanceTypeReconciler) SetupWithManager ¶
func (r *InstanceTypeReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NetworkProtectionReconciler ¶
func (*NetworkProtectionReconciler) SetupWithManager ¶
func (r *NetworkProtectionReconciler) SetupWithManager(mgr ctrl.Manager) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.