errors

package
v0.1.77 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2024 License: Apache-2.0 Imports: 1 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrParseFlag is raised when flag parsing fails.
	ErrParseFlag = errors.New("flag was unable to be parsed")

	// ErrCDDriver is raised when a CD driver is not handled.
	ErrCDDriver = errors.New("unhandled CD driver")

	// ErrInvalidContext is raised when the context is not correctly polulated.
	ErrInvalidContext = errors.New("context invalid")

	// ErrKubeconfig is raised wne the Kubeconfig isn't correct.
	ErrKubeconfig = errors.New("kubeconfig error")

	// ErrSecretFormatError is returned when a secret doesn't meet the specification.
	ErrSecretFormatError = errors.New("secret incorrectly formatted")

	// ErrAPIStatus is returned when an API status code is unexpected.
	ErrAPIStatus = errors.New("api status code unexpected")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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