Properties of a Deployment.
Package
@google-cloud/configProperties
annotations
annotations?: ({ [k: string]: string }|null);Deployment annotations
artifactsGcsBucket
artifactsGcsBucket?: (string|null);Deployment artifactsGcsBucket
createTime
createTime?: (google.protobuf.ITimestamp|null);Deployment createTime
deleteBuild
deleteBuild?: (string|null);Deployment deleteBuild
deleteLogs
deleteLogs?: (string|null);Deployment deleteLogs
deleteResults
deleteResults?: (google.cloud.config.v1.IApplyResults|null);Deployment deleteResults
errorCode
errorCode?: (google.cloud.config.v1.Deployment.ErrorCode|keyof typeof google.cloud.config.v1.Deployment.ErrorCode|null);Deployment errorCode
errorLogs
errorLogs?: (string|null);Deployment errorLogs
importExistingResources
importExistingResources?: (boolean|null);Deployment importExistingResources
labels
labels?: ({ [k: string]: string }|null);Deployment labels
latestRevision
latestRevision?: (string|null);Deployment latestRevision
lockState
lockState?: (google.cloud.config.v1.Deployment.LockState|keyof typeof google.cloud.config.v1.Deployment.LockState|null);Deployment lockState
name
name?: (string|null);Deployment name
quotaValidation
quotaValidation?: (google.cloud.config.v1.QuotaValidation|keyof typeof google.cloud.config.v1.QuotaValidation|null);Deployment quotaValidation
serviceAccount
serviceAccount?: (string|null);Deployment serviceAccount
state
state?: (google.cloud.config.v1.Deployment.State|keyof typeof google.cloud.config.v1.Deployment.State|null);Deployment state
stateDetail
stateDetail?: (string|null);Deployment stateDetail
terraformBlueprint
terraformBlueprint?: (google.cloud.config.v1.ITerraformBlueprint|null);Deployment terraformBlueprint
tfErrors
tfErrors?: (google.cloud.config.v1.ITerraformError[]|null);Deployment tfErrors
tfVersion
tfVersion?: (string|null);Deployment tfVersion
tfVersionConstraint
tfVersionConstraint?: (string|null);Deployment tfVersionConstraint
updateTime
updateTime?: (google.protobuf.ITimestamp|null);Deployment updateTime
workerPool
workerPool?: (string|null);Deployment workerPool