File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -263,6 +263,10 @@ type CollaSetStatus struct {
263263 // +optional
264264 OperatingReplicas int32 `json:"operatingReplicas,omitempty"`
265265
266+ // TerminatingReplicas indicates the number of replicas with deletionTimestamps.
267+ // +optional
268+ TerminatingReplicas int32 `json:"terminatingReplicas,omitempty"`
269+
266270 // UpdatedReadyReplicas indicates the number of the pod with updated revision and ready condition
267271 // +optional
268272 UpdatedReadyReplicas int32 `json:"updatedReadyReplicas,omitempty"`
Original file line number Diff line number Diff line change @@ -672,6 +672,11 @@ spec:
672672 description : the number of scheduled replicas for the CollaSet.
673673 format : int32
674674 type : integer
675+ terminatingReplicas :
676+ description : TerminatingReplicas indicates the number of replicas
677+ with deletionTimestamps.
678+ format : int32
679+ type : integer
675680 updatedAvailableReplicas :
676681 description : |-
677682 UpdatedAvailableReplicas indicates the number of available updated revision replicas for this CollaSet.
You can’t perform that action at this time.
0 commit comments