1use super::*; 2 3pub mod v1beta1; 4 5pub trait ExternalMetric { 6 const KIND: &'static str; 7 const URL_PATH_SEGMENT: &'static str; 8}