Skip to content

Commit

Permalink
Merge pull request #10309 from chrischdi/pr-fixup-webhooks-alias-ccr
Browse files Browse the repository at this point in the history
🌱 webhooks: use the alias for ClusterCacheTrackerReader instead of the internal reference
  • Loading branch information
k8s-ci-robot committed Mar 25, 2024
2 parents 56e7074 + 65b04bd commit be2c611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webhooks/alias.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
// Cluster implements a validating and defaulting webhook for Cluster.
type Cluster struct {
Client client.Reader
ClusterCacheTrackerReader webhooks.ClusterCacheTrackerReader
ClusterCacheTrackerReader ClusterCacheTrackerReader
}

// ClusterCacheTrackerReader is a read-only ClusterCacheTracker useful to gather information
Expand Down

0 comments on commit be2c611

Please sign in to comment.