Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
auto-scaler
master
Top Level Namespace
ComposeFile
Services
Config
Connection
Paths
Polling
Deployment
Instances
ProcessCounts
ServicesOutput
Built with Crystal 1.9.2
2023-10-07 21:43:00 UTC
class
ServicesOutput
ServicesOutput
Reference
Object
Included Modules
JSON::Serializable
Defined in:
spec.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#name
: String
#name=
(name : String)
#replicas
: String
#replicas=
(replicas : String)
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
name
: String
#
[
View source
]
def
name=
(name : String)
#
[
View source
]
def
replicas
: String
#
[
View source
]
def
replicas=
(replicas : String)
#
[
View source
]