Skip to content

Commit

Permalink
Remove the duplicated word defaults
Browse files Browse the repository at this point in the history
Signed-off-by: mooncake <xcoder@tenxcloud.com>
  • Loading branch information
mooncak committed Nov 10, 2018
1 parent 2d76020 commit 36d4adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/book/basics/simple_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To learn more about how to use annotations in kubebuilder, refer to [Using Annot

The ContainerSetSpec contains the container image and replica count, which should be read by
the controller and used to create and manage a new Deployment. The Spec field contains desired
state defined by the user or, if unspecified, field defaults defaults or Controllers set values.
state defined by the user or, if unspecified, field defaults or Controllers set values.
An example of an unspecified field that could be owned by a Controller would be the `replicas`
field, which may be set by autoscalers.

Expand Down
2 changes: 1 addition & 1 deletion docs/book/public/basics/simple_resource.html
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ <h4 id="reference">Reference</h4>
<div class="api-method"><div class="api-method-definition"><h2 id="containersetspec">ContainerSetSpec</h2>
<p>The ContainerSetSpec contains the container image and replica count, which should be read by
the controller and used to create and manage a new Deployment. The Spec field contains desired
state defined by the user or, if unspecified, field defaults defaults or Controllers set values.
state defined by the user or, if unspecified, field defaults or Controllers set values.
An example of an unspecified field that could be owned by a Controller would be the <code>replicas</code>
field, which may be set by autoscalers.</p>
</div><div class="api-method-code"><div class="api-method-sample" data-lang="go" data-name="Go"><pre><code class="lang-go"><span class="hljs-comment">// ContainerSetSpec defines the desired state of ContainerSet</span>
Expand Down

0 comments on commit 36d4adb

Please sign in to comment.