Experimental
Schema
ImagePushTarget
Type:
object
ImagePushTarget carries short-lived upload credentials.
accessToken
Type:
string
access_token is the short-lived push credential.
All schema constraints and annotations
{
"description": "access_token is the short-lived push credential.",
"type": "string"
}accessTokenExpiresAt
Schema:
Timestamp
access_token_expires_at is the token expiry.
All schema constraints and annotations
{
"$ref": "#/components/schemas/Timestamp",
"description": "access_token_expires_at is the token expiry."
}imageRef
Type:
string
image_ref is the registry reference to push.
All schema constraints and annotations
{
"description": "image_ref is the registry reference to push.",
"type": "string"
}All schema constraints and annotations
{
"description": "ImagePushTarget carries short-lived upload credentials.",
"properties": {
"accessToken": {
"description": "access_token is the short-lived push credential.",
"type": "string"
},
"accessTokenExpiresAt": {
"$ref": "#/components/schemas/Timestamp",
"description": "access_token_expires_at is the token expiry."
},
"imageRef": {
"description": "image_ref is the registry reference to push.",
"type": "string"
}
},
"title": "ImagePushTarget",
"type": "object"
}