controllers

package
v0.0.8 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	HBaseControllerNameKey     = "hbase-controller-name"
	HBaseControllerRevisionKey = "hbase-controller-revision"
)

Variables

This section is empty.

Functions

func DeepHashObject

func DeepHashObject(hasher hash.Hash, objectToWrite interface{})

DeepHashObject writes specified object to hash using the spew library which follows pointers and prints actual values of the nested objects ensuring the hash does not change when a pointer changes.

Types

type HBaseReconciler

type HBaseReconciler struct {
	client.Client
	Log     logr.Logger
	Scheme  *runtime.Scheme
	GhAdmin gohbase.AdminClient
}

HBaseReconciler reconciles a HBase object

func (*HBaseReconciler) Reconcile

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

func (*HBaseReconciler) SetupWithManager

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

Jump to

Keyboard shortcuts

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