1
0
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:
Darren Shepherd
2020-02-03 11:29:44 -07:00
parent b03b7504a8
commit 4b34c926e1
3 changed files with 11 additions and 0 deletions

View File

@@ -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))