class K8S::Api::Extensions::V1beta1::IngressBackend

Overview

IngressBackend describes all endpoints for a given service and port.

Included Modules

Defined in:

versions/v1.14/api/extensions/v1beta1/ingress_backend.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(*, service_name : String, service_port : Int32 | String) #

[View source]

Instance Method Detail

def service_name : String #

[View source]
def service_name=(service_name : String) #

[View source]
def service_port : Int32 | String #

[View source]
def service_port=(service_port : Int32 | String) #

[View source]