Interface: IWorkerDeploymentInfo
deployment.v1.IWorkerDeploymentInfo
Properties of a WorkerDeploymentInfo.
Implemented by
Properties
createTime
• Optional
createTime: null
| ITimestamp
WorkerDeploymentInfo createTime
lastModifierIdentity
• Optional
lastModifierIdentity: null
| string
Identity of the last client who modified the configuration of this Deployment. Set to the
identity
value sent by APIs such as SetWorkerDeploymentCurrentVersion
and
SetWorkerDeploymentRampingVersion
.
name
• Optional
name: null
| string
Identifies a Worker Deployment. Must be unique within the namespace.
routingConfig
• Optional
routingConfig: null
| IRoutingConfig
WorkerDeploymentInfo routingConfig
versionSummaries
• Optional
versionSummaries: null
| IWorkerDeploymentVersionSummary
[]
Deployment Versions that are currently tracked in this Deployment. A DeploymentVersion will be cleaned up automatically if all the following conditions meet:
- It does not receive new executions (is not current or ramping)
- It has no active pollers (see WorkerDeploymentVersionInfo.pollers_status)
- It is drained (see WorkerDeploymentVersionInfo.drainage_status)