class Pyrite::Api::Core::V1::ScaleIOPersistentVolumeSource

Overview

ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume

Defined in:

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

ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume


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

ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume


def self.new(*, fs_type : String? = nil, gateway : String, protection_domain : String? = nil, read_only : Bool? = nil, secret_ref : Api::Core::V1::SecretReference, ssl_enabled : Bool? = nil, storage_mode : String? = nil, storage_pool : String? = nil, system : String, volume_name : String? = nil) #

Instance Method Detail

def fs_type : String? #

def fs_type=(fs_type : String?) #

def gateway : String #

def gateway=(gateway : String) #

def protection_domain : String? #

def protection_domain=(protection_domain : String?) #

def read_only : Bool? #

def read_only=(read_only : Bool?) #


def secret_ref=(secret_ref : Api::Core::V1::SecretReference) #

def ssl_enabled : Bool? #

def ssl_enabled=(ssl_enabled : Bool?) #

def storage_mode : String? #

def storage_mode=(storage_mode : String?) #

def storage_pool : String? #

def storage_pool=(storage_pool : String?) #

def system : String #

def system=(system : String) #

def volume_name : String? #

def volume_name=(volume_name : String?) #