struct CrystaLXD::Container::Source::Migration::Secrets

Overview

Secrets to use when talking to the migration source.

Included Modules

Defined in:

client/container.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(control : String, criu : String, fs : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def control : String #

def copy_with(control _control = @control, criu _criu = @criu, fs _fs = @fs) #

[View source]
def criu : String #

def fs : String #