class K8S::Api::Core::V1::FlockerVolumeSource

Overview

Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.

Included Modules

Defined in:

versions/v1.11/api/core/v1/flocker_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(*, dataset_name : String? = nil, dataset_uuid : String? = nil) #

[View source]

Instance Method Detail

def dataset_name : String? #

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

[View source]
def dataset_uuid : String? #

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

[View source]