class K8S::Api::Core::V1::FCVolumeSource

Overview

Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as [read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.](read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.)

Included Modules

Defined in:

versions/v1.13/api/core/v1/fc_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, lun : Int32? = nil, read_only : Bool? = nil, target_wwns : Array(String)? = nil, wwids : Array(String)? = nil) #

[View source]

Instance Method Detail

def fs_type : String? #

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

[View source]
def lun : Int32? #

[View source]
def lun=(lun : Int32?) #

[View source]
def read_only : Bool? #

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

[View source]
def target_wwns : Array(String)? #

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

[View source]
def wwids : Array(String)? #

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

[View source]