Expand description
Kubernetes API version tracking and deprecation detection.
Tracks deprecated Kubernetes APIs and their replacements.
Structs§
- Deprecated
Api - 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.