Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 [msgspec](https://msgspec.dev/) Structs for fast, allocation-efficient serialisation.
* Load/Dump resource objects from YAML.
* Support for async/await
* Support for installing a specific version of the kubernetes models (1.21 to 1.36)
* Support for installing a specific version of the kubernetes models (1.22 to 1.37)
* Fast startup and small memory footprint as only needed models and resources can be imported.
* Automatic handling of pagination when listing resources.

Expand Down
4 changes: 2 additions & 2 deletions 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.37](https://gtsystem.github.io/lightkube-models/1.37),
[1.36](https://gtsystem.github.io/lightkube-models/1.36),
[1.35](https://gtsystem.github.io/lightkube-models/1.35),
[1.34](https://gtsystem.github.io/lightkube-models/1.34),
Expand All @@ -16,8 +17,7 @@ lightkube-models
[1.25](https://gtsystem.github.io/lightkube-models/1.25),
[1.24](https://gtsystem.github.io/lightkube-models/1.24),
[1.23](https://gtsystem.github.io/lightkube-models/1.23),
[1.22](https://gtsystem.github.io/lightkube-models/1.22),
[1.21](https://gtsystem.github.io/lightkube-models/1.21).
[1.22](https://gtsystem.github.io/lightkube-models/1.22).

## Resources

Expand Down
Loading