[][src]Struct fluvio_cli::cluster::InstallCommand

pub struct InstallCommand {
    pub develop: bool,
    pub k8_config: K8Install,
    pub skip_profile_creation: bool,
    pub spu: u16,
    pub rust_log: Option<String>,
    // some fields omitted
}

Fields

develop: bool

use local image

k8_config: K8Installskip_profile_creation: boolspu: u16

number of SPU

rust_log: Option<String>

RUST_LOG options

Trait Implementations

impl Debug for InstallCommand[src]

impl StructOpt for InstallCommand[src]

impl StructOptInternal for InstallCommand[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<'a, T> Captures<'a> for T where
    T: ?Sized

impl<T> Erased for T

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<D> OwoColorize for D

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]