Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.54 KB

V1AllowedFlexVolume.md

File metadata and controls

51 lines (28 loc) · 1.54 KB

V1AllowedFlexVolume

Properties

Name Type Description Notes
Driver string Driver is the name of the Flexvolume driver.

Methods

NewV1AllowedFlexVolume

func NewV1AllowedFlexVolume(driver string, ) *V1AllowedFlexVolume

NewV1AllowedFlexVolume instantiates a new V1AllowedFlexVolume object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewV1AllowedFlexVolumeWithDefaults

func NewV1AllowedFlexVolumeWithDefaults() *V1AllowedFlexVolume

NewV1AllowedFlexVolumeWithDefaults instantiates a new V1AllowedFlexVolume object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetDriver

func (o *V1AllowedFlexVolume) GetDriver() string

GetDriver returns the Driver field if non-nil, zero value otherwise.

GetDriverOk

func (o *V1AllowedFlexVolume) GetDriverOk() (*string, bool)

GetDriverOk returns a tuple with the Driver field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDriver

func (o *V1AllowedFlexVolume) SetDriver(v string)

SetDriver sets Driver field to given value.

[Back to Model list] [Back to API list] [Back to README]