Release(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Release
represents a versioned release containing kubernetes
manifests.
Attributes |
|
---|---|
Name | Description |
name |
str
Identifier. Name of the Release. Format is projects/{project}/locations/location}/resourceBundles/{resource_bundle}/release/[a-z][a-z0-9\-]{0,62} .
|
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time Release was created.
|
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time Release was last updated.
|
labels |
MutableMapping[str, str]
Optional. Labels as key value pairs. |
lifecycle |
google.cloud.configdelivery_v1alpha.types.Release.Lifecycle
Optional. lifecycle of the Release .
|
version |
str
Required. version of the Release . This must be v...
|
publish_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time the Release was published.
|
info |
google.cloud.configdelivery_v1alpha.types.ReleaseInfo
Output only. ResourceBundle Release extra information
e.g., artifact registry image path.
|
Classes
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 |
Lifecycle
Lifecycle(value)
Lifecycle indicates the state of the Release
. A published
release is immutable.