Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppendingErrHandler ¶
type AppendingErrHandler struct {
// contains filtered or unexported fields
}
func (AppendingErrHandler) Errors ¶
func (a AppendingErrHandler) Errors() error
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.