resources

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComponentReconciler

type ComponentReconciler interface {
	Reconcile(log logr.Logger) error
}

ComponentReconciler is the interface that is used for each sub-component to reconcile with the config

type Reconciler

type Reconciler struct {
	client.Client
	Config *pinotv1alpha1.Pinot
}

Reconciler is the object holding the client and the configuration of the operator

type Resource

type Resource func() runtime.Object

Resource defines a runtime.Object type

type ResourceWithDesiredState

type ResourceWithDesiredState struct {
	Name         string
	Resource     Resource
	DesiredState k8sutil.DesiredState
}

ResourceWithDesiredState defines the desidered state based on the resources

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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