errors

package
v1.5.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2022 License: MIT Imports: 6 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InvalidMessage added in v1.1.0

func InvalidMessage(name string) string

func NotFoundMessage added in v1.1.0

func NotFoundMessage(kind, name string) string

func ReasonForError added in v1.1.0

func ReasonForError(err error) models.StatusReason

func UnknownMessage added in v1.1.0

func UnknownMessage(err error) string

Types

type APIStatus

type APIStatus interface {
	Status() *models.Status
}

type StatusError

type StatusError struct {
	ErrStatus models.Status
}

func NewFromError

func NewFromError(err error) *StatusError

func NewFromKubernetesAPIStatus

func NewFromKubernetesAPIStatus(apiStatus k8sErrors.APIStatus) *StatusError

func NewInvalid

func NewInvalid(name string) *StatusError

func NewNotFound

func NewNotFound(kind, name string) *StatusError

func NewUnknown

func NewUnknown(err error) *StatusError

func (*StatusError) Error

func (e *StatusError) Error() string

Error implements the Error interface.

func (*StatusError) Status

func (e *StatusError) Status() *models.Status

Error implements the Error interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL