generated

This commit is contained in:
Chao Xu
2019-05-24 17:46:39 -07:00
parent e28a1072d9
commit 369314959c
88 changed files with 373 additions and 363 deletions

View File

@@ -55,7 +55,7 @@ func (in *Lease) DeepCopyObject() runtime.Object {
func (in *LeaseList) DeepCopyInto(out *LeaseList) {
*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([]Lease, len(*in))