class Pyrite::Api::Extensions::V1beta1::IngressStatus

Overview

IngressStatus describe the current state of the Ingress.

Defined in:

versions/v1.14/api/extensions/v1beta1/ingress_status.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) #

IngressStatus describe the current state of the Ingress.


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

IngressStatus describe the current state of the Ingress.


def self.new(*, load_balancer : Api::Core::V1::LoadBalancerStatus? = nil) #

Instance Method Detail

def load_balancer : Api::Core::V1::LoadBalancerStatus? #

def load_balancer=(load_balancer : Api::Core::V1::LoadBalancerStatus?) #