package
0.0.0-20211011124331-6a6528ca6d81
Repository: https://github.com/rayyno/k8soperator.git
Documentation: pkg.go.dev

# Functions

New creates a new error factory error.

# Structs

APIFailure states that something went wrong with the api.
FatalReconcileError states that a fatal error happened.
GracefulUpscaleFailed states that the operator failed to update the cluster gracefully.
InternalError states that internal error happened.
NifiClusterNotReady states that NC is not ready to receive actions.
NifiClusterTaskFailure states that NC task was not found (CC restart?) or failed.
NifiClusterTaskRunning states that NC task is still running.
NifiClusterTaskTimeout states that NC task timed out.
NifiConnectionDropping states that flowfile drop is still running.
NifiFlowControllerServiceScheduling states that the flow's controller service are still scheduling.
NifiFlowDraining states that flowfile drop is still draining.
NifiFlowScheduling states that the flow is still scheduling.
NifiFlowSyncing states that the flow's controller service are still scheduling.
NifiFlowUpdateRequestRunning states that the flow update request is still running.
NifiParameterContextUpdateRequestRunning states that the parameter context update request is still running.
NifiReportingTasksInvalid states that the reporting task is invalid.
NifiReportingTasksValidating states that the reporting task is still validating.
NodesNotReady states that the node is not ready.
NodesRequestError states that the node could not understand the request.
NodesUnreachable states that the given node is unreachable.
ReconcileRollingUpgrade states that rolling upgrade is reconciling.
ResourceNotReady states that resource is not ready.
StatusUpdateError states that the operator failed to update the Status.
TooManyResources states that too many resource found.
VaultAPIFailure states an error communicating with the configured vault server.