mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-20 13:42:23 +00:00
10 lines
305 B
Go
10 lines
305 B
Go
// Copyright 2019 The Kubernetes Authors.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Utilities to aid transformer plugins.
|
|
//
|
|
// TODO: Push remaining code down into the plugins
|
|
// or into an appropriately named utility package.
|
|
// This package made more sense in the pre-plugin days.
|
|
package transformers
|