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.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Pyrite::Kubernetes::Spec

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

def self.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.)


def self.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.)


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) #

Instance Method Detail

def driver : String #

def driver=(driver : String) #

def fs_type : String? #

def fs_type=(fs_type : String?) #

def options : Hash(String, String)? #

def options=(options : Hash(String, String)?) #

def read_only : Bool? #

def read_only=(read_only : Bool?) #


def secret_ref=(secret_ref : Api::Core::V1::LocalObjectReference?) #