controller

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2025 License: Apache-2.0 Imports: 30 Imported by: 0

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

func (r *ConsumerReconciler) 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 (*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) Reconcile added in v0.4.0

func (r *DynamicConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

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) Reconcile

func (*ServiceRegistryReconciler) SetupWithManager

func (r *ServiceRegistryReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL