summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Owens <owensk@google.com>2017-04-06 09:50:32 -0700
committerKenneth Owens <owensk@google.com>2017-04-06 09:50:32 -0700
commitd5d445a5e79814a9011f6cdd21e027a5f8b7393f (patch)
tree191ad95baf1dce4d6cabfd634faf7774742f0210
parent68dae83826d25b61421dbc76a4176d3a5205938e (diff)
typos
-rw-r--r--contributors/design-proposals/statefulset-update.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/contributors/design-proposals/statefulset-update.md b/contributors/design-proposals/statefulset-update.md
index dd7af22c..413e8d95 100644
--- a/contributors/design-proposals/statefulset-update.md
+++ b/contributors/design-proposals/statefulset-update.md
@@ -111,7 +111,6 @@ The following modifications will be made to the StatefulSetSpec API object.
type StatefulSetSpec struct {
// Replicas, Selector, Template, VolumeClaimsTemplate, and ServiceName
// omitted for brevity.
- v1.PodTemplateSpec `json:"template"`
// TemplateGeneration is a monotonically increasing, 64 bit, integer used to
// indicate the version of the of the PodTemplateSpec. If nil, the
@@ -255,7 +254,7 @@ the largest ordinal will be deleted.
### StatefulSet Revision History
The StatefulSet controller will use labeled, versioned PodTemplates to keep a
-history of updates preformed on a StatefulSet. The number of stored PodTemplates
+history of updates performed on a StatefulSet. The number of stored PodTemplates
is considered to be the size of the StatefulSet's revision history. The
maximum size of a StatefulSet's revision history is two (these are the current
and target PodTemplates) plus the history limit (represented by its
@@ -621,7 +620,7 @@ spec:
volumeMounts:
- name: www
mountPath: /usr/share/nginx/html
- generationParition: 2
+ generationPartition: 2
volumeClaimTemplates:
- metadata:
name: www