configmap

package
v0.0.8 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProcessConfigmap

func ProcessConfigmap(r ConfigmapReader, name string, namespace string) ([]byte, error)

ProcessConfigmap - execute ConfigmapReader with configmap name and namespace

Types

type ConfigmapReader

type ConfigmapReader interface {
	Read(string, string) ([]byte, error)
}

ConfigmapReader

func NewConfigmapReader

func NewConfigmapReader(k kube.Kube) ConfigmapReader

NewConfigmapReader - creates configmap reader obj shoud be castable to kubernetes.Clientset

Jump to

Keyboard shortcuts

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