Enum k8s_cluster_api::v1beta1::ControlPlaneConfigTemplate [−][src]
pub enum ControlPlaneConfigTemplate {
Kubeadm(KubeadmConfigTemplate),
}
Variants
Kubeadm(KubeadmConfigTemplate)
Tuple Fields
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ControlPlaneConfigTemplate
impl Send for ControlPlaneConfigTemplate
impl Sync for ControlPlaneConfigTemplate
impl Unpin for ControlPlaneConfigTemplate
impl UnwindSafe for ControlPlaneConfigTemplate
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