Skip to content

Commit

Permalink
Document support for Kubernetes 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsystem committed Apr 21, 2024
1 parent ce5cf52 commit d64e77a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Modern lightweight kubernetes module for python
* Models and resources generated from the swagger specifications using standard dataclasses.
* Load/Dump resource objects from YAML.
* Support for async/await
* Support for installing a specific version of the kubernetes models (1.15 to 1.29)
* Support for installing a specific version of the kubernetes models (1.15 to 1.30)
* Lazy instantiation of inner models.
* Fast startup and small memory footprint as only needed models and resources can be imported.
* Automatic handling of pagination when listing resources.
Expand Down
3 changes: 2 additions & 1 deletion docs/resources-and-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Reference
lightkube-models
[1.30](https://gtsystem.github.io/lightkube-models/1.30),
[1.29](https://gtsystem.github.io/lightkube-models/1.29),
[1.28](https://gtsystem.github.io/lightkube-models/1.28),
[1.27](https://gtsystem.github.io/lightkube-models/1.27),
Expand All @@ -16,7 +17,7 @@ lightkube-models
[1.18](https://gtsystem.github.io/lightkube-models/1.18),
[1.17](https://gtsystem.github.io/lightkube-models/1.17),
[1.16](https://gtsystem.github.io/lightkube-models/1.16),
[1.15](https://gtsystem.github.io/lightkube-models/1.15)
[1.15](https://gtsystem.github.io/lightkube-models/1.15).

## Resources

Expand Down

0 comments on commit d64e77a

Please sign in to comment.