File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4701,7 +4701,6 @@ spec:
47014701 description : UpdatedRevision is the updated template revision used to generate pods.
47024702 type : string
47034703 required :
4704- - availableReplicas
47054704 - replicas
47064705 - updatedAvailableReplicas
47074706 - updatedReadyReplicas
@@ -4812,7 +4811,6 @@ spec:
48124811 description : UpdatedRevision is the updated template revision used to generate pods.
48134812 type : string
48144813 required :
4815- - availableReplicas
48164814 - replicas
48174815 - updatedAvailableReplicas
48184816 - updatedReadyReplicas
@@ -4959,7 +4957,6 @@ spec:
49594957 description : UpdatedRevision is the updated template revision used to generate pods.
49604958 type : string
49614959 required :
4962- - availableReplicas
49634960 - replicas
49644961 - updatedAvailableReplicas
49654962 - updatedReadyReplicas
Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ type RolloutReplicasSummary struct {
179179 // Replicas is the desired number of pods targeted by workload
180180 Replicas int32 `json:"replicas"`
181181 // AvailableReplicas is the number of service available pods targeted by workload.
182+ // +optional
182183 AvailableReplicas int32 `json:"availableReplicas"`
183184 // UpdatedReplicas is the number of pods targeted by workload that have the updated template spec.
184185 UpdatedReplicas int32 `json:"updatedReplicas"`
You can’t perform that action at this time.
0 commit comments