ContainerImage class

Describe a container image.

Constructors

ContainerImage({List<String>? names, int? sizeBytes})
Default constructor.
const
ContainerImage.fromJson(Map<String, dynamic> json)
Creates a ContainerImage from JSON data.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
names List<String>?
Names by which this image is known. e.g. ["kubernetes.example/hyperkube:v1.0.7", "cloud-vendor.registry.example/cloud-vendor/hyperkube:v1.0.7"].
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeBytes int?
The size of the image in bytes.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object>
Converts a ContainerImage instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited