mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
generated: Changes for DaemonSet max surge
This commit is contained in:
1
pkg/apis/apps/zz_generated.deepcopy.go
generated
1
pkg/apis/apps/zz_generated.deepcopy.go
generated
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user