Skip to main content

KUBE_KEY_API_VERSION

Constant KUBE_KEY_API_VERSION 

Source
pub const KUBE_KEY_API_VERSION: &str = "apiVersion";
Expand description

Canonical K8s API key naming the resource’s API-version selector (e.g. cilium.io/v2, gateway.networking.k8s.io/v1, wasm.pleme.io/v1alpha1). Lifted to a const so a future API-server rename or a multi-version-skew migration is a one-line edit, not a search-and-replace across every per-target renderer.