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

Defined in:

versions/v1.14/api/core/v1/flocker_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 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.


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

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.


def self.new(*, dataset_name : String? = nil, dataset_uuid : String? = nil) #

Instance Method Detail

def dataset_name : String? #

def dataset_name=(dataset_name : String?) #

def dataset_uuid : String? #

def dataset_uuid=(dataset_uuid : String?) #