storage

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2022 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigMaps

type ConfigMaps struct {
	Client     client.Client
	Namespace  string
	NamePrefix string
}

func (*ConfigMaps) Load

func (*ConfigMaps) Store

func (s *ConfigMaps) Store(ctx context.Context, owner client.Object, objects []client.Object) error

type Storage

type Storage interface {
	Load(ctx context.Context, owner client.Object) ([]unstructured.Unstructured, error)
	Store(ctx context.Context, owner client.Object, objects []client.Object) error
}

Jump to

Keyboard shortcuts

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