class Pyrite::Api::Core::V1::ServicePort

Overview

ServicePort contains information on service's port.

Defined in:

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

ServicePort contains information on service's port.


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

ServicePort contains information on service's port.


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

Instance Method Detail

def name : String? #

def name=(name : String?) #

def node_port : Int32? #

def node_port=(node_port : Int32?) #

def port : Int32 #

def port=(port : Int32) #

def protocol : String? #

def protocol=(protocol : String?) #

def target_port : Int32 | String | Nil #

def target_port=(target_port : Int32 | String | Nil) #