DistributionInspect

@Serializable
data class DistributionInspect(val descriptor: OCIDescriptor, val platforms: List<OCIPlatform>)

Describes the result obtained from contacting the registry to retrieve image metadata.

Parameters

descriptor
platforms

An array containing all platforms supported by the image.

Constructors

Link copied to clipboard
constructor(descriptor: OCIDescriptor, platforms: List<OCIPlatform>)

Properties

Link copied to clipboard
@SerialName(value = "Descriptor")
@Required
val descriptor: OCIDescriptor
Link copied to clipboard
@SerialName(value = "Platforms")
@Required
val platforms: List<OCIPlatform>