GoogleApi.CloudBuild.V1.Model.BuiltImage (google_api_cloud_build v0.35.0) View Source
An image built by the pipeline.
Attributes
-
digest
(type:String.t
, default:nil
) - Docker Registry 2.0 digest. -
name
(type:String.t
, default:nil
) - Name used to push the container image to Google Container Registry, as presented todocker push
. -
pushTiming
(type:GoogleApi.CloudBuild.V1.Model.TimeSpan.t
, default:nil
) - Output only. Stores timing information for pushing the specified image.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudBuild.V1.Model.BuiltImage{ digest: String.t() | nil, name: String.t() | nil, pushTiming: GoogleApi.CloudBuild.V1.Model.TimeSpan.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.