nexus_client

package
v0.0.0-...-baa1f0e Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsAlreadyExists

func IsAlreadyExists(err error) bool

func IsBadRequest

func IsBadRequest(err error) bool

func IsChildNotFound

func IsChildNotFound(err error) bool

func IsConflict

func IsConflict(err error) bool

func IsForbidden

func IsForbidden(err error) bool

func IsGone

func IsGone(err error) bool

func IsInternalError

func IsInternalError(err error) bool

func IsInvalid

func IsInvalid(err error) bool

func IsLinkNotFound

func IsLinkNotFound(err error) bool

func IsMethodNotSupported

func IsMethodNotSupported(err error) bool

func IsNotAcceptable

func IsNotAcceptable(err error) bool

func IsNotFound

func IsNotFound(err error) bool

func IsParentNotFound

func IsParentNotFound(err error) bool

func IsRequestEntityTooLargeError

func IsRequestEntityTooLargeError(err error) bool

func IsResourceExpired

func IsResourceExpired(err error) bool

func IsServerTimeout

func IsServerTimeout(err error) bool

func IsServiceUnavailable

func IsServiceUnavailable(err error) bool

func IsSingletonNameError

func IsSingletonNameError(err error) bool

func IsTimeout

func IsTimeout(err error) bool

func IsTooManyRequests

func IsTooManyRequests(err error) bool

func IsUnauthorized

func IsUnauthorized(err error) bool

func IsUnexpectedObjectError

func IsUnexpectedObjectError(err error) bool

func IsUnexpectedServerError

func IsUnexpectedServerError(err error) bool

func IsUnsupportedMediaType

func IsUnsupportedMediaType(err error) bool

Types

type ChildNotFound

type ChildNotFound struct {
	// contains filtered or unexported fields
}

func NewChildNotFound

func NewChildNotFound(parentDisplayName string, parentType string,
	childVarName string, childDisplayName ...string) ChildNotFound

func (ChildNotFound) Error

func (p ChildNotFound) Error() string

type LinkNotFound

type LinkNotFound struct {
	// contains filtered or unexported fields
}

func NewLinkNotFound

func NewLinkNotFound(parentDisplayName string, parentType string,
	linkVarName string, linkDisplayName ...string) LinkNotFound

func (LinkNotFound) Error

func (p LinkNotFound) Error() string

type ParentNotFound

type ParentNotFound struct {
	// contains filtered or unexported fields
}

func NewParentNotFound

func NewParentNotFound(displayName string, objectType metav1.Type) ParentNotFound

func (ParentNotFound) Error

func (p ParentNotFound) Error() string

type SingletonNameError

type SingletonNameError struct {
	// contains filtered or unexported fields
}

func NewSingletonNameError

func NewSingletonNameError(displayName string) SingletonNameError

func (SingletonNameError) Error

func (p SingletonNameError) Error() string

Jump to

Keyboard shortcuts

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