class K8S::Api::Core::V1::EphemeralVolumeSource
- K8S::Api::Core::V1::EphemeralVolumeSource
- Reference
- Object
Overview
Represents an ephemeral volume that is handled by a normal storage driver.
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.20/api/core/v1/ephemeral_volume_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, read_only : Bool? = nil, volume_claim_template : Api::Core::V1::PersistentVolumeClaimTemplate? = nil)
Instance Method Summary
- #read_only : Bool?
- #read_only=(read_only : Bool?)
- #volume_claim_template : Api::Core::V1::PersistentVolumeClaimTemplate?
- #volume_claim_template=(volume_claim_template : Api::Core::V1::PersistentVolumeClaimTemplate?)
Constructor Detail
def self.new(*, read_only : Bool? = nil, volume_claim_template : Api::Core::V1::PersistentVolumeClaimTemplate? = nil)
#
Instance Method Detail
def volume_claim_template=(volume_claim_template : Api::Core::V1::PersistentVolumeClaimTemplate?)
#