struct Kubernetes::Resources::Services::ServicePort

Included Modules

Defined in:

resources/services.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(*, __pull_for_json_serializable pull : ::JSON::PullParser) #

Instance Method Detail

def name : String | Nil #

def name=(name : String | Nil) #

def port : Int32 #

def port=(port : Int32) #

def protocol : String | Nil #

def protocol=(protocol : String | Nil) #

def target_port : Int32 | String | Nil #

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