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 12e17eb commit aadbeceCopy full SHA for aadbece
lib/docs/scrapers/kubernetes.rb
@@ -14,13 +14,13 @@ class Kubernetes < UrlScraper
14
options[:container] = '.td-content'
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.29"
+ self.release = "1.31.2"
24
self.base_url = "https://kubernetes.io/docs/reference/kubernetes-api/"
25
end
26
0 commit comments