Skip to content

Commit 891db47

Browse files
Update apis/placement/v1beta1/clusterresourceplacement_types.go
1 parent e087787 commit 891db47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/placement/v1beta1/clusterresourceplacement_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ type ResourcePlacementStatus struct {
957957
// +kubebuilder:validation:MaxItems=100
958958
DiffedPlacements []DiffedResourcePlacement `json:"diffedPlacements,omitempty"`
959959

960-
// ObservedResourceIndex is the index of the resource snapshot that is currently rolled out on the given cluster.
960+
// ObservedResourceIndex is the index of the resource snapshot that is currently being rolled out to the given cluster.
961961
// During rollout, depending on the rollout strategy, clusters may observe different resource indices.
962962
// ObservedResourceIndex is the resource snapshot index observed by the conditions in the ResourcePlacementStatus.
963963
// This field is only meaningful if the `ClusterName` is not empty.

0 commit comments

Comments
 (0)