mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
fix error of func TestValidateStatefulSet that updateStrategy
This commit is contained in:
parent
04673ab614
commit
abd1ea86fb
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ func TestValidateStatefulSet(t *testing.T) {
|
|||
field != "metadata.labels" &&
|
||||
field != "status.replicas" &&
|
||||
field != "spec.updateStrategy" &&
|
||||
field != "spec.updateStrategy.rollingUpate" &&
|
||||
field != "spec.updateStrategy.rollingUpdate" &&
|
||||
field != "spec.updateStrategy.rollingUpdate.partition" {
|
||||
t.Errorf("%s: missing prefix for: %v", k, errs[i])
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue