1 // Copyright 2019 The Kubernetes Authors. 2 // SPDX-License-Identifier: Apache-2.0 3 4 package builtinpluginconsts 5 6 const templateLabelFieldSpecs = ` 7 templateLabels: 8 ` + metadataLabelsFieldSpecs 9
View as plain text