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
14
14
options [ :container ] = '#page-content-wrapper'
15
15
16
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.
17
+ © 2024 The Kubernetes Authors | Documentation Distributed under CC BY 4.0 < br >
18
+ Copyright © 2024 The Linux Foundation ®. All rights reserved.
19
19
HTML
20
20
21
21
# latest version has a special URL that does not include the version identifier
22
22
version do
23
- self . release = "1.26 "
23
+ self . release = "1.31.2 "
24
24
self . base_url = "https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands"
25
25
end
26
26
You can’t perform that action at this time.
0 commit comments