1 // Copyright 2020 The Kubernetes Authors. 2 // SPDX-License-Identifier: Apache-2.0 3 4 // Package namespace contains a kio.Filter implementation of the kustomize 5 // namespace transformer. 6 // 7 // Special cases for known Kubernetes resources have been hardcoded in addition 8 // to those defined by the FsSlice. 9 package namespace 10