mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-25 16:07:24 +00:00
Regenerate tenant CRDs and deepcopies for node status
Agent-Logs-Url: https://github.com/projectcapsule/capsule/sessions/35d75f80-a2f5-4f3f-a0f8-db8fcf20edce Co-authored-by: oliverbaehler <26610571+oliverbaehler@users.noreply.github.com>
This commit is contained in:
co-authored by
oliverbaehler
parent
95e8a8c312
commit
21ab275fa2
@@ -1257,6 +1257,11 @@ func (in *TenantAvailableClassesStatus) DeepCopy() *TenantAvailableClassesStatus
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *TenantAvailableStatus) DeepCopyInto(out *TenantAvailableStatus) {
|
||||
*out = *in
|
||||
if in.Nodes != nil {
|
||||
in, out := &in.Nodes, &out.Nodes
|
||||
*out = make([]string, len(*in))
|
||||
copy(*out, *in)
|
||||
}
|
||||
in.Classes.DeepCopyInto(&out.Classes)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user