reconciler

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package reconciler implements the function of resource reconcile

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dummy

type Dummy struct {
}

Dummy is a dummy reconciler that does nothing.

func (*Dummy) Observe

func (d *Dummy) Observe(context.Context) error

Observe is a fake implements of Observe

func (*Dummy) Reconcile

func (d *Dummy) Reconcile(context.Context) error

Reconcile is a fake implements of Reconcile

type Interface

type Interface interface {
	Observe(ctx context.Context) error
	Reconcile(ctx context.Context) error
}

Interface implements the functions to observe and reconcile resource object

type Object

type Object interface {
	metav1.Object
	runtime.Object
}

Object is a abstract interface

Jump to

Keyboard shortcuts

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