class K8S::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.)

Included Modules

Defined in:

versions/v1.11/api/core/v1/flex_volume_source.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
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) #

[View source]

Instance Method Detail

def driver : String #

[View source]
def driver=(driver : String) #

[View source]
def fs_type : String? #

[View source]
def fs_type=(fs_type : String?) #

[View source]
def options : Hash(String, String)? #

[View source]
def options=(options : Hash(String, String)?) #

[View source]
def read_only : Bool? #

[View source]
def read_only=(read_only : Bool?) #

[View source]

[View source]
def secret_ref=(secret_ref : Api::Core::V1::LocalObjectReference?) #

[View source]