mirror of
https://github.com/rancher/types.git
synced 2025-09-16 06:49:21 +00:00
Update generated code
This commit is contained in:
@@ -2244,6 +2244,13 @@ func (in *ClusterStatus) DeepCopyInto(out *ClusterStatus) {
|
||||
*out = make([]ClusterCondition, len(*in))
|
||||
copy(*out, *in)
|
||||
}
|
||||
if in.AgentFeatures != nil {
|
||||
in, out := &in.AgentFeatures, &out.AgentFeatures
|
||||
*out = make(map[string]bool, len(*in))
|
||||
for key, val := range *in {
|
||||
(*out)[key] = val
|
||||
}
|
||||
}
|
||||
if in.ComponentStatuses != nil {
|
||||
in, out := &in.ComponentStatuses, &out.ComponentStatuses
|
||||
*out = make([]ClusterComponentStatus, len(*in))
|
||||
|
Reference in New Issue
Block a user