Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorClusterAccessNotGranted = errors.New("access to the cluster has not been granted for this flight invocation")
Functions ¶
func IsErrForbidden ¶
func IsErrNotFound ¶
func IsErrUnauthenticated ¶
func Lookup ¶
func Lookup[T any](identifier ResourceIdentifier) (*T, error)
Types ¶
type ErrorForbidden ¶
type ErrorForbidden string
func (ErrorForbidden) Error ¶
func (err ErrorForbidden) Error() string
func (ErrorForbidden) Is ¶
func (ErrorForbidden) Is(target error) bool
type ErrorNotFound ¶
type ErrorNotFound string
func (ErrorNotFound) Error ¶
func (err ErrorNotFound) Error() string
func (ErrorNotFound) Is ¶
func (ErrorNotFound) Is(target error) bool
type ErrorUnauthenticated ¶
type ErrorUnauthenticated string
func (ErrorUnauthenticated) Error ¶
func (err ErrorUnauthenticated) Error() string
func (ErrorUnauthenticated) Is ¶
func (ErrorUnauthenticated) Is(target error) bool
Click to show internal directories.
Click to hide internal directories.