configmap

package
v1.2.12 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package configmap provides operations for manipulating ConfigMap objects.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface added in v1.0.0

type Interface interface {
	// Get fetches a ConfigMap.
	Get(ctx context.Context, namespace, name string) (*api.ConfigMap, error)
	// UpdateOrCreate updates or creates a ConfigMap.
	UpdateOrCreate(ctx context.Context, namespace string, configmap *api.ConfigMap) error
}

Interface exposes operations for manipulating ConfigMap resources.

func New

func New(config *rest.Config) Interface

func NewFake added in v1.0.0

func NewFake() Interface

Jump to

Keyboard shortcuts

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