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.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) #

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.


def self.new(*, service_name : String, service_port : Int32 | String) #

Instance Method Detail

def service_name : String #

def service_name=(service_name : String) #

def service_port : Int32 | String #

def service_port=(service_port : Int32 | String) #