struct

Meridian::Deploy::AccessoryPlan

Inherits Struct < Value < Object

Constructors

new(name : String, image : String | Nil, host : String | Nil, port : String | Nil, volumes : Array(String), secrets : Array(String), depends_on : String | Nil, readiness : String)
Source

Instance methods

clone
Source
copy_with(name _name = @name, image _image = @image, host _host = @host, port _port = @port, volumes _volumes = @volumes, secrets _secrets = @secrets, depends_on _depends_on = @depends_on, readiness _readiness = @readiness)
Source
depends_on
host
image
name
port
readiness
secrets
volumes