generated: Changes for DaemonSet max surge

This commit is contained in:
Clayton Coleman
2020-11-05 15:02:15 -05:00
parent 5aa53f885c
commit ac77b3835b
26 changed files with 791 additions and 519 deletions

View File

@@ -585,6 +585,7 @@ func (in *RollbackConfig) DeepCopy() *RollbackConfig {
func (in *RollingUpdateDaemonSet) DeepCopyInto(out *RollingUpdateDaemonSet) {
*out = *in
out.MaxUnavailable = in.MaxUnavailable
out.MaxSurge = in.MaxSurge
return
}