-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support pathType field in the Ingress resource #1080
Conversation
Should we change all the other examples in the docs that have |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LorcanMcVeigh please see my suggestions.
docs-web/configuration/ingress-resources/basic-configuration.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LorcanMcVeigh please see comments/suggestion for the new code
docs-web/configuration/ingress-resources/basic-configuration.md
Outdated
Show resolved
Hide resolved
docs-web/configuration/ingress-resources/basic-configuration.md
Outdated
Show resolved
Hide resolved
docs-web/configuration/ingress-resources/basic-configuration.md
Outdated
Show resolved
Hide resolved
docs-web/configuration/ingress-resources/basic-configuration.md
Outdated
Show resolved
Hide resolved
{ | ||
pathType: v1beta1.PathType(""), | ||
path: "/path/to/resource", | ||
expected: "/path/to/resource", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a case when pathType
is nil
? this case is possible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Proposed changes
Implement v1 k8s 1.18 ingress changes
Checklist
Before creating a PR, run through this checklist and mark each as complete.