pub fn extract_static_pod_config_hashsum(metadata: &ObjectMeta) -> Option<&str>
Expand description
Extract the static pod config hashsum from the mirror pod annotations.
This part of Kubernetes changed a bit over time, so we’re implementing support up to 1.14, which is an MSKV at this time.