Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IgnoreAlreadyExists ¶
IgnoreAlreadyExists returns nil on AlreadyExists errors. All other values that are not AlreadyExists errors or nil are returned unmodified.
func IgnoreDeadlineExceeded ¶ added in v0.10.3
IgnoreDeadlineExceeded returns nil on context.DeadlineExceeded errors. All other values that are not context.DeadlineExceeded or nil are returned unmodified.
func IgnoreInvalid ¶ added in v0.11.0
IgnoreInvalid returns nil on Invalid errors. All other values that are not Invalid or nil are returned unmodified.
func IgnoreNotFound ¶
IgnoreNotFound returns nil on NotFound errors. All other values that are not NotFound errors or nil are returned unmodified.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.