errors

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2021 License: MIT Imports: 6 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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