class K8S::Api::Core::V1::LoadBalancerIngress
- K8S::Api::Core::V1::LoadBalancerIngress
- Reference
- Object
Overview
LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.21/api/core/v1/load_balancer_ingress.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, hostname : String? = nil, ip : String? = nil, ports : Array? = nil)
Instance Method Summary
- #hostname : String?
- #hostname=(hostname : String?)
- #ip : String?
- #ip=(ip : String?)
- #ports : Array(Api::Core::V1::PortStatus)?
- #ports=(ports : Array(Api::Core::V1::PortStatus)?)