Class: Status
classDiagram
class Status
click Status href "../Status/"
Status <|-- ComponentStatus
click ComponentStatus href "../ComponentStatus/"
Status : error
Status --> "0..1" Error : error
click Error href "../Error/"
Status : state
Status --> "1" State : state
click State href "../State/"
Inheritance
- Status
Attributes
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| state | 1 State |
direct | |
| error | 0..1 Error |
direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| DeploymentStatusManifest | status | range | Status |
This section is only relevant for contributors of the specification
LinkML Source
Direct
Details
name: Status
from_schema: https://specification.margo.org/data-model
slots:
- state
- error
Induced
Details
name: Status
from_schema: https://specification.margo.org/data-model
attributes:
state:
name: state
from_schema: https://specification.margo.org/data-model
alias: state
owner: Status
domain_of:
- Status
range: State
required: true
error:
name: error
from_schema: https://specification.margo.org/data-model
alias: error
owner: Status
domain_of:
- Status
range: Error