Documentation ¶
Index ¶
- func New(t interface{}, err error, msg string, wrapArgs ...interface{}) error
- type APIFailure
- type FatalReconcileError
- type GracefulUpscaleFailed
- type InternalError
- type NifiClusterNotReady
- type NifiClusterTaskFailure
- type NifiClusterTaskRunning
- type NifiClusterTaskTimeout
- type NifiConnectionDropping
- type NifiFlowControllerServiceScheduling
- type NifiFlowDraining
- type NifiFlowScheduling
- type NifiFlowSyncing
- type NifiFlowUpdateRequestRunning
- type NifiParameterContextUpdateRequestRunning
- type NifiReportingTasksInvalid
- type NifiReportingTasksValidating
- type NilClientConfig
- type NodesNotReady
- type NodesRequestError
- type NodesUnreachable
- type ReconcileRollingUpgrade
- type ResourceNotReady
- type StatusUpdateError
- type TooManyResources
- type VaultAPIFailure
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIFailure ¶
type APIFailure struct {
// contains filtered or unexported fields
}
APIFailure states that something went wrong with the api
type FatalReconcileError ¶
type FatalReconcileError struct {
// contains filtered or unexported fields
}
FatalReconcileError states that a fatal error happened
type GracefulUpscaleFailed ¶
type GracefulUpscaleFailed struct {
// contains filtered or unexported fields
}
GracefulUpscaleFailed states that the operator failed to update the cluster gracefully
type InternalError ¶
type InternalError struct {
// contains filtered or unexported fields
}
InternalError states that internal error happened
type NifiClusterNotReady ¶
type NifiClusterNotReady struct {
// contains filtered or unexported fields
}
NifiClusterNotReady states that NC is not ready to receive actions
type NifiClusterTaskFailure ¶
type NifiClusterTaskFailure struct {
// contains filtered or unexported fields
}
NifiClusterTaskFailure states that NC task was not found (CC restart?) or failed
type NifiClusterTaskRunning ¶
type NifiClusterTaskRunning struct {
// contains filtered or unexported fields
}
NifiClusterTaskRunning states that NC task is still running
type NifiClusterTaskTimeout ¶
type NifiClusterTaskTimeout struct {
// contains filtered or unexported fields
}
NifiClusterTaskTimeout states that NC task timed out
type NifiConnectionDropping ¶
type NifiConnectionDropping struct {
// contains filtered or unexported fields
}
NifiConnectionDropping states that flowfile drop is still running
type NifiFlowControllerServiceScheduling ¶
type NifiFlowControllerServiceScheduling struct {
// contains filtered or unexported fields
}
NifiFlowControllerServiceScheduling states that the flow's controller service are still scheduling
type NifiFlowDraining ¶
type NifiFlowDraining struct {
// contains filtered or unexported fields
}
NifiFlowDraining states that flowfile drop is still draining
type NifiFlowScheduling ¶
type NifiFlowScheduling struct {
// contains filtered or unexported fields
}
NifiFlowScheduling states that the flow is still scheduling
type NifiFlowSyncing ¶
type NifiFlowSyncing struct {
// contains filtered or unexported fields
}
NifiFlowSyncing states that the flow's controller service are still scheduling
type NifiFlowUpdateRequestRunning ¶
type NifiFlowUpdateRequestRunning struct {
// contains filtered or unexported fields
}
NifiFlowUpdateRequestRunning states that the flow update request is still running
type NifiParameterContextUpdateRequestRunning ¶
type NifiParameterContextUpdateRequestRunning struct {
// contains filtered or unexported fields
}
NifiParameterContextUpdateRequestRunning states that the parameter context update request is still running
type NifiReportingTasksInvalid ¶
type NifiReportingTasksInvalid struct {
// contains filtered or unexported fields
}
NifiReportingTasksInvalid states that the reporting task is invalid
type NifiReportingTasksValidating ¶
type NifiReportingTasksValidating struct {
// contains filtered or unexported fields
}
NifiReportingTasksValidating states that the reporting task is still validating
type NilClientConfig ¶
type NilClientConfig struct {
// contains filtered or unexported fields
}
NilClientConfig states that the client config is nil
type NodesNotReady ¶
type NodesNotReady struct {
// contains filtered or unexported fields
}
NodesNotReady states that the node is not ready
type NodesRequestError ¶
type NodesRequestError struct {
// contains filtered or unexported fields
}
NodesRequestError states that the node could not understand the request
type NodesUnreachable ¶
type NodesUnreachable struct {
// contains filtered or unexported fields
}
NodesUnreachable states that the given node is unreachable
type ReconcileRollingUpgrade ¶
type ReconcileRollingUpgrade struct {
// contains filtered or unexported fields
}
ReconcileRollingUpgrade states that rolling upgrade is reconciling
type ResourceNotReady ¶
type ResourceNotReady struct {
// contains filtered or unexported fields
}
ResourceNotReady states that resource is not ready
type StatusUpdateError ¶
type StatusUpdateError struct {
// contains filtered or unexported fields
}
StatusUpdateError states that the operator failed to update the Status
type TooManyResources ¶
type TooManyResources struct {
// contains filtered or unexported fields
}
TooManyResources states that too many resource found
type VaultAPIFailure ¶
type VaultAPIFailure struct {
// contains filtered or unexported fields
}
VaultAPIFailure states an error communicating with the configured vault server