Fixed doc typo

This commit is contained in:
gregoplex 2017-01-17 20:35:24 -05:00
parent 96a07031ea
commit 4fb669be11
5 changed files with 10 additions and 10 deletions

View File

@ -8,7 +8,7 @@
```bdocs-tab:kubectl_yaml ```bdocs-tab:kubectl_yaml
apiVersion: v1 apiVersion: v1
kind: Pob kind: Pod
metadata: metadata:
name: pod-example name: pod-example
spec: spec:
@ -24,7 +24,7 @@ spec:
```bdocs-tab:curl_yaml ```bdocs-tab:curl_yaml
apiVersion: v1 apiVersion: v1
kind: Pob kind: Pod
metadata: metadata:
name: pod-example name: pod-example
spec: spec:

View File

@ -7525,7 +7525,7 @@ $ kubectl <span class="hljs-keyword">get</span> job example-job <span class="hlj
</blockquote> </blockquote>
<pre class="code-block kubectl"><code class="lang-yaml"> <pre class="code-block kubectl"><code class="lang-yaml">
<span class="hljs-attribute">apiVersion</span>: v1 <span class="hljs-attribute">apiVersion</span>: v1
<span class="hljs-attribute">kind</span>: Pob <span class="hljs-attribute">kind</span>: Pod
<span class="hljs-attribute">metadata</span>: <span class="hljs-attribute">metadata</span>:
<span class="hljs-attribute">name</span>: pod-example <span class="hljs-attribute">name</span>: pod-example
<span class="hljs-attribute">spec</span>: <span class="hljs-attribute">spec</span>:
@ -7539,7 +7539,7 @@ $ kubectl <span class="hljs-keyword">get</span> job example-job <span class="hlj
</blockquote> </blockquote>
<pre class="code-block curl"><code class="lang-yaml"> <pre class="code-block curl"><code class="lang-yaml">
<span class="hljs-attribute">apiVersion</span>: v1 <span class="hljs-attribute">apiVersion</span>: v1
<span class="hljs-attribute">kind</span>: Pob <span class="hljs-attribute">kind</span>: Pod
<span class="hljs-attribute">metadata</span>: <span class="hljs-attribute">metadata</span>:
<span class="hljs-attribute">name</span>: pod-example <span class="hljs-attribute">name</span>: pod-example
<span class="hljs-attribute">spec</span>: <span class="hljs-attribute">spec</span>:
@ -51827,4 +51827,4 @@ Appears In <a href="#scale-v1beta1">Scale</a> </aside>
<!--<script src="actions.js"></script>--> <!--<script src="actions.js"></script>-->
<script src="tabvisibility.js"></script> <script src="tabvisibility.js"></script>
</body> </body>
</html> </html>

View File

@ -8,7 +8,7 @@
```bdocs-tab:example_yaml ```bdocs-tab:example_yaml
apiVersion: v1 apiVersion: v1
kind: Pob kind: Pod
metadata: metadata:
name: pod-example name: pod-example
spec: spec:

View File

@ -947,7 +947,7 @@ Appears In <a href="#job-v1">Job</a> </aside>
</blockquote> </blockquote>
<pre class="code-block example"><code class="lang-yaml"> <pre class="code-block example"><code class="lang-yaml">
<span class="hljs-attribute">apiVersion</span>: v1 <span class="hljs-attribute">apiVersion</span>: v1
<span class="hljs-attribute">kind</span>: Pob <span class="hljs-attribute">kind</span>: Pod
<span class="hljs-attribute">metadata</span>: <span class="hljs-attribute">metadata</span>:
<span class="hljs-attribute">name</span>: pod-example <span class="hljs-attribute">name</span>: pod-example
<span class="hljs-attribute">spec</span>: <span class="hljs-attribute">spec</span>:
@ -10846,4 +10846,4 @@ Appears In <a href="#scale-v1beta1">Scale</a> </aside>
<!--<script src="actions.js"></script>--> <!--<script src="actions.js"></script>-->
<script src="tabvisibility.js"></script> <script src="tabvisibility.js"></script>
</body> </body>
</html> </html>

View File

@ -8,7 +8,7 @@
```bdocs-tab:kubectl_yaml ```bdocs-tab:kubectl_yaml
apiVersion: v1 apiVersion: v1
kind: Pob kind: Pod
metadata: metadata:
name: pod-example name: pod-example
spec: spec:
@ -24,7 +24,7 @@ spec:
```bdocs-tab:curl_yaml ```bdocs-tab:curl_yaml
apiVersion: v1 apiVersion: v1
kind: Pob kind: Pod
metadata: metadata:
name: pod-example name: pod-example
spec: spec: