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

Defined in:

versions/v1.14/api/core/v1/fc_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) #

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


def self.new(pull : JSON::PullParser) #

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


def self.new(*, fs_type : String? = nil, lun : Int32? = nil, read_only : Bool? = nil, target_wwns : Array? = nil, wwids : Array? = nil) #

Instance Method Detail

def fs_type : String? #

def fs_type=(fs_type : String?) #

def lun : Int32? #

def lun=(lun : Int32?) #

def read_only : Bool? #

def read_only=(read_only : Bool?) #

def target_wwns : Array(String)? #

def target_wwns=(target_wwns : Array(String)?) #

def wwids : Array(String)? #

def wwids=(wwids : Array(String)?) #