Struct k8s_cluster_api::v1beta1::machine::MachineSpec [−][src]
pub struct MachineSpec {
pub cluster_name: String,
pub bootstrap: Bootstrap,
pub infrastructure_ref: ObjectReference,
pub version: Option<String>,
pub provider_id: Option<String>,
pub failure_domain: Option<String>,
pub node_drain_timeout: Option<i64>,
}
Fields
cluster_name: String
ClusterName is the name of the Cluster this object belongs to.
bootstrap: Bootstrap
Bootstrap is a reference to a local struct which encapsulates
infrastructure_ref: ObjectReference
version: Option<String>
provider_id: Option<String>
failure_domain: Option<String>
node_drain_timeout: Option<i64>
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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 MachineSpec
impl Send for MachineSpec
impl Sync for MachineSpec
impl Unpin for MachineSpec
impl UnwindSafe for MachineSpec
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more