Skip to content

Commit

Permalink
Merge pull request #1671 from mlavacca/docs-NoMatchingParent
Browse files Browse the repository at this point in the history
reason `NoMatchingParent` added to the documentation
  • Loading branch information
k8s-ci-robot authored and shaneutt committed Feb 7, 2023
1 parent e53bacd commit b5c106e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
1 change: 1 addition & 0 deletions apis/v1beta1/shared_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ const (
//
// * "NotAllowedByListeners"
// * "NoMatchingListenerHostname"
// * "NoMatchingParent"
// * "UnsupportedValue"
// * "ParentRefNotPermitted"
//
Expand Down
22 changes: 12 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
Click==7.0
htmlmin==0.1.12
Jinja2==2.11.1
jsmin==3.0.0
livereload==2.6.1
Markdown==3.3.4
MarkupSafe==1.1.1
mkdocs==1.2.2
mkdocs-awesome-pages-plugin==2.7.0
mkdocs-macros-plugin==0.6.0
mkdocs-material==7.3.3
mkdocs-material-extensions==1.0.1
Jinja2==3.1.2
jsmin==3.0.1
livereload==2.6.3
# mkdocs 2.4.1 requires Markdown < 3.4.0
# https://github.com/kubernetes-sigs/gateway-api/pull/1671#issuecomment-1400586465
Markdown==3.3.7
MarkupSafe==2.1.2
mkdocs==1.4.2
mkdocs-awesome-pages-plugin==2.8.0
mkdocs-macros-plugin==0.7.0
mkdocs-material==9.0.6
mkdocs-material-extensions==1.1.1
mkdocs-redirects==1.2.0
pep562==1.0
Pygments==2.5.2
Expand Down

0 comments on commit b5c106e

Please sign in to comment.