mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Move the k8s code generator.
This commit is contained in:
30
kyaml/yaml/internal/k8sgen/k8scopy.yaml
Normal file
30
kyaml/yaml/internal/k8sgen/k8scopy.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 2020 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
# The files to vendor (copy).
|
||||
# See {repo}/cmd/k8scopy/main.go for more info.
|
||||
module: k8s.io/apimachinery
|
||||
version: v0.17.0
|
||||
packages:
|
||||
- name: pkg/labels
|
||||
files:
|
||||
- labels.go
|
||||
- selector.go
|
||||
- zz_generated.deepcopy.go
|
||||
- name: pkg/selection
|
||||
files:
|
||||
- operator.go
|
||||
- name: pkg/util/sets
|
||||
files:
|
||||
- empty.go
|
||||
- string.go
|
||||
- name: pkg/util/errors
|
||||
files:
|
||||
- errors.go
|
||||
- name: pkg/util/validation
|
||||
files:
|
||||
- validation.go
|
||||
- name: pkg/util/validation/field
|
||||
files:
|
||||
- errors.go
|
||||
- path.go
|
||||
Reference in New Issue
Block a user