1 // Copyright 2019 The Kubernetes Authors. 2 // SPDX-License-Identifier: Apache-2.0 3 4 // Package types holds the definition of the kustomization struct and 5 // supporting structs. It's the k8s API conformant object that describes 6 // a set of generation and transformation operations to create and/or 7 // modify k8s resources. 8 // A kustomization file is a serialization of this struct. 9 package types 10