class K8S::Api::Core::V1::PhotonPersistentDiskVolumeSource

Overview

Represents a Photon Controller persistent disk resource.

Included Modules

Defined in:

versions/v1.19/api/core/v1/photon_persistent_disk_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(*, pd_id : String, fs_type : String? = nil) #

[View source]

Instance Method Detail

def fs_type : String? #

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

[View source]
def pd_id : String #

[View source]
def pd_id=(pd_id : String) #

[View source]