diff --git a/internal/cmd/agent/deployer/monitor/updatestatus.go b/internal/cmd/agent/deployer/monitor/updatestatus.go index 5605b5e45d..c9a4e188f4 100644 --- a/internal/cmd/agent/deployer/monitor/updatestatus.go +++ b/internal/cmd/agent/deployer/monitor/updatestatus.go @@ -244,7 +244,7 @@ func calculateResourceCounts(all []fleet.BundleDeploymentResource, nonReady []fl }] = struct{}{} } - // The agent must have enough visibility to determine exact state of every resource. + // The agent must have enough visibility to determine the exact state of every resource. // e.g. "WaitApplied" or "Unknown" states do not make sense in this context counts := fleet.ResourceCounts{ DesiredReady: len(all), diff --git a/pkg/apis/fleet.cattle.io/v1alpha1/bundledeployment_types.go b/pkg/apis/fleet.cattle.io/v1alpha1/bundledeployment_types.go index d3ddda6def..ecfb9f2806 100644 --- a/pkg/apis/fleet.cattle.io/v1alpha1/bundledeployment_types.go +++ b/pkg/apis/fleet.cattle.io/v1alpha1/bundledeployment_types.go @@ -351,7 +351,7 @@ type BundleDeploymentStatus struct { NonReadyStatus []NonReadyStatus `json:"nonReadyStatus,omitempty"` // +nullable ModifiedStatus []ModifiedStatus `json:"modifiedStatus,omitempty"` - // IncompleteState is true if there are more than 10 non-ready or modified resources, meaning that the list in those fields were truncated. + // IncompleteState is true if there are more than 10 non-ready or modified resources, meaning that the lists in those fields have been truncated. IncompleteState bool `json:"incompleteState,omitempty"` // +nullable Display BundleDeploymentDisplay `json:"display,omitempty"`