1
0
mirror of https://github.com/rancher/types.git synced 2025-09-17 23:38:20 +00:00

update vendor

This commit is contained in:
Aiwantaozi
2019-02-11 20:24:19 +08:00
committed by Craig Jellick
parent b392a0161b
commit 60be9b9176
3 changed files with 9 additions and 4 deletions

View File

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