resources

package
v0.7.6-release Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2022 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 describes the Reconcile method

type Reconciler

type Reconciler struct {
	client.Client
	DirectClient client.Reader
	NifiCluster  *v1alpha1.NifiCluster
}

Reconciler holds CR for Nifi

type ResourceWithLogs

type ResourceWithLogs func(log logr.Logger) runtime.Object

ResourceWithLogs function with log parameter

type ResourceWithNodeConfigAndString

type ResourceWithNodeConfigAndString func(id int32, nodeConfig *v1alpha1.NodeConfig, t string, su []string, log logr.Logger) runtime.Object

ResourceWithNodeConfigAndString function with nodeConfig, string and log parameters

type ResourceWithNodeConfigAndVolume

type ResourceWithNodeConfigAndVolume func(id int32, nodeConfig *v1alpha1.NodeConfig, pvcs []corev1.PersistentVolumeClaim, log logr.Logger) runtime.Object

ResourceWithNodeConfigAndVolume function with nodeConfig, persistentVolumeClaims and log parameters

type ResourceWithNodeIdAndLog

type ResourceWithNodeIdAndLog func(id int32, log logr.Logger) runtime.Object

ResourceWithNodeIdAndLog function with nodeConfig and log parameters

type ResourceWithNodeIdAndStorage

type ResourceWithNodeIdAndStorage func(id int32, storage v1alpha1.StorageConfig, log logr.Logger) runtime.Object

ResourceWithNodeIdAndStorage function with nodeConfig, storageConfig and log parameters

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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