dtkt.core.v1messages.protoDeployment
MessageDeployment is a runnable instance of an Integration with a tagged build artifact and runtime configuration.
| Field | Type | Number | Description |
|---|---|---|---|
| name | string | 1 | Deployment resource name is one of:
|
| uid | string | 2 | Server-assigned unique ID (UUID). |
| address | Address dtkt.shared.v1beta1.Address | 3 | Bind address of deployment. |
| build_uri | string | 4 | URI of build artifact. |
| build_etag | string | 5 | Checksum of build artifact for concurrency control. |
| env | map<string, string> | 6 | Env vars applied at runtime. |
| ports | map<string, string> | 7 | Port mappings applied at runtime. |
| create_time | Timestamp google.protobuf.Timestamp | 20 | Deployment create time. |
| update_time | Timestamp google.protobuf.Timestamp | 21 | Deployment update time. |