struct Kubernetes::Resources::ConfigMaps::ConfigMap

Included Modules

Defined in:

resources/config_maps.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 data : Hash(String, String) | Nil #

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

def kind : String | Nil #

def kind=(kind : String | Nil) #

def metadata : Kubernetes::Metadata #

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