class K8S::Api::Core::V1::PortStatus

Included Modules

Defined in:

versions/v1.22/api/core/v1/port_status.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(*, port : Int32, protocol : String, error : String? = nil) #

[View source]

Instance Method Detail

def error : String? #

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

[View source]
def port : Int32 #

[View source]
def port=(port : Int32) #

[View source]
def protocol : String #

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

[View source]