class Pyrite::Api::Core::V1::FlexVolumeSource
Overview
FlexVolume represents a generic volume resource that is [provisioned/attached using an exec based plugin.](provisioned/attached using an exec based plugin.)
Defined in:
versions/v1.14/api/core/v1/flex_volume_source.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
FlexVolume represents a generic volume resource that is [provisioned/attached using an exec based plugin.](provisioned/attached using an exec based plugin.)
-
.new(pull : JSON::PullParser)
FlexVolume represents a generic volume resource that is [provisioned/attached using an exec based plugin.](provisioned/attached using an exec based plugin.)
- .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 methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
FlexVolume represents a generic volume resource that is [provisioned/attached using an exec based plugin.](provisioned/attached using an exec based plugin.)
FlexVolume represents a generic volume resource that is [provisioned/attached using an exec based plugin.](provisioned/attached using an exec based plugin.)