class Pyrite::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.

Defined in:

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

Constructors

Instance Method Summary

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) #

LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.


def self.new(pull : JSON::PullParser) #

LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.


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

Instance Method Detail

def hostname : String? #

def hostname=(hostname : String?) #

def ip : String? #

def ip=(ip : String?) #