ingress paths are now clickable

sample YAML to test
kind: Ingress
apiVersion: networking.k8s.io/v1
metadata:
name: kubernetes-dashboard-lb2
namespace: kubernetes-dashboard
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
spec:
defaultBackend:
service:
name: test
port:
number: 80
rules:
- host: dashboard.mydomain.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: kubernetes-dashboard
port:
number: 443
- host: dashboard2.mydomain.com
http:
paths:
- path: /mypath
pathType: Prefix
backend:
service:
name: kubernetes-dashboard
port:
number: 443
- host: dashboard2.mydomain.com
http:
paths:
- path: /mypath/morepath
pathType: Prefix
backend:
service:
name: kubernetes-dashboard
port:
number: 443
- http:
paths:
- path: /testpath
pathType: Prefix
backend:
service:
name: test
port:
number: 80
- http:
paths:
- path: /icons
pathType: ImplementationSpecific
backend:
resource:
apiGroup: k8s.example.com
kind: StorageBucket
name: icon-assets
- host: "foo.bar.com"
http:
paths:
- pathType: Prefix
path: "/bar"
backend:
service:
name: service1
port:
number: 80
- host: "*.foo.com"
http:
paths:
- pathType: Prefix
path: "/foo"
backend:
service:
name: service2
port:
number: 80
- host: foo.bar.com
http:
paths:
- path: /foo
pathType: Prefix
backend:
service:
name: service1
port:
number: 4200
- path: /bar
pathType: Prefix
backend:
service:
name: service2
port:
number: 8080
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: marcosdiez
To complete the pull request process, please assign maciaszczykm after the PR has been reviewed.
You can assign the PR to them by writing /assign @maciaszczykm in a comment when ready.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Codecov Report
Merging #7017 (b745379) into master (915dabb) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #7017 +/- ##
=======================================
Coverage 44.22% 44.22%
=======================================
Files 46 46
Lines 1282 1282
Branches 179 179
=======================================
Hits 567 567
Misses 677 677
Partials 38 38
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Mark this issue or PR as fresh with
/remove-lifecycle stale - Mark this issue or PR as rotten with
/lifecycle rotten - Close this issue or PR with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
@marcosdiez: PR needs rebase.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Since https://github.com/kubernetes/dashboard/pull/7047 has been merged and it introduces major architecture changes we should close this PR. If you are willing to work on it, you can open a new PR against the current master.
/close
@floreks: Closed this PR.
In response to this:
Since https://github.com/kubernetes/dashboard/pull/7047 has been merged and it introduces major architecture changes we should close this PR. If you are willing to work on it, you can open a new PR against the current master.
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.