Documentation ¶
Index ¶
- func Errorf(format string, args ...interface{}) error
- func Errors(msgs []string) error
- func IsExist(err error) bool
- func IsNotExist(err error) bool
- func IsResourceVersion(err error) bool
- func NewExistErr(meta core.Metadata) *existErr
- func NewNotExistErr(namespace, name string, err ...error) *notExistErr
- func NewResourceVersionErr(namespace, name, given, expected string) *resourceVersionErr
- func RetryOnConflict(backoff wait.Backoff, fn func() error) error
- func Wrapf(err error, format string, args ...interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotExist ¶
func IsResourceVersion ¶
func NewExistErr ¶
func NewNotExistErr ¶
func NewResourceVersionErr ¶
func NewResourceVersionErr(namespace, name, given, expected string) *resourceVersionErr
func RetryOnConflict ¶ added in v0.11.18
RetryOnConflict executes the function function repeatedly, retrying if the server returns a conflicting
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.