errors package - github.com/fluxcd/pkg/runtime/errors - Go Packages

Package errors contains generic controller and reconciler runtime errors to be used by GitOps Toolkit components.

This section is empty.

This section is empty.

This section is empty.

GarbageCollectionError is describes a garbage collection error for a resources, it includes the Kind and NamespacedName of the resource, and the underlying Err.

ReconciliationError is describes a generic reconciliation error for a resource, it includes the Kind and NamespacedName of the resource, and any underlying Err.

ResourceNotFoundError describes an error in which a referred resource could not be found, it includes the Kind and NamespacedName, and any underlying Err.

ResourceNotReadyError describes an error in which a referred resource is not in a meta.ReadyCondition state, it includes the Kind and NamespacedName, and any underlying Err.

UnsupportedResourceKindError describes an error in which a referred resource is of an unsupported kind, it includes the Kind and NamespacedName of the resource, and any underlying Err.