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.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
IngressStatus describe the current state of the Ingress.
-
.new(pull : JSON::PullParser)
IngressStatus describe the current state of the Ingress.
- .new(*, load_balancer : Api::Core::V1::LoadBalancerStatus? = nil)
Instance Method Summary
- #load_balancer : Api::Core::V1::LoadBalancerStatus?
- #load_balancer=(load_balancer : Api::Core::V1::LoadBalancerStatus?)
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.