We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f814260 commit 12e17ebCopy full SHA for 12e17eb
1 file changed
lib/docs/scrapers/kubectl.rb
@@ -14,13 +14,13 @@ class Kubectl < UrlScraper
14
options[:container] = '#page-content-wrapper'
15
16
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.
+ © 2024 The Kubernetes Authors | Documentation Distributed under CC BY 4.0 <br>
+ Copyright © 2024 The Linux Foundation ®. All rights reserved.
19
HTML
20
21
# latest version has a special URL that does not include the version identifier
22
version do
23
- self.release = "1.26"
+ self.release = "1.31.2"
24
self.base_url = "https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands"
25
end
26
0 commit comments