File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ class Kubectl < UrlScraper
1414 options [ :container ] = '#page-content-wrapper'
1515
1616 options [ :attribution ] = <<-HTML
17- © 2022 The Kubernetes Authors | Documentation Distributed under CC BY 4.0 < br >
18- Copyright © 2022 The Linux Foundation ®. All rights reserved.
17+ © 2024 The Kubernetes Authors | Documentation Distributed under CC BY 4.0 < br >
18+ Copyright © 2024 The Linux Foundation ®. All rights reserved.
1919 HTML
2020
2121 # latest version has a special URL that does not include the version identifier
2222 version do
23- self . release = "1.26 "
23+ self . release = "1.31.2 "
2424 self . base_url = "https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands"
2525 end
2626
You can’t perform that action at this time.
0 commit comments