kustomize

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KustomizationFile added in v1.1.0

type KustomizationFile struct {
	Resources []string `yaml:"resources"`
}

KustomizationFile represents a simplified kustomization.yaml structure

type Kustomize

type Kustomize struct {
	Root          string
	Paths         []string
	ResourcePaths []string // Paths from kustomization.yaml resources field
	BuildYAML     string
	BuildOptions  string
}

func NewKustomize

func NewKustomize(root string, buildOptions string) (*Kustomize, error)

func (*Kustomize) GetPaths added in v1.1.0

func (k *Kustomize) GetPaths() []string

func (*Kustomize) GetResourcePaths added in v1.1.0

func (k *Kustomize) GetResourcePaths() []string

func (*Kustomize) GetYAML added in v1.1.0

func (k *Kustomize) GetYAML() string

Jump to

Keyboard shortcuts

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