Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsumerReconciler ¶
type ConsumerReconciler struct { component.ResourceManager Output component.Output }
ConsumerReconciler reconciles a Consumer object
func (*ConsumerReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.16.3/pkg/reconcile
func (*ConsumerReconciler) SetupWithManager ¶
func (r *ConsumerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type DynamicConfigReconciler ¶ added in v0.4.0
type DynamicConfigReconciler struct { component.ResourceManager Output component.Output }
DynamicConfigReconciler reconciles a DynamicConfig object
func (*DynamicConfigReconciler) SetupWithManager ¶ added in v0.4.0
func (r *DynamicConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type FilterPolicyReconciler ¶ added in v0.3.0
type FilterPolicyReconciler struct { component.ResourceManager // contains filtered or unexported fields }
FilterPolicyReconciler reconciles a FilterPolicy object
func NewFilterPolicyReconciler ¶ added in v0.3.0
func NewFilterPolicyReconciler(output component.Output, manager component.ResourceManager) *FilterPolicyReconciler
func (*FilterPolicyReconciler) NeedReconcile ¶ added in v0.3.0
func (r *FilterPolicyReconciler) NeedReconcile(ctx context.Context, meta component.ResourceMeta) bool
func (*FilterPolicyReconciler) Reconcile ¶ added in v0.3.0
func (r *FilterPolicyReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.16.3/pkg/reconcile
func (*FilterPolicyReconciler) SetupWithManager ¶ added in v0.3.0
func (r *FilterPolicyReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ServiceRegistryReconciler ¶
type ServiceRegistryReconciler struct { component.ResourceManager // contains filtered or unexported fields }
ServiceRegistryReconciler reconciles a ServiceRegistry object
func NewServiceRegistryReconciler ¶ added in v0.3.0
func NewServiceRegistryReconciler(manager component.ResourceManager) *ServiceRegistryReconciler
func (*ServiceRegistryReconciler) SetupWithManager ¶
func (r *ServiceRegistryReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.