Container Image breakdown by supported platform.

Hierarchy

  • ContainerImageFlavor

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
builtAt?: string

Time the platform-specific Container Image was built.

osArchitecture?: string

Operating System architecture supported by the Container Image.

osName?: string

Operating System name supported by the Container Image.

osVersion?: string

Operating System version supported by the Container Image.

size?: number

Size of the platform-specific Container Image.

Generated using TypeDoc