class Docr::Types::IPAM

Included Modules

Defined in:

docr/types/ipam.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def config : Array(Hash(String, String)) | Nil #

List of IPAM configuration options,


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

List of IPAM configuration options,


[View source]
def driver : String #

Name of the IPAM driver to use.


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

Name of the IPAM driver to use.


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

Driver-specific options, specified as a map.


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

Driver-specific options, specified as a map.


[View source]