kustomize

package
v0.0.0-...-203e7e7 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2019 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Kustomizer

type Kustomizer interface {

	// Applies the provided labels to the resource definition
	// Returns the customized resource contents
	// Returns an error if
	// - applying the customization fails
	// As of the current implementation, it is not safe to call this function concurrently
	ApplyLabels(resourceDefinition string, labels map[string]string) ([]byte, error)
}

func MakeKustomizer

func MakeKustomizer(timeout time.Duration) Kustomizer

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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