Documentation ¶
Index ¶
- func New(t interface{}, err error, msg string, wrapArgs ...interface{}) error
- type APIFailure
- type BrokersNotReady
- type BrokersRequestError
- type BrokersUnreachable
- type CreateTopicError
- type FatalReconcileError
- type GracefulUpscaleFailed
- type InternalError
- type ReconcileRollingUpgrade
- type ResourceNotReady
- type StatusUpdateError
- type TooManyResources
- type TopicNotFound
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 BrokersNotReady ¶
type BrokersNotReady struct {
// contains filtered or unexported fields
}
BrokersNotReady states that the broker is not ready
type BrokersRequestError ¶
type BrokersRequestError struct {
// contains filtered or unexported fields
}
BrokersRequestError states that the broker could not understand the request
type BrokersUnreachable ¶
type BrokersUnreachable struct {
// contains filtered or unexported fields
}
BrokersUnreachable states that the given broker is unreachable
type CreateTopicError ¶
type CreateTopicError struct {
// contains filtered or unexported fields
}
CreateTopicError states that the operator could not create the topic
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 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 TopicNotFound ¶
type TopicNotFound struct {
// contains filtered or unexported fields
}
TopicNotFound states that the given topic is not found