fluidapp

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCache

func NewCache(scheme *runtime.Scheme) cache.NewCacheFunc

Types

type FluidAppReconciler

type FluidAppReconciler struct {
	client.Client
	Recorder record.EventRecorder
	*FluidAppReconcilerImplement
}

func NewFluidAppReconciler

func NewFluidAppReconciler(client client.Client,
	log logr.Logger,
	recorder record.EventRecorder) *FluidAppReconciler

func (*FluidAppReconciler) ControllerName

func (f *FluidAppReconciler) ControllerName() string

func (*FluidAppReconciler) ManagedResource

func (f *FluidAppReconciler) ManagedResource() client.Object

func (*FluidAppReconciler) Reconcile

func (f *FluidAppReconciler) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)

Reconcile reconciles Pod +kubebuilder:rbac:groups=v1,resources=pods,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=v1,resources=pods/status,verbs=get;update;patch

func (*FluidAppReconciler) SetupWithManager

func (f *FluidAppReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error

type FluidAppReconcilerImplement

type FluidAppReconcilerImplement struct {
	client.Client
	Log      logr.Logger
	Recorder record.EventRecorder
}

func NewFluidAppReconcilerImplement

func NewFluidAppReconcilerImplement(client client.Client, log logr.Logger, recorder record.EventRecorder) *FluidAppReconcilerImplement

Jump to

Keyboard shortcuts

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