Documentation ¶
Index ¶
- Constants
- func NewAlreadyExists(gvk schema.GroupVersionKind, name string) error
- func NewCompactionError(requested, current uint) error
- func NewConflict(gvk schema.GroupVersionKind, name string, err error) error
- func NewNotFound(gvk schema.GroupVersionKind, name string) error
- func NewResourceVersionMismatch(gvk schema.GroupVersionKind, name string) error
- func NewUIDMismatch(name, oldUID, newUID string) error
Constants ¶
View Source
const (
OptimisticLockErrorMsg = "the object has been modified; please apply your changes to the latest version and try again"
)
Variables ¶
This section is empty.
Functions ¶
func NewAlreadyExists ¶
func NewAlreadyExists(gvk schema.GroupVersionKind, name string) error
func NewCompactionError ¶
func NewConflict ¶
func NewConflict(gvk schema.GroupVersionKind, name string, err error) error
func NewNotFound ¶
func NewNotFound(gvk schema.GroupVersionKind, name string) error
func NewResourceVersionMismatch ¶
func NewResourceVersionMismatch(gvk schema.GroupVersionKind, name string) error
func NewUIDMismatch ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.