-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to the latest specs: - v1.30: 0.0.0 -> 1.30.0-beta.0 - v1.29: 0.0.0 -> 1.29.2 - v1.28: 0.0.0 -> 1.28.7 - v1.27: 1.27.0-beta.0 -> 1.27.11 - v1.26: 1.26.3 -> 1.26.14 - pre: 1.27.0-beta.0 -> 1.30.0-beta.0 - latest: 1.26.3 -> 1.29.2
- Loading branch information
Showing
336 changed files
with
592,507 additions
and
75,141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
import datetime as _datetime | ||
|
||
from kuber import versioning as _versioning | ||
|
||
# Information about the kubernetes API library version associated with this | ||
# package and kuber metadata around its creation and labeling within the | ||
# kuber library. | ||
KUBERNETES_VERSION = _versioning.KubernetesVersion( | ||
label="latest", | ||
version="v1.26.3", | ||
major="1", | ||
minor="26", | ||
patch="3", | ||
pre_release="", | ||
build="", | ||
created_at=_datetime.datetime(2023, 3, 20), | ||
commit_sha="9e644106593f3f4aa98f8a84b23db5fa378900bd", | ||
) | ||
import datetime as _datetime | ||
|
||
from kuber import versioning as _versioning | ||
|
||
# Information about the kubernetes API library version associated with this | ||
# package and kuber metadata around its creation and labeling within the | ||
# kuber library. | ||
KUBERNETES_VERSION = _versioning.KubernetesVersion( | ||
label="latest", | ||
version="v1.29.2", | ||
major="1", | ||
minor="29", | ||
patch="2", | ||
pre_release="", | ||
build="", | ||
created_at=_datetime.datetime(2024, 3, 13), | ||
commit_sha="4b8e819355d791d96b7e9d9efe4cbafae2311c88", | ||
) |
Oops, something went wrong.