Documentation ¶
Overview ¶
Package error has contextual error types.
Package error has contextual error types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigmapError ¶
ConfigmapError represents error with a configmap.
func (ConfigmapError) Error ¶
func (e ConfigmapError) Error() string
type PatchError ¶
PatchError represents error during Patch.
func (PatchError) Error ¶
func (e PatchError) Error() string
type ResourceError ¶
ResourceError represents error in a resource.
func (ResourceError) Error ¶
func (e ResourceError) Error() string
type SecretError ¶
type SecretError struct { KustomizationPath string // ErrorMsg is an error message ErrorMsg string }
SecretError represents error with a secret.
func (SecretError) Error ¶
func (e SecretError) Error() string
type YamlFormatError ¶
YamlFormatError represents error with yaml file name where json/yaml format error happens.
func (YamlFormatError) Error ¶
func (e YamlFormatError) Error() string
Click to show internal directories.
Click to hide internal directories.