class Pyrite::Api::Extensions::V1beta1::IngressBackend
Overview
IngressBackend describes all endpoints for a given service and port.
Defined in:
versions/v1.14/api/extensions/v1beta1/ingress_backend.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
IngressBackend describes all endpoints for a given service and port.
-
.new(pull : JSON::PullParser)
IngressBackend describes all endpoints for a given service and port.
- .new(*, service_name : String, service_port : Int32 | String)
Instance Method Summary
- #service_name : String
- #service_name=(service_name : String)
- #service_port : Int32 | String
- #service_port=(service_port : Int32 | String)
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)
#
IngressBackend describes all endpoints for a given service and port.
def self.new(pull : JSON::PullParser)
#
IngressBackend describes all endpoints for a given service and port.