kustomize

package
v0.31.0 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2019 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDaemonKustomizer

func NewDaemonKustomizer(
	logger log.Logger,
	daemon daemontypes.Daemon,
	fs afero.Afero,
	stateManager state.Manager,
) lifecycle.Kustomizer

func NewDaemonlessKustomizer

func NewDaemonlessKustomizer(
	logger log.Logger,
	fs afero.Afero,
	state state.Manager,
) lifecycle.Kustomizer

Types

type Kustomizer

type Kustomizer struct {
	Logger  log.Logger
	FS      afero.Afero
	State   state.Manager
	Patcher patch.ShipPatcher
}

func (*Kustomizer) Execute

func (l *Kustomizer) Execute(ctx context.Context, release *api.Release, step api.Kustomize) error

func (*Kustomizer) PreExecute added in v0.25.0

func (l *Kustomizer) PreExecute(ctx context.Context, step api.Step) error

type ListK8sYaml added in v0.25.0

type ListK8sYaml struct {
	APIVersion string        `json:"apiVersion" yaml:"apiVersion"`
	Kind       string        `json:"kind" yaml:"kind" hcl:"kind"`
	Items      []interface{} `json:"items" yaml:"items"`
}

Jump to

Keyboard shortcuts

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