package
1.0.11
Repository: https://github.com/hari326-git/kustomize.git
Documentation: pkg.go.dev

# Structs

CommandSources contains some generic sources for secrets.
ConfigMapArgs contains the metadata of how to generate a configmap.
DataSources contains some generic sources for configmaps.
FieldSelector contains the fieldPath to an object field, such as metadata.name This struct is added to keep the backward compatibility of using ObjectFieldSelector for Var.FieldRef.
GeneratorOptions modify behavior of all ConfigMap and Secret generators.
ImageTag contains an image and a new tag, which will replace the original tag.
Kustomization holds the information needed to generate customized k8s api resources.
SecretArgs contains the metadata of how to generate a secret.
Target refers to a kubernetes object by Group, Version, Kind and Name gvk.Gvk contains Group, Version and Kind APIVersion is added to keep the backward compatibility of using ObjectReference for Var.ObjRef.
TypeMeta copies apimachinery/pkg/apis/meta/v1.TypeMeta.
Var represents a variable whose value will be sourced from a field in a Kubernetes object.