RevisionProperties interface
Revision resource specific properties
Properties
| active | Boolean describing if the Revision is Active |
| created |
Timestamp describing when the revision was created by controller |
| fqdn | Fully qualified domain name of the revision |
| health |
Current health State of the revision |
| labels | List of labels assigned to this revision. |
| last |
Timestamp describing when the revision was last active. Only meaningful when revision is inactive |
| provisioning |
Optional Field - Platform Error Message |
| provisioning |
Current provisioning State of the revision |
| replicas | Number of pods currently running for this revision |
| running |
Current running state of the revision |
| template | Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time |
| traffic |
Traffic weight assigned to this revision |
Property Details
active
Boolean describing if the Revision is Active
active?: boolean
Property Value
boolean
createdTime
Timestamp describing when the revision was created by controller
createdTime?: Date
Property Value
Date
fqdn
Fully qualified domain name of the revision
fqdn?: string
Property Value
string
healthState
Current health State of the revision
healthState?: string
Property Value
string
labels
List of labels assigned to this revision.
labels?: string[]
Property Value
string[]
lastActiveTime
Timestamp describing when the revision was last active. Only meaningful when revision is inactive
lastActiveTime?: Date
Property Value
Date
provisioningError
Optional Field - Platform Error Message
provisioningError?: string
Property Value
string
provisioningState
Current provisioning State of the revision
provisioningState?: string
Property Value
string
replicas
Number of pods currently running for this revision
replicas?: number
Property Value
number
runningState
Current running state of the revision
runningState?: string
Property Value
string
template
Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time
template?: Template
Property Value
trafficWeight
Traffic weight assigned to this revision
trafficWeight?: number
Property Value
number