[][src]Struct k8s_csi::v1_3_0::ControllerPublishVolumeResponse

pub struct ControllerPublishVolumeResponse {
    pub publish_context: BTreeMap<String, String>,
}

Fields

publish_context: BTreeMap<String, String>

Opaque static publish properties of the volume. SP MAY use this field to ensure subsequent NodeStageVolume or NodePublishVolume calls calls have contextual information. The contents of this field SHALL be opaque to a CO. The contents of this field SHALL NOT be mutable. The contents of this field SHALL be safe for the CO to cache. The contents of this field SHOULD NOT contain sensitive information. The contents of this field SHOULD NOT be used for uniquely identifying a volume. The volume_id alone SHOULD be sufficient to identify the volume. This field is OPTIONAL and when present MUST be passed to subsequent NodeStageVolume or NodePublishVolume calls

Trait Implementations

impl Clone for ControllerPublishVolumeResponse[src]

impl Debug for ControllerPublishVolumeResponse[src]

impl Default for ControllerPublishVolumeResponse[src]

impl Message for ControllerPublishVolumeResponse[src]

impl PartialEq<ControllerPublishVolumeResponse> for ControllerPublishVolumeResponse[src]

impl StructuralPartialEq for ControllerPublishVolumeResponse[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]