synthesizer

package
v1.0.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2025 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 ApplicationType

type ApplicationType string

type Implementer

type Implementer struct{}

Implementer implements the Synthesizer method.

func (*Implementer) Synthesize

func (i *Implementer) Synthesize(directory string, logger logr.Logger) (parsedManifests []*unstructured.Unstructured, err error)

type KustomizationFile

type KustomizationFile struct {
	APIVersion string `yaml:"apiVersion"`
	Kind       string `yaml:"kind"`
	Metadata   struct {
		Name      string `yaml:"name"`
		Namespace string `yaml:"namespace,omitempty"`
	} `yaml:"metadata"`
	Resources []string `yaml:"resources"`
}

type Synthesizer

type Synthesizer interface {
	Synthesize(directory string, logger logr.Logger) (parsedManifests []*unstructured.Unstructured, err error)
}

Jump to

Keyboard shortcuts

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