struct

TopologyNodeItem

Inherits Struct < Value < Object

Constructors

from_json(raw : String) : self
Source
new(id : String, kind : String, name : String, status : String, health : String, ports : Array(String), replicas : Int32, containers : Array(TopologyContainerItem), tier : Int32, image : String | Nil = nil, cpuPercent : Float64 | Nil = nil, memoryPercent : Float64 | Nil = nil, memoryBytes : Int32 | Nil = nil, deployedAt : String | Nil = nil)
Source

Class methods

schema_json
Source
valid?(json : String) : Bool
Source
validate(json : String) : AtaValidator::ValidationResult
Source
validator
Source

Instance methods

containers
cpuPercent
deployedAt
health
id
image
kind
memoryBytes
memoryPercent
name
ports
replicas
status
tier