class K8S::Api::Core::V1::ContainerImage
- K8S::Api::Core::V1::ContainerImage
- Reference
- Object
Overview
Describe a container image
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.11/api/core/v1/container_image.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, names : Array(String), size_bytes : Int32? = nil)
Instance Method Summary
- #names : Array(String)
- #names=(names : Array(String))
- #size_bytes : Int32?
- #size_bytes=(size_bytes : Int32?)