Struct k8s_cluster_api::v1beta1::machine::machineset::MachineTemplateSpec [−][src]
pub struct MachineTemplateSpec {
pub metadata: Option<ObjectMeta>,
pub spec: Option<MachineSpec>,
}
Expand description
MachineTemplateSpec describes the data needed to create a Machine from a template.
Fields
metadata: Option<ObjectMeta>
Standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
spec: Option<MachineSpec>
Specification of the desired behavior of the machine. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
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 MachineTemplateSpec
impl Send for MachineTemplateSpec
impl Sync for MachineTemplateSpec
impl Unpin for MachineTemplateSpec
impl UnwindSafe for MachineTemplateSpec
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