1
0
mirror of https://github.com/rancher/types.git synced 2025-09-01 13:18:20 +00:00

go generate

This commit is contained in:
kinarashah
2019-09-26 18:46:02 -07:00
committed by Alena Prokharchyk
parent e224aa2b01
commit 6bbedae77a
104 changed files with 1433 additions and 1383 deletions

View File

@@ -35,7 +35,7 @@ func (in *ClusterAuthToken) DeepCopyObject() runtime.Object {
func (in *ClusterAuthTokenList) DeepCopyInto(out *ClusterAuthTokenList) {
*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([]ClusterAuthToken, len(*in))
@@ -100,7 +100,7 @@ func (in *ClusterUserAttribute) DeepCopyObject() runtime.Object {
func (in *ClusterUserAttributeList) DeepCopyInto(out *ClusterUserAttributeList) {
*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([]ClusterUserAttribute, len(*in))