Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentReconciler ¶
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 ¶
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 ¶
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
Click to show internal directories.
Click to hide internal directories.