Fix inconsistency of note on command example (#17154)

In doc on Declarative Management of K8s object, there is explanation
of 'Default field values of K8s object set by K8s apiserver'.
In this explanation, there is examples of resource of K8s object.

And in this example, there is notes on what field value is set by
apiserver by default. But there is lack of a word in one of these
notes. This commit fixes it.
pull/17156/head
vanou 2019-10-24 12:11:07 +09:00 committed by Kubernetes Prow Robot
parent ed76430eb0
commit b7425c994c
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ spec:
rollingUpdate: # defaulted by apiserver - derived from strategy.type
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate # defaulted apiserver
type: RollingUpdate # defaulted by apiserver
template:
metadata:
creationTimestamp: null