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.
Click to show internal directories.
Click to hide internal directories.