V1beta1ComponentStatusSpec¶
ComponentStatusSpec describes the state of the component
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| address | KnativeAddressable | [optional] | |
| latest_created_revision | str | Latest revision name that is created | [optional] |
| latest_ready_revision | str | Latest revision name that is in ready state | [optional] |
| latest_rolledout_revision | str | Latest revision name that is rolled out with 100 percent traffic | [optional] |
| previous_rolledout_revision | str | Previous revision name that is rolled out with 100 percent traffic | [optional] |
| traffic | list[KnativeDevServingPkgApisServingV1TrafficTarget] | Traffic holds the configured traffic distribution for latest ready revision and previous rolled out revision. | [optional] |
| url | KnativeURL | [optional] |