kubernetes/vendor/sigs.k8s.io/kustomize/api/types/kustomization.go

const KustomizationVersion

const KustomizationKind

const ComponentVersion

const ComponentKind

const MetadataNamespacePath

const MetadataNamespaceApiVersion

const MetadataNamePath

const NamespaceKind

const OriginAnnotations

const TransformerAnnotations

const ManagedByLabelOption

var BuildMetadataOptions

type Kustomization

const deprecatedWarningToRunEditFix

const deprecatedWarningToRunEditFixExperimential

const deprecatedBaseWarningMessage

const deprecatedImageTagsWarningMessage

const deprecatedPatchesJson6902Message

const deprecatedPatchesStrategicMergeMessage

const deprecatedVarsMessage

const deprecatedCommonLabelsWarningMessage

// CheckDeprecatedFields check deprecated field is used or not.
func (k *Kustomization) CheckDeprecatedFields() *[]string {}

// FixKustomization fixes things
// like empty fields that should not be empty, or
// moving content of deprecated fields to newer
// fields.
func (k *Kustomization) FixKustomization() {}

// FixKustomizationPreMarshalling fixes things
// that should occur after the kustomization file
// has been processed.
func (k *Kustomization) FixKustomizationPreMarshalling(fSys filesys.FileSystem) error {}

func (k *Kustomization) CheckEmpty() error {}

func (k *Kustomization) EnforceFields() []string {}

// Unmarshal replace k with the content in YAML input y
func (k *Kustomization) Unmarshal(y []byte) error {}