struct Kubernetes::Resources::Pods::Pod

Included Modules

Defined in:

resources/pods.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 : PodSpec | Nil #

def spec=(spec : PodSpec | Nil) #

def status : PodStatus | Nil #

def status=(status : PodStatus | Nil) #