class K8S::Api::Core::V1::LoadBalancerIngress

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

Defined in:

versions/v1.14/api/core/v1/load_balancer_ingress.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, hostname : String? = nil, ip : String? = nil) #

[View source]

Instance Method Detail

def hostname : String? #

[View source]
def hostname=(hostname : String?) #

[View source]
def ip : String? #

[View source]
def ip=(ip : String?) #

[View source]