controllers

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EndpointsReconciler

type EndpointsReconciler struct {
	ObjectType client.Object
	Client     client.Client
}

func (*EndpointsReconciler) GetResObject added in v0.3.0

func (r *EndpointsReconciler) GetResObject() client.Object

func (*EndpointsReconciler) Reconcile

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

type GatewayClassReconciler

type GatewayClassReconciler struct {
	ObjectType client.Object
	Client     client.Client
}

func (*GatewayClassReconciler) GetResObject added in v0.3.0

func (r *GatewayClassReconciler) GetResObject() client.Object

func (*GatewayClassReconciler) Reconcile

func (r *GatewayClassReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the Adc object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.0/pkg/reconcile

type GatewayReconciler

type GatewayReconciler struct {
	ObjectType client.Object
	Client     client.Client
}

func (*GatewayReconciler) GetResObject added in v0.3.0

func (r *GatewayReconciler) GetResObject() client.Object

func (*GatewayReconciler) Reconcile

func (r *GatewayReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the Adc object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.0/pkg/reconcile

type HttpRouteReconciler

type HttpRouteReconciler struct {
	ObjectType client.Object
	Client     client.Client
}

func (*HttpRouteReconciler) GetResObject added in v0.3.0

func (r *HttpRouteReconciler) GetResObject() client.Object

func (*HttpRouteReconciler) Reconcile

func (r *HttpRouteReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the Adc object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.0/pkg/reconcile

type NamespaceReconciler

type NamespaceReconciler struct {
	ObjectType client.Object
	Client     client.Client
}

func (*NamespaceReconciler) GetResObject added in v0.3.0

func (r *NamespaceReconciler) GetResObject() client.Object

func (*NamespaceReconciler) Reconcile

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

type NodeReconciler

type NodeReconciler struct {
	ObjectType client.Object
	Client     client.Client
}

func (*NodeReconciler) GetResObject added in v0.3.0

func (r *NodeReconciler) GetResObject() client.Object

func (*NodeReconciler) Reconcile

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

type ReferenceGrantReconciler

type ReferenceGrantReconciler struct {
	ObjectType client.Object
	Client     client.Client
}

func (*ReferenceGrantReconciler) GetResObject added in v0.3.0

func (r *ReferenceGrantReconciler) GetResObject() client.Object

func (*ReferenceGrantReconciler) Reconcile

type Resource added in v0.3.0

type Resource interface {
	reconcile.Reconciler
	GetResObject() client.Object
}

type ResourcesReconciler added in v0.3.0

type ResourcesReconciler struct {
	// contains filtered or unexported fields
}

func (*ResourcesReconciler) Register added in v0.3.0

func (res *ResourcesReconciler) Register(resources ...Resource)

func (*ResourcesReconciler) StartReconcilers added in v0.3.0

func (res *ResourcesReconciler) StartReconcilers(manager ctrl.Manager) error

type SecretReconciler

type SecretReconciler struct {
	ObjectType client.Object
	Client     client.Client
}

func (*SecretReconciler) GetResObject added in v0.3.0

func (r *SecretReconciler) GetResObject() client.Object

func (*SecretReconciler) Reconcile

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

type ServiceReconciler

type ServiceReconciler struct {
	ObjectType client.Object
	Client     client.Client
}

func (*ServiceReconciler) GetResObject added in v0.3.0

func (r *ServiceReconciler) GetResObject() client.Object

func (*ServiceReconciler) Reconcile

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

Jump to

Keyboard shortcuts

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