resources

package
v1.8.0-release Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 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 zap.Logger) error
}

ComponentReconciler describes the Reconcile method.

type Reconciler

type Reconciler struct {
	client.Client
	DirectClient             client.Reader
	NifiCluster              *v1.NifiCluster
	NifiClusterCurrentStatus v1.NifiClusterStatus
}

Reconciler holds CR for Nifi.

type ResourceWithLogs

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

ResourceWithLogs function with log parameter.

type ResourceWithNodeConfigAndString

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

ResourceWithNodeConfigAndString function with nodeConfig, string and log parameters.

type ResourceWithNodeConfigAndVolume

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

ResourceWithNodeConfigAndVolume function with nodeConfig, persistentVolumeClaims and log parameters.

type ResourceWithNodeIdAndLog

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

ResourceWithNodeIdAndLog function with nodeConfig and log parameters.

type ResourceWithNodeIdAndStorage

type ResourceWithNodeIdAndStorage func(id int32, storage v1.StorageConfig, log zap.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