preparation for Revision api change#11068
Conversation
Codecov Report
@@ Coverage Diff @@
## main #11068 +/- ##
==========================================
- Coverage 87.68% 87.66% -0.03%
==========================================
Files 190 190
Lines 9155 9159 +4
==========================================
+ Hits 8028 8029 +1
- Misses 874 876 +2
- Partials 253 254 +1
Continue to review full report at Codecov.
|
|
/test pull-knative-serving-istio-stable-no-mesh |
|
/assign @dprotaso |
| // ActualReplicas reflects the PodAutoScalerStatus.ActualScale value in RevisionStatus. | ||
| ActualReplicas int32 `json:"actualReplicas,omitempty"` | ||
| // DesiredReplicas reflects the PodAutoScalerStatus.DesiredScale value in RevisionStatus. |
There was a problem hiding this comment.
Assume user's/clients won't know what the PodAutoscaler is - so I'd change this comment to be explicit about what this number represents. ie. whether does it include terminating replicas etc..
Can we also add an the optional annotation to both these fields
// +optional
|
/test pull-knative-serving-istio-stable-no-mesh |
dprotaso
left a comment
There was a problem hiding this comment.
/lgtm
/hold Just to get a second pair of eyes on this
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold cancel |
Fixes #10750
Proposed Changes