ImageStreamLayers [image.openshift.io/v1]
ImageStreamLayers describes information about the layers referenced by images in this image stream.
Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).
Type
Required
images
blobs is a map of blob name to metadata about the blob.
Type
object
Description
ImageLayerData contains metadata about an image layer.
Type
object
Required
size
mediaType
Property | Type | Description |
---|---|---|
|
| MediaType of the referenced object. |
|
| Size of the layer in bytes as defined by the underlying store. This field is optional if the necessary information about size is not available. |
Description
images is a map between an image name and the names of the blobs and config that comprise the image.
Type
object
Description
ImageBlobReferences describes the blob references within an image.
Type
object
API endpoints
The following API endpoints are available:
Parameter | Type | Description |
---|---|---|
|
| name of the ImageStreamLayers |
|
| object name and auth scope, such as for teams and projects |
HTTP method
Description
read layers of the specified ImageStream
HTTP code | Reponse body |
---|---|
200 - OK | schema |
401 - Unauthorized | Empty |