kapi-core 0.2.1

Core types for the kapi ecosystem
Documentation
1
2
3
4
5
6
#[derive(Debug, Clone, Hash, Eq, PartialEq, serde::Serialize, serde::Deserialize)]
pub struct ResourceKey {
    pub group: String,
    pub version: String,
    pub kind: String,
}