package
0.0.0-20211011124331-6a6528ca6d81
Repository: https://github.com/rayyno/k8soperator.git
Documentation: pkg.go.dev
# Functions
applyClusterRefLabel ensures a map of labels contains a reference to a parent nifi cluster.
checkNodeConnectionError is a convenience wrapper for returning from common node connection errors.
clusterLabelString returns the label value for a cluster reference.
getClusterRefNamespace returns the expected namespace for a Nifi cluster referenced by a user/dataflow CR.
GetParameterContextRefNamespace returns the expected namespace for a Nifi parameter context referenced by a dataflow CR.
GetRegistryClientRefNamespace returns the expected namespace for a Nifi registry client referenced by a dataflow CR.
GetSecretRefNamespace returns the expected namespace for a Nifi secret referenced by a parameter context CR.
GetUserRefNamespace returns the expected namespace for a Nifi user referenced by a parameter context CR.
reconciled returns an empty result with nil error to signal a successful reconcile to the controller manager.
No description provided by the author
No description provided by the author
requeueWithError is a convenience wrapper around logging an error message separate from the stacktrace and then passing the error through to the controller manager.
# Variables
No description provided by the author
# Structs
NifiClusterReconciler reconciles a NifiCluster object.
NifiClusterTaskReconciler reconciles.
NifiDataflowReconciler reconciles a NifiDataflow object.
NifiParameterContextReconciler reconciles a NifiParameterContext object.
NifiRegistryClientReconciler reconciles a NifiRegistryClient object.
NifiUserGroupReconciler reconciles a NifiUserGroup object.
NifiUserReconciler reconciles a NifiUser object.
ProcessorControlReconciler reconciles a ProcessorControl object.