DeliveryPipelineResponse

data class DeliveryPipelineResponse(val annotations: Map<String, String>, val condition: PipelineConditionResponse, val createTime: String, val description: String, val etag: String, val labels: Map<String, String>, val name: String, val serialPipeline: SerialPipelineResponse, val suspended: Boolean, val uid: String, val updateTime: String)

A DeliveryPipeline resource in the Google Cloud Deploy API. A DeliveryPipeline defines a pipeline through which a Skaffold configuration can progress.

Constructors

Link copied to clipboard
fun DeliveryPipelineResponse(annotations: Map<String, String>, condition: PipelineConditionResponse, createTime: String, description: String, etag: String, labels: Map<String, String>, name: String, serialPipeline: SerialPipelineResponse, suspended: Boolean, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy.

Link copied to clipboard

Information around the state of the Delivery Pipeline.

Link copied to clipboard

Time at which the pipeline was created.

Link copied to clipboard

Description of the DeliveryPipeline. Max length is 255 characters.

Link copied to clipboard

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

Link copied to clipboard

Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.

Link copied to clipboard

Optional. Name of the DeliveryPipeline. Format is projects/{project}/ locations/{location}/deliveryPipelines/a-z{0,62}.

Link copied to clipboard

SerialPipeline defines a sequential set of stages for a DeliveryPipeline.

Link copied to clipboard

When suspended, no new releases or rollouts can be created, but in-progress ones will complete.

Link copied to clipboard
val uid: String

Unique identifier of the DeliveryPipeline.

Link copied to clipboard

Most recent time at which the pipeline was updated.