class K8S::Api::Core::V1::StorageOSPersistentVolumeSource

Overview

Represents a StorageOS persistent volume resource.

Included Modules

Defined in:

versions/v1.16/api/core/v1/storage_os_persistent_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(*, fs_type : String? = nil, read_only : Bool? = nil, secret_ref : Api::Core::V1::ObjectReference? = nil, volume_name : String? = nil, volume_namespace : String? = nil) #

[View source]

Instance Method Detail

def fs_type : String? #

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

[View source]
def read_only : Bool? #

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

[View source]
def secret_ref : Api::Core::V1::ObjectReference? #

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

[View source]
def volume_name : String? #

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

[View source]
def volume_namespace : String? #

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

[View source]