class Docker::Service

Defined in:

docker/service.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(connection : Connection, type : Types::Swarm::Service) #

[View source]

Class Method Detail

def self.all(id : Int32 | Nil = nil, label : String | Nil = nil, name : String | Nil = nil, connection = Docker.connection) #

[View source]

Instance Method Detail

def created_at(*args, **options) #

[View source]
def created_at(*args, **options, &) #

[View source]
def endpoint(*args, **options) #

[View source]
def endpoint(*args, **options, &) #

[View source]
def id(*args, **options) #

[View source]
def id(*args, **options, &) #

[View source]
def spec(*args, **options) #

[View source]
def spec(*args, **options, &) #

[View source]
def updated_at(*args, **options) #

[View source]
def updated_at(*args, **options, &) #

[View source]
def version(*args, **options) #

[View source]
def version(*args, **options, &) #

[View source]