kustomization

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Kustomization

type Kustomization struct {
	ApiVersion string `yaml:"apiVersion"`
	Kind       string
	Namespace  string
	Resources  []string
}

func GetKustomization

func GetKustomization(fPath string) (*Kustomization, error)

func (*Kustomization) AddResource

func (k *Kustomization) AddResource(resource string)

func (*Kustomization) RemoveResource

func (k *Kustomization) RemoveResource(resource string)

func (*Kustomization) Render

func (k *Kustomization) Render() (string, error)

Jump to

Keyboard shortcuts

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