diff options
| author | Xingcai Zhang <zhangxingcai@ghostcloud.cn> | 2017-10-22 14:54:38 +0800 |
|---|---|---|
| committer | Xingcai Zhang <zhangxingcai@ghostcloud.cn> | 2017-10-22 14:54:38 +0800 |
| commit | ff637fb5312a8f05fe3da0dc083f39c29f797f9b (patch) | |
| tree | 0aa27f01b54975ddcba9d4834d533771860a81c3 | |
| parent | 2f5b6321b924c8e14fc026c63bc4d21f837621c4 (diff) | |
Update daemonset-update.md fix some typos
| -rw-r--r-- | contributors/design-proposals/apps/daemonset-update.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/design-proposals/apps/daemonset-update.md b/contributors/design-proposals/apps/daemonset-update.md index b50beb86..1fb8f75b 100644 --- a/contributors/design-proposals/apps/daemonset-update.md +++ b/contributors/design-proposals/apps/daemonset-update.md @@ -132,7 +132,7 @@ type DaemonSetSpec struct { // DaemonSetStatus represents the current status of a daemon set. type DaemonSetStatus struct { - // Note: Existing fields, including CurrentNumberScheduled, NumberMissscheduled, + // Note: Existing fields, including CurrentNumberScheduled, NumberMisscheduled, // DesiredNumberScheduled, NumberReady, and ObservedGeneration are omitted in // this proposal. @@ -250,7 +250,7 @@ In DaemonSet strategy (pkg/registry/extensions/daemonset/strategy.go#PrepareForU increase DaemonSet's `.spec.templateGeneration` by 1 if any changes is made to DaemonSet's `.spec.template`. -This was originally implmeneted in 1.6, and kept in 1.7 for backward compatibility. +This was originally implemented in 1.6, and kept in 1.7 for backward compatibility. ### kubectl |
