controllers

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2023 License: Apache-2.0 Imports: 42 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HeatAPIReconciler

type HeatAPIReconciler struct {
	client.Client
	Scheme  *runtime.Scheme
	Log     logr.Logger
	Kclient kubernetes.Interface
}

HeatAPIReconciler reconciles a Heat object

func (*HeatAPIReconciler) GetClient

func (r *HeatAPIReconciler) GetClient() client.Client

GetClient -

func (*HeatAPIReconciler) GetKClient

func (r *HeatAPIReconciler) GetKClient() kubernetes.Interface

GetKClient -

func (*HeatAPIReconciler) GetLogger

func (r *HeatAPIReconciler) GetLogger() logr.Logger

GetLogger -

func (*HeatAPIReconciler) GetScheme

func (r *HeatAPIReconciler) GetScheme() *runtime.Scheme

GetScheme -

func (*HeatAPIReconciler) Reconcile

func (r *HeatAPIReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, _err 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.12.2/pkg/reconcile

func (*HeatAPIReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type HeatCfnAPIReconciler

type HeatCfnAPIReconciler struct {
	client.Client
	Scheme  *runtime.Scheme
	Log     logr.Logger
	Kclient kubernetes.Interface
}

HeatCfnAPIReconciler reconciles a Heat object

func (*HeatCfnAPIReconciler) GetClient

func (r *HeatCfnAPIReconciler) GetClient() client.Client

GetClient -

func (*HeatCfnAPIReconciler) GetKClient

func (r *HeatCfnAPIReconciler) GetKClient() kubernetes.Interface

GetKClient -

func (*HeatCfnAPIReconciler) GetLogger

func (r *HeatCfnAPIReconciler) GetLogger() logr.Logger

GetLogger -

func (*HeatCfnAPIReconciler) GetScheme

func (r *HeatCfnAPIReconciler) GetScheme() *runtime.Scheme

GetScheme -

func (*HeatCfnAPIReconciler) Reconcile

func (r *HeatCfnAPIReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, _err 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 Heat 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.12.2/pkg/reconcile

func (*HeatCfnAPIReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type HeatEngineReconciler

type HeatEngineReconciler struct {
	client.Client
	Scheme  *runtime.Scheme
	Log     logr.Logger
	Kclient kubernetes.Interface
}

HeatEngineReconciler reconciles a Heat object

func (*HeatEngineReconciler) Reconcile

func (r *HeatEngineReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, _err 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.12.2/pkg/reconcile

func (*HeatEngineReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type HeatReconciler

type HeatReconciler struct {
	client.Client
	Kclient kubernetes.Interface
	Log     logr.Logger
	Scheme  *runtime.Scheme
}

HeatReconciler reconciles a Heat object

func (*HeatReconciler) Reconcile

func (r *HeatReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, _err 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.12.2/pkg/reconcile

func (*HeatReconciler) SetupWithManager

func (r *HeatReconciler) 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