pub struct KubernetesEmitter;Expand description
Emits plain Kubernetes manifests from the export model.
Trait Implementations§
Source§impl Emitter for KubernetesEmitter
impl Emitter for KubernetesEmitter
Source§fn emit(&self, model: &ExportModel) -> Result<ExportArtifacts>
fn emit(&self, model: &ExportModel) -> Result<ExportArtifacts>
Emit the target files for
model.Auto Trait Implementations§
impl Freeze for KubernetesEmitter
impl RefUnwindSafe for KubernetesEmitter
impl Send for KubernetesEmitter
impl Sync for KubernetesEmitter
impl Unpin for KubernetesEmitter
impl UnsafeUnpin for KubernetesEmitter
impl UnwindSafe for KubernetesEmitter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more