mirror of
https://github.com/rancher/types.git
synced 2025-09-01 13:18:20 +00:00
go generate
This commit is contained in:
committed by
Alena Prokharchyk
parent
e224aa2b01
commit
6bbedae77a
@@ -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))
|
||||
|
Reference in New Issue
Block a user