We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d1dac commit ac3fb32Copy full SHA for ac3fb32
crs/api/core/v1alpha1/global.go
@@ -47,6 +47,7 @@ func (in *GlobalSpec) DeepCopyInto(out *GlobalSpec) {
47
out.LogTargets = make([]*models.LogTarget, len(in.LogTargets))
48
for i, v := range in.LogTargets {
49
b, _ := v.MarshalBinary()
50
+ out.LogTargets[i] = &models.LogTarget{}
51
_ = out.LogTargets[i].UnmarshalBinary(b)
52
}
53
crs/api/core/v1alpha2/global.go
0 commit comments