Skip to content

Commit 979911c

Browse files
authored
Merge branch 'master' into master
2 parents bf96d72 + 6746e91 commit 979911c

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

_data/reference.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ toc:
219219
- title: Replication Controller
220220
path: /docs/user-guide/replication-controller/
221221
- title: Resource Quotas
222-
path: /docs/admin/resource-quota/
222+
path: /docs/admin/resourcequota/
223223
- title: Scheduled Jobs
224224
path: /docs/user-guide/scheduled-jobs/
225225
- title: Secrets
@@ -269,6 +269,6 @@ toc:
269269
- title: Federation Components
270270
section:
271271
- title: federation-apiserver
272-
path: /docs/admin/federation-apiserver.md
272+
path: /docs/admin/federation-apiserver
273273
- title : federation-controller-mananger
274-
path: /docs/admin/federation-controller-manager.md
274+
path: /docs/admin/federation-controller-manager

docs/user-guide/ingress.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,18 @@ Make sure you review the [beta limitations](https://github.com/kubernetes/contri
5353
A minimal Ingress might look like:
5454

5555
```yaml
56-
01. apiVersion: extensions/v1beta1
57-
02. kind: Ingress
58-
03. metadata:
59-
04. name: test-ingress
60-
05. spec:
61-
06. rules:
62-
07. - http:
63-
08. paths:
64-
09. - path: /testpath
65-
10. backend:
66-
11. serviceName: test
67-
12. servicePort: 80
56+
apiVersion: extensions/v1beta1
57+
kind: Ingress
58+
metadata:
59+
name: test-ingress
60+
spec:
61+
rules:
62+
- http:
63+
paths:
64+
- path: /testpath
65+
backend:
66+
serviceName: test
67+
servicePort: 80
6868
```
6969
7070
*POSTing this to the API server will have no effect if you have not configured an [Ingress controller](#ingress-controllers).*

0 commit comments

Comments
 (0)