DeliveryPipeline(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A DeliveryPipeline
resource in the Cloud Deploy API.
A DeliveryPipeline
defines a pipeline through which a Skaffold
configuration can progress.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
name |
str
Optional. Name of the DeliveryPipeline . Format is
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline} .
The deliveryPipeline component must match
[a-z]([a-z0-9-]{0,61}[a-z0-9])?
|
uid |
str
Output only. Unique identifier of the DeliveryPipeline .
|
description |
str
Description of the DeliveryPipeline . Max length is 255
characters.
|
annotations |
MutableMapping[str, str]
User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. |
labels |
MutableMapping[str, str]
Labels are attributes that can be set and used by both the user and by 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.=""> |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time at which the pipeline was created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Most recent time at which the pipeline was updated. |
serial_pipeline |
google.cloud.deploy_v1.types.SerialPipeline
SerialPipeline defines a sequential set of stages for a DeliveryPipeline .
This field is a member of oneof _ pipeline .
|
condition |
google.cloud.deploy_v1.types.PipelineCondition
Output only. Information around the state of the Delivery Pipeline. |
etag |
str
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. |
suspended |
bool
When suspended, no new releases or rollouts can be created, but in-progress ones will complete. |
Classes
AnnotationsEntry
AnnotationsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |