class Pyrite::Api::Core::V1::EndpointPort

Overview

EndpointPort is a tuple that describes a single port.

Defined in:

versions/v1.14/api/core/v1/endpoint_port.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) #

EndpointPort is a tuple that describes a single port.


def self.new(pull : JSON::PullParser) #

EndpointPort is a tuple that describes a single port.


def self.new(*, name : String? = nil, port : Int32, protocol : String? = nil) #

Instance Method Detail

def name : String? #

def name=(name : String?) #

def port : Int32 #

def port=(port : Int32) #

def protocol : String? #

def protocol=(protocol : String?) #