assets

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Asset

type Asset struct {
	File   string
	Object client.Object
}

func NewCRDAsset

func NewCRDAsset(file string) Asset

NewCRDAsset returns a new Asset with type CustomResourceDefinition

type Loader

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

Loader loads Kubernetes objects from YAML manifests

func NewLoader

func NewLoader(assetsPath string) *Loader

NewLoader returns a new Loader for assets in assetsPath

func (*Loader) Load

func (l *Loader) Load(assets []Asset) ([]client.Object, error)

Load parses YAML manifests from disk and returns the corresponding resources as golang objects

Jump to

Keyboard shortcuts

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