struct Kubernetes::Resources::Services::ServiceSpec

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 cluster_ip : String | Nil #

def cluster_ip=(cluster_ip : String | Nil) #

def ports : Array(ServicePort) | Nil #

def ports=(ports : Array(ServicePort) | Nil) #

def selector : Hash(String, String) | Nil #

def selector=(selector : Hash(String, String) | Nil) #

def type : String | Nil #

def type=(type : String | Nil) #