1 // Copyright 2020 The Kubernetes Authors. 2 // SPDX-License-Identifier: Apache-2.0 3 4 // Package replicacount contains a kio.Filter implementation of the kustomize 5 // ReplicaCountTransformer. 6 package replicacount 7
View as plain text