content/en/docs/how-tos/drift-detection.md states at the top:
Note that the APIs for the new experience are only available in the Fleet v1beta1 API, not the v1 API.
It then uses apiVersion: placement.kubernetes-fleet.io/v1beta1 throughout.
However, ApplyStrategy, WhenToApply, ComparisonOption, and WhenToTakeOver all exist in apis/placement/v1/clusterresourceplacement_types.go in the kubefleet source. The v1 API fully supports drift detection and apply strategy configuration. The note and the v1beta1 API version in the examples are both incorrect; they should use v1.
content/en/docs/how-tos/drift-detection.mdstates at the top:It then uses
apiVersion: placement.kubernetes-fleet.io/v1beta1throughout.However,
ApplyStrategy,WhenToApply,ComparisonOption, andWhenToTakeOverall exist inapis/placement/v1/clusterresourceplacement_types.goin the kubefleet source. The v1 API fully supports drift detection and apply strategy configuration. The note and thev1beta1API version in the examples are both incorrect; they should usev1.