Skip to content

Commit 1b8449c

Browse files
committed
minor fix
Signed-off-by: Wantong Jiang <wantjian@microsoft.com>
1 parent 80abd22 commit 1b8449c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apis/placement/v1beta1/clusterresourceplacement_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ type ResourcePlacementStatus struct {
958958
DiffedPlacements []DiffedResourcePlacement `json:"diffedPlacements,omitempty"`
959959

960960
// ObservedResourceIndex is the index of the resource snapshot that is currently being rolled out to the given cluster.
961-
// During rollout, depending on the rollout strategy, clusters may observe different resource indices.
961+
// During rollout, depending on the rollout strategy, clusters may observe different resource snapshot 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.
964964
// +kubebuilder:validation:Optional

config/crd/bases/placement.kubernetes-fleet.io_clusterresourceplacements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2505,7 +2505,7 @@ spec:
25052505
observedResourceIndex:
25062506
description: |-
25072507
ObservedResourceIndex is the index of the resource snapshot that is currently being rolled out to the given cluster.
2508-
During rollout, depending on the rollout strategy, clusters may observe different resource indices.
2508+
During rollout, depending on the rollout strategy, clusters may observe different resource snapshot indices.
25092509
ObservedResourceIndex is the resource snapshot index observed by the conditions in the ResourcePlacementStatus.
25102510
This field is only meaningful if the `ClusterName` is not empty.
25112511
type: string

0 commit comments

Comments
 (0)