File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 219
219
- title : Replication Controller
220
220
path : /docs/user-guide/replication-controller/
221
221
- title : Resource Quotas
222
- path : /docs/admin/resource-quota/
222
+ path : /docs/admin/resourcequota/
223
223
- title : Scheduled Jobs
224
224
path : /docs/user-guide/scheduled-jobs/
225
225
- title : Secrets
269
269
- title : Federation Components
270
270
section :
271
271
- title : federation-apiserver
272
- path : /docs/admin/federation-apiserver.md
272
+ path : /docs/admin/federation-apiserver
273
273
- title : federation-controller-mananger
274
- path : /docs/admin/federation-controller-manager.md
274
+ path : /docs/admin/federation-controller-manager
Original file line number Diff line number Diff line change @@ -53,18 +53,18 @@ Make sure you review the [beta limitations](https://github.com/kubernetes/contri
53
53
A minimal Ingress might look like:
54
54
55
55
``` 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
68
68
` ` `
69
69
70
70
*POSTing this to the API server will have no effect if you have not configured an [Ingress controller](#ingress-controllers).*
You can’t perform that action at this time.
0 commit comments