error

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 21, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigmapError

type ConfigmapError struct {
	Path     string
	ErrorMsg string
}

func (ConfigmapError) Error

func (e ConfigmapError) Error() string

type KustomizationError

type KustomizationError struct {
	KustomizationPath string
	ErrorMsg          string
}

First pass to encapsulate fields for more informative error messages.

func (KustomizationError) Error

func (ke KustomizationError) Error() string

type KustomizationErrors

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

func (*KustomizationErrors) Append

func (ke *KustomizationErrors) Append(e error)

func (*KustomizationErrors) BatchAppend

func (ke *KustomizationErrors) BatchAppend(e KustomizationErrors)

func (*KustomizationErrors) Error

func (ke *KustomizationErrors) Error() string

func (*KustomizationErrors) Get

func (ke *KustomizationErrors) Get() []error

type PatchError

type PatchError struct {
	KustomizationPath string
	PatchFilepath     string
	ErrorMsg          string
}

func (PatchError) Error

func (e PatchError) Error() string

type ResourceError

type ResourceError struct {
	KustomizationPath string
	ResourceFilepath  string
	ErrorMsg          string
}

First pass to encapsulate fields for more informative error messages.

func (ResourceError) Error

func (e ResourceError) Error() string

type SecretError

type SecretError struct {
	KustomizationPath string
	ErrorMsg          string
}

func (SecretError) Error

func (e SecretError) Error() string

Jump to

Keyboard shortcuts

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