[][src]Struct k8s_csi::v1_3_0::ControllerExpandVolumeResponse

pub struct ControllerExpandVolumeResponse {
    pub capacity_bytes: i64,
    pub node_expansion_required: bool,
}

Fields

capacity_bytes: i64

Capacity of volume after expansion. This field is REQUIRED.

node_expansion_required: bool

Whether node expansion is required for the volume. When true the CO MUST make NodeExpandVolume RPC call on the node. This field is REQUIRED.

Trait Implementations

impl Clone for ControllerExpandVolumeResponse[src]

impl Debug for ControllerExpandVolumeResponse[src]

impl Default for ControllerExpandVolumeResponse[src]

impl Message for ControllerExpandVolumeResponse[src]

impl PartialEq<ControllerExpandVolumeResponse> for ControllerExpandVolumeResponse[src]

impl StructuralPartialEq for ControllerExpandVolumeResponse[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<T> From<T> for T[src]

impl<T> Instrument for T[src]

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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]