Skip to content

Commit

Permalink
Fix inconsistency of note on command example (kubernetes#17154)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vanou authored and k8s-ci-robot committed Oct 24, 2019
1 parent ed76430 commit b7425c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7425c9

Please sign in to comment.