pkgresource

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Resources

type Resources interface {
	// Add adds a resource to the resource list, the name should be unique e.g. gvknns in k8s context
	Add(rn *yaml.RNode)
	Get() []*yaml.RNode
	Copy() Resources
	IsEqual(arnl []*yaml.RNode) (bool, error)
	Write(targetDir string) error
	Print(prefix ...string)
	PrintPath()
}

func New

func New() Resources

Jump to

Keyboard shortcuts

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