chore: update docker and k8s
This commit is contained in:
parent
2b5c7f9e91
commit
c2d440a914
1283 changed files with 67741 additions and 27918 deletions
1
vendor/k8s.io/code-generator/_examples/crd/apis/example/v1/doc.go
generated
vendored
1
vendor/k8s.io/code-generator/_examples/crd/apis/example/v1/doc.go
generated
vendored
|
@ -17,4 +17,5 @@ limitations under the License.
|
|||
// +k8s:deepcopy-gen=package
|
||||
// +k8s:defaulter-gen=TypeMeta
|
||||
// +groupName=example.crd.code-generator.k8s.io
|
||||
|
||||
package v1
|
||||
|
|
4
vendor/k8s.io/code-generator/_examples/crd/apis/example/v1/zz_generated.deepcopy.go
generated
vendored
4
vendor/k8s.io/code-generator/_examples/crd/apis/example/v1/zz_generated.deepcopy.go
generated
vendored
|
@ -55,7 +55,7 @@ func (in *ClusterTestType) DeepCopyObject() runtime.Object {
|
|||
func (in *ClusterTestTypeList) DeepCopyInto(out *ClusterTestTypeList) {
|
||||
*out = *in
|
||||
out.TypeMeta = in.TypeMeta
|
||||
out.ListMeta = in.ListMeta
|
||||
in.ListMeta.DeepCopyInto(&out.ListMeta)
|
||||
if in.Items != nil {
|
||||
in, out := &in.Items, &out.Items
|
||||
*out = make([]ClusterTestType, len(*in))
|
||||
|
@ -131,7 +131,7 @@ func (in *TestType) DeepCopyObject() runtime.Object {
|
|||
func (in *TestTypeList) DeepCopyInto(out *TestTypeList) {
|
||||
*out = *in
|
||||
out.TypeMeta = in.TypeMeta
|
||||
out.ListMeta = in.ListMeta
|
||||
in.ListMeta.DeepCopyInto(&out.ListMeta)
|
||||
if in.Items != nil {
|
||||
in, out := &in.Items, &out.Items
|
||||
*out = make([]TestType, len(*in))
|
||||
|
|
1
vendor/k8s.io/code-generator/_examples/crd/apis/example2/v1/doc.go
generated
vendored
1
vendor/k8s.io/code-generator/_examples/crd/apis/example2/v1/doc.go
generated
vendored
|
@ -18,4 +18,5 @@ limitations under the License.
|
|||
// +k8s:defaulter-gen=TypeMeta
|
||||
// +groupName=example.test.crd.code-generator.k8s.io
|
||||
// +groupGoName=SecondExample
|
||||
|
||||
package v1
|
||||
|
|
2
vendor/k8s.io/code-generator/_examples/crd/apis/example2/v1/zz_generated.deepcopy.go
generated
vendored
2
vendor/k8s.io/code-generator/_examples/crd/apis/example2/v1/zz_generated.deepcopy.go
generated
vendored
|
@ -55,7 +55,7 @@ func (in *TestType) DeepCopyObject() runtime.Object {
|
|||
func (in *TestTypeList) DeepCopyInto(out *TestTypeList) {
|
||||
*out = *in
|
||||
out.TypeMeta = in.TypeMeta
|
||||
out.ListMeta = in.ListMeta
|
||||
in.ListMeta.DeepCopyInto(&out.ListMeta)
|
||||
if in.Items != nil {
|
||||
in, out := &in.Items, &out.Items
|
||||
*out = make([]TestType, len(*in))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue