Module api_versions

Module api_versions 

Source
Expand description

Kubernetes API version tracking and deprecation detection.

Tracks deprecated Kubernetes APIs and their replacements.

Structs§

DeprecatedApi
Information about a deprecated API.
K8sVersion
Kubernetes version as (major, minor).

Functions§

build_deprecation_map
Build a map of deprecated APIs for quick lookup.
get_replacement_api
Get the replacement API for a deprecated API.
is_api_deprecated
Check if an API version is deprecated for a given kind.
is_api_deprecated_in_version
Check if an API is deprecated in a specific Kubernetes version.
is_api_removed_in_version
Check if an API is removed in a specific Kubernetes version.