Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IgnoreNotFound ¶
func IsDeleteRepository ¶
func IsNotFound ¶
Types ¶
type KnownError ¶
type KnownError string
const ( ErrorNotFound KnownError = "could not find resource" ErrorNotFoundOIDCProvider KnownError = "the resource you requested was not found" ErrExpected KnownError = "this is a transient, expected error" ErrRetriable KnownError = "Still waiting on read/write bindings, requeueing until they're available" ErrReferenceNotFound KnownError = "Waiting for configured resource reference, requeueing until it's available" ErrDeleteRepository = "could not delete repository" )
func (KnownError) Error ¶
func (k KnownError) Error() string
func (KnownError) String ¶
func (k KnownError) String() string
Click to show internal directories.
Click to hide internal directories.