struct Kubernetes::Resources::Services::Service

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

def api_version=(api_version : String | Nil) #

def kind : String | Nil #

def kind=(kind : String | Nil) #

def metadata : Kubernetes::Metadata #

def metadata=(metadata : Kubernetes::Metadata) #

def spec : ServiceSpec | Nil #

def spec=(spec : ServiceSpec | Nil) #