Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvindthiru committed Aug 17, 2023
1 parent 9f3b999 commit 01bf445
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func Add(mgr manager.Manager, _ []string) error {
return nil
}

// Handle replicaSetValidator denies all creation requests.
// Handle clusterResourcePlacementValidator handles create, update CRP requests.
func (v *clusterResourcePlacementValidator) Handle(_ context.Context, req admission.Request) admission.Response {
var crp fleetv1alpha1.ClusterResourcePlacement
if req.Operation == admissionv1.Create || req.Operation == admissionv1.Update {
Expand Down

0 comments on commit 01bf445

Please sign in to comment.