kustomize

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: May 20, 2022 License: Apache-2.0 Imports: 51 Imported by: 0

Documentation

Index

Constants

View Source
const RE_KUSTOMIZATION_API_VERSION = "(?P<version>" + RE_NOT_UNDERSCORE + ")"
View Source
const RE_KUSTOMIZATION_GROUP = "(?P<group>" + RE_NOT_UNDERSCORE + ")"
View Source
const RE_KUSTOMIZATION_KIND = "(?P<kind>" + RE_NOT_PIPE + ")"
View Source
const RE_KUSTOMIZATION_NAME = "(?P<name>" + RE_NOT_DQUOTE + ")"
View Source
const RE_KUSTOMIZATION_NAMESPACE = "(?P<namespace>" + RE_NOT_PIPE + ")"
View Source
const RE_NOT_DQUOTE = "[^\"]*"
View Source
const RE_NOT_PIPE = "[^|]*"
View Source
const RE_NOT_SLASH = "[^/]*"
View Source
const RE_NOT_UNDERSCORE = "[^_]*"
View Source
const RE_PROVIDER_GROUP = "(?P<group>" + RE_NOT_SLASH + ")"
View Source
const RE_PROVIDER_KIND = "(?P<kind>" + RE_NOT_SLASH + ")"
View Source
const RE_PROVIDER_NAME = "(?P<name>" + RE_NOT_SLASH + ")"
View Source
const RE_PROVIDER_NAMESPACE = "(?P<namespace>" + RE_NOT_SLASH + ")"

Variables

View Source
var KFILENAME string = "Kustomization"

Functions

func Provider

func Provider() *schema.Provider

Provider ...

Types

type Config

type Config struct {
	Client dynamic.Interface
	Mapper *restmapper.DeferredDiscoveryRESTMapper
	Mutex  *sync.Mutex
	// whether legacy IDs are produced or not
	LegacyIDs             bool
	GzipLastAppliedConfig bool
}

Config ...

type KubernetesResource added in v0.6.0

type KubernetesResource struct {
	Group     string
	Kind      string
	Namespace string
	Name      string
}

Jump to

Keyboard shortcuts

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