Update generated files under cmd/config.

sed -i 's|version: v0.18.10|version: v0.19.8|' cmd/config/internal/commands/internal/k8sgen/k8scopy.yaml
(cd cmd/config/; make generate)
This commit is contained in:
monopole
2021-02-28 10:11:39 -08:00
parent 2e6ef91a7c
commit cfa7645d3b
9 changed files with 79 additions and 73 deletions

View File

@@ -4,7 +4,7 @@
# The files to vendor (copy). # The files to vendor (copy).
# See {repo}/cmd/k8scopy/main.go for more info. # See {repo}/cmd/k8scopy/main.go for more info.
module: k8s.io/apimachinery module: k8s.io/apimachinery
version: v0.18.10 version: v0.19.8
packages: packages:
- name: pkg/api/resource - name: pkg/api/resource
files: files:

View File

@@ -1,5 +1,5 @@
// Code generated by k8scopy from k8s.io/apimachinery@v0.18.10; DO NOT EDIT. // Code generated by k8scopy from k8s.io/apimachinery@v0.19.8; DO NOT EDIT.
// Copied from k8s.io/apimachinery@v0.18.10/pkg/api/resource/amount.go // File content copied from k8s.io/apimachinery@v0.19.8/pkg/api/resource/amount.go
/* /*
Copyright 2014 The Kubernetes Authors. Copyright 2014 The Kubernetes Authors.

View File

@@ -1,5 +1,5 @@
// Code generated by k8scopy from k8s.io/apimachinery@v0.18.10; DO NOT EDIT. // Code generated by k8scopy from k8s.io/apimachinery@v0.19.8; DO NOT EDIT.
// Copied from k8s.io/apimachinery@v0.18.10/pkg/api/resource/math.go // File content copied from k8s.io/apimachinery@v0.19.8/pkg/api/resource/math.go
/* /*
Copyright 2014 The Kubernetes Authors. Copyright 2014 The Kubernetes Authors.

View File

@@ -1,5 +1,5 @@
// Code generated by k8scopy from k8s.io/apimachinery@v0.18.10; DO NOT EDIT. // Code generated by k8scopy from k8s.io/apimachinery@v0.19.8; DO NOT EDIT.
// Copied from k8s.io/apimachinery@v0.18.10/pkg/api/resource/quantity.go // File content copied from k8s.io/apimachinery@v0.19.8/pkg/api/resource/quantity.go
/* /*
Copyright 2014 The Kubernetes Authors. Copyright 2014 The Kubernetes Authors.

View File

@@ -1,5 +1,5 @@
// Code generated by k8scopy from k8s.io/apimachinery@v0.18.10; DO NOT EDIT. // Code generated by k8scopy from k8s.io/apimachinery@v0.19.8; DO NOT EDIT.
// Copied from k8s.io/apimachinery@v0.18.10/pkg/api/resource/scale_int.go // File content copied from k8s.io/apimachinery@v0.19.8/pkg/api/resource/scale_int.go
/* /*
Copyright 2015 The Kubernetes Authors. Copyright 2015 The Kubernetes Authors.

View File

@@ -1,5 +1,5 @@
// Code generated by k8scopy from k8s.io/apimachinery@v0.18.10; DO NOT EDIT. // Code generated by k8scopy from k8s.io/apimachinery@v0.19.8; DO NOT EDIT.
// Copied from k8s.io/apimachinery@v0.18.10/pkg/api/resource/suffix.go // File content copied from k8s.io/apimachinery@v0.19.8/pkg/api/resource/suffix.go
/* /*
Copyright 2014 The Kubernetes Authors. Copyright 2014 The Kubernetes Authors.

View File

@@ -1,3 +1,5 @@
// Code generated by "mdtogo"; DO NOT EDIT. // Code generated by "mdtogo"; DO NOT EDIT.
package api package api

View File

@@ -1,3 +1,5 @@
// Code generated by "mdtogo"; DO NOT EDIT. // Code generated by "mdtogo"; DO NOT EDIT.
package commands package commands

View File

@@ -1,3 +1,5 @@
// Code generated by "mdtogo"; DO NOT EDIT. // Code generated by "mdtogo"; DO NOT EDIT.
package tutorials package tutorials