cdl_k8s_core/
lib.rs

1
2
3
4
5
6
7
8
9
10
11
12
#[cfg(feature = "env")]
pub mod env;
#[cfg(feature = "k8s-cluster-domain")]
pub mod k8s_cluster_domain;
#[cfg(feature = "k8s-cluster-name")]
pub mod k8s_cluster_name;
#[cfg(feature = "k8s-operator")]
pub mod k8s_operator;
#[cfg(feature = "openapi")]
pub mod openapi;
#[cfg(feature = "opentelemetry")]
pub mod otel;