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

Overview

IngressBackend describes all endpoints for a given service and port.

Included Modules

Defined in:

versions/v1.18/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(*, resource : Api::Core::V1::TypedLocalObjectReference? = nil, service_name : String? = nil, service_port : Int32 | String | Nil = nil) #

[View source]

Instance Method Detail


[View source]
def resource=(resource : Api::Core::V1::TypedLocalObjectReference?) #

[View source]
def service_name : String? #

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

[View source]
def service_port : Int32 | String | Nil #

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

[View source]