mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-22 06:47:00 +00:00
9 lines
298 B
Go
9 lines
298 B
Go
// Copyright 2019 The Kubernetes Authors.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package builtinconfig provides legacy methods for
|
|
// configuring builting plugins from a common config file.
|
|
// It's better to configure them individually if using
|
|
// a custom configuration.
|
|
package builtinconfig
|