configmap

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2021 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Name = "configmapv1"
)

Variables

This section is empty.

Functions

func IsConfigMapKeyNotFound

func IsConfigMapKeyNotFound(err error) bool

IsConfigMapKeyNotFound asserts configMapKeyNotFoundError.

func IsConfigMapNotFound

func IsConfigMapNotFound(err error) bool

IsConfigMapNotFound asserts configMapNotFoundError.

func IsInvalidConfig

func IsInvalidConfig(err error) bool

IsInvalidConfig asserts invalidConfigError.

func IsInvalidConfigMap

func IsInvalidConfigMap(err error) bool

IsInvalidConfigMap asserts invalidConfigMapError.

func IsWrongName

func IsWrongName(err error) bool

IsWrongName asserts wrongNameError.

func IsWrongNamespace

func IsWrongNamespace(err error) bool

IsWrongNamespace asserts wrongNamespaceError.

func IsWrongTypeError

func IsWrongTypeError(err error) bool

IsWrongTypeError asserts wrongTypeError.

Types

type Config

type Config struct {
	K8sClient kubernetes.Interface
	Logger    micrologger.Logger

	CertDirectory string
	// ConfigMapKey is the key in the configmap under which the prometheus configuration is held.
	ConfigMapKey       string
	ConfigMapName      string
	ConfigMapNamespace string

	Provider string
}

type Resource

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

func New

func New(config Config) (*Resource, error)

func (*Resource) EnsureCreated

func (r *Resource) EnsureCreated(ctx context.Context, obj interface{}) error

func (*Resource) EnsureDeleted

func (r *Resource) EnsureDeleted(ctx context.Context, obj interface{}) error

func (*Resource) Name

func (r *Resource) Name() string

Jump to

Keyboard shortcuts

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