syncable-cli 0.37.1

A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations
Documentation
1
2
3
4
5
6
7
//! Live cluster analysis for Kubernetes resources.
//!
//! This module provides real-time analysis by connecting to a Kubernetes cluster
//! and optionally Prometheus for historical metrics.

// Re-export from parent module's files (temporary - will be moved here)
// These will be moved to analyzer.rs, metrics.rs, prometheus.rs in a future refactor