class Pyrite::Api::Core::V1::LoadBalancerStatus
Overview
LoadBalancerStatus represents the status of a load-balancer.
Defined in:
versions/v1.14/api/core/v1/load_balancer_status.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
LoadBalancerStatus represents the status of a load-balancer.
-
.new(pull : JSON::PullParser)
LoadBalancerStatus represents the status of a load-balancer.
- .new(*, ingress : Array? = nil)
Instance Method Summary
- #ingress : Array(Api::Core::V1::LoadBalancerIngress)?
- #ingress=(ingress : Array(Api::Core::V1::LoadBalancerIngress)?)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
LoadBalancerStatus represents the status of a load-balancer.
def self.new(pull : JSON::PullParser)
#
LoadBalancerStatus represents the status of a load-balancer.