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

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