Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResourceDeleteError ¶ added in v0.35.0
Types ¶
type AppendingErrHandler ¶
type AppendingErrHandler struct {
// contains filtered or unexported fields
}
func (*AppendingErrHandler) Errors ¶
func (a *AppendingErrHandler) Errors() error
Errors returns the errors collected by the handler
func (*AppendingErrHandler) HandleDeleteError ¶
func (a *AppendingErrHandler) HandleDeleteError(resource ezkube.Object, err error)
func (*AppendingErrHandler) HandleListError ¶
func (a *AppendingErrHandler) HandleListError(err error)
func (*AppendingErrHandler) HandleWriteError ¶
func (a *AppendingErrHandler) HandleWriteError(resource ezkube.Object, err error)
Click to show internal directories.
Click to hide internal directories.