Struct statehub_api::v0::Cluster [−][src]
pub struct Cluster {
pub id: Uuid,
pub name: ClusterName,
pub namespace: Option<String>,
pub created: DateTime<Utc>,
pub modified: DateTime<Utc>,
pub locations: ClusterLocations,
pub helm: Vec<Helm>,
}
Fields
id: Uuid
name: ClusterName
namespace: Option<String>
created: DateTime<Utc>
modified: DateTime<Utc>
locations: ClusterLocations
helm: Vec<Helm>
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Cluster
impl UnwindSafe for Cluster
Blanket Implementations
Mutably borrows from an owned value. Read more