mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
8 lines
262 B
Go
8 lines
262 B
Go
// Copyright 2019 The Kubernetes Authors.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package konfig provides configuration methods and constants
|
|
// for the kustomize API, e.g. the set of file names to look for
|
|
// to identify a kustomization root.
|
|
package konfig
|