struct

Kubernetes::IngressLoadBalancerIngress

Inherits YAML::Serializable < JSON::Serializable < Kubernetes::Serializable < Struct < Value < Object

IngressLoadBalancerIngress represents the status of a load-balancer ingress point.

Constructors

new(pull : ::JSON::PullParser)
new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)

Instance methods

hostname

hostname is set for load-balancer ingress points that are DNS based.

Source
hostname=(hostname : String | Nil)

hostname is set for load-balancer ingress points that are DNS based.

Source
ip

ip is set for load-balancer ingress points that are IP based.

Source
ip=(ip : String | Nil)

ip is set for load-balancer ingress points that are IP based.

Source
ports

ports provides information about the ports exposed by this LoadBalancer.

Source
ports=(ports : Array(IngressPortStatus) | Nil)

ports provides information about the ports exposed by this LoadBalancer.

Source

Macros

field(name, type = nil, **options, &block)

Helper macro for defining fields with automatic camelCase conversion

Source