//! Fix application for Kubernetes resources.
//!//! This module provides functionality to apply recommended fixes to manifest files.
// Re-export from parent module's files (temporary - will be moved here)
// These will be moved to applicator.rs in a future refactor