struct
Kubernetes::List(T)
- Kubernetes::List(T)
- Struct
- Value
- Object
Included Modules
- Enumerable(T)
- JSON::Serializable
- YAML::Serializable
Defined in:
serialization.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : ::JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Instance Method Summary
- #api_version : String | Nil
- #api_version=(api_version : String | Nil)
- #each(*args, **options)
- #each(*args, **options, &)
- #items : Array(T)
- #items=(items : Array(T))
- #kind : String | Nil
- #kind=(kind : String | Nil)
- #metadata : ListMetadata | Nil
- #metadata=(metadata : ListMetadata | Nil)
Constructor Detail
def self.new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
#