Documentation
¶
Index ¶
- func NewIPPoolClaimReconciler(c client.Client, reader client.Reader, recorder events.EventRecorder) *claimReconciler
- func NewIPPoolReconciler(c client.Client) *poolReconciler
- func NewPodGCReconciler(c client.Client) *podGCReconciler
- func NewSTSGCReconciler(c client.Client) *stsGCReconciler
- func NewSubnetReconciler(c client.Client) *subnetReconciler
- type IPPoolDeletedPredicate
- type PodTerminatingPredicate
- type StatefulSetReplicasDecreasedPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIPPoolReconciler ¶
func NewPodGCReconciler ¶
func NewSTSGCReconciler ¶
func NewSubnetReconciler ¶
Types ¶
type IPPoolDeletedPredicate ¶
func (IPPoolDeletedPredicate) Create ¶
func (IPPoolDeletedPredicate) Create(event.CreateEvent) bool
func (IPPoolDeletedPredicate) Delete ¶
func (IPPoolDeletedPredicate) Delete(event.DeleteEvent) bool
func (IPPoolDeletedPredicate) Generic ¶
func (IPPoolDeletedPredicate) Generic(event.GenericEvent) bool
func (IPPoolDeletedPredicate) Update ¶
func (IPPoolDeletedPredicate) Update(event.UpdateEvent) bool
type PodTerminatingPredicate ¶
func (PodTerminatingPredicate) Create ¶
func (PodTerminatingPredicate) Create(e event.CreateEvent) bool
func (PodTerminatingPredicate) Update ¶
func (PodTerminatingPredicate) Update(e event.UpdateEvent) bool
type StatefulSetReplicasDecreasedPredicate ¶
func (StatefulSetReplicasDecreasedPredicate) Update ¶
func (StatefulSetReplicasDecreasedPredicate) Update(e event.UpdateEvent) bool
Source Files
¶
Click to show internal directories.
Click to hide internal directories.