class K8S::Api::Core::V1::FlexVolumeSource
- K8S::Api::Core::V1::FlexVolumeSource
 - Reference
 - Object
 
Overview
FlexVolume represents a generic volume resource that is [provisioned/attached using an exec based plugin.](provisioned/attached using an exec based plugin.)
Included Modules
- JSON::Serializable
 - YAML::Serializable
 
Defined in:
versions/v1.21/api/core/v1/flex_volume_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, driver : String, fs_type : String? = nil, options : Hash(String, String)? = nil, read_only : Bool? = nil, secret_ref : Api::Core::V1::LocalObjectReference? = nil)
 
Instance Method Summary
- #driver : String
 - #driver=(driver : String)
 - #fs_type : String?
 - #fs_type=(fs_type : String?)
 - #options : Hash(String, String)?
 - #options=(options : Hash(String, String)?)
 - #read_only : Bool?
 - #read_only=(read_only : Bool?)
 - #secret_ref : Api::Core::V1::LocalObjectReference?
 - #secret_ref=(secret_ref : Api::Core::V1::LocalObjectReference?)
 
Constructor Detail
        
        def self.new(*, driver : String, fs_type : String? = nil, options : Hash(String, String)? = nil, read_only : Bool? = nil, secret_ref : Api::Core::V1::LocalObjectReference? = nil)
        #