mirror of
https://github.com/rancher/types.git
synced 2025-09-17 23:38:20 +00:00
update vendor
This commit is contained in:
committed by
Craig Jellick
parent
b392a0161b
commit
60be9b9176
@@ -1438,6 +1438,11 @@ func (in *ClusterLoggingSpec) DeepCopyInto(out *ClusterLoggingSpec) {
|
||||
*out = *in
|
||||
in.LoggingTargets.DeepCopyInto(&out.LoggingTargets)
|
||||
in.LoggingCommonField.DeepCopyInto(&out.LoggingCommonField)
|
||||
if in.IncludeSystemComponent != nil {
|
||||
in, out := &in.IncludeSystemComponent, &out.IncludeSystemComponent
|
||||
*out = new(bool)
|
||||
**out = **in
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user