struct
Swarmy::Service
- Swarmy::Service
- Struct
- Value
- Object
Defined in:
swarmy/models.crConstructors
- .from_docker_json(raw : String) : Service
- .new(id : String, name : String, mode : String, image : String, ports : String, running : Int32, desired : Int32)
Class Method Summary
Instance Method Summary
- #desired : Int32
- #health : Health
- #id : String
- #image : String
- #mode : String
- #name : String
- #ports : String
- #replicas : String
- #running : Int32
Constructor Detail
def self.new(id : String, name : String, mode : String, image : String, ports : String, running : Int32, desired : Int32)
#