controller

package
v0.0.0-...-d12e8f3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiReconciler

type ApiReconciler struct {
	client.Client
	NewClient newApimCLient
	Scheme    *runtime.Scheme
	// contains filtered or unexported fields
}

ApiReconciler reconciles a Api object

func (*ApiReconciler) Reconcile

func (r *ApiReconciler) 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 Api 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://pkgo.dev/sigs.k8s.io/[email protected]/pkg/reconcile

func (*ApiReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type ApiVersionReconciler

type ApiVersionReconciler struct {
	client.Client
	Scheme    *runtime.Scheme
	NewClient newApimCLient
	// contains filtered or unexported fields
}

ApiVersionReconciler reconciles a ApiVersion object

func (*ApiVersionReconciler) Reconcile

func (r *ApiVersionReconciler) 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 ApiVersion 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://pkgo.dev/sigs.k8s.io/[email protected]/pkg/reconcile

func (*ApiVersionReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type BackendReconciler

type BackendReconciler struct {
	client.Client
	Scheme    *runtime.Scheme
	NewClient newApimCLient
	// contains filtered or unexported fields
}

BackendReconciler reconciles a Backend object

func (*BackendReconciler) Reconcile

func (r *BackendReconciler) 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 Backend 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://pkgo.dev/sigs.k8s.io/[email protected]/pkg/reconcile

func (*BackendReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳