class Docr::Types::VolumeConfig

Included Modules

Defined in:

docr/types/volume_config.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(name : String, driver : String = "local", driver_opts : Nil | Hash(String, String) = nil, labels : Nil | Hash(String, String) = nil) #

[View source]

Instance Method Detail

def driver : String #

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

[View source]
def driver_opts : Hash(String, String) | Nil #

[View source]
def driver_opts=(driver_opts : Hash(String, String) | Nil) #

[View source]
def labels : Hash(String, String) | Nil #

[View source]
def labels=(labels : Hash(String, String) | Nil) #

[View source]
def name : String #

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

[View source]