Autogenerated files

Kubernetes-commit: d96f24262d5e75fe6911ff1b4105d434ea54538d
This commit is contained in:
Maciej Borsz 2019-07-24 11:01:57 +02:00 committed by Kubernetes Publisher
parent db64c761fc
commit 0ff8dccd56
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ func (in *DeprecatedControllerConfiguration) DeepCopy() *DeprecatedControllerCon
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *EndpointControllerConfiguration) DeepCopyInto(out *EndpointControllerConfiguration) {
*out = *in
out.EndpointUpdatesBatchPeriod = in.EndpointUpdatesBatchPeriod
return
}