dtkt.core.v1messages.proto

Deployment

Message

Deployment is a runnable instance of an Integration with a tagged build artifact and runtime configuration.

FieldTypeNumberDescription
namestring1

Deployment resource name is one of:

  • Cloud: organizations/{organization}/integrations/{integration}/deployments/{deployment}
  • Local: users/{user}/integrations/{integration}/deployments/{deployment}
uidstring2

Server-assigned unique ID (UUID).

address
Address
3

Bind address of deployment.

build_uristring4

URI of build artifact.

build_etagstring5

Checksum of build artifact for concurrency control.

envmap<string, string>6

Env vars applied at runtime.

portsmap<string, string>7

Port mappings applied at runtime.

create_time
Timestamp
20

Deployment create time.

update_time
Timestamp
21

Deployment update time.