Skip to content

Commit

Permalink
Merge pull request #10319 from k8s-infra-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-10309-to-release-1.6

[release-1.6] 🌱 webhooks: use the alias for ClusterCacheTrackerReader instead of the internal reference
  • Loading branch information
k8s-ci-robot authored Mar 26, 2024
2 parents 977ef4b + 4c013e0 commit 0e2bb35
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 @@ -27,7 +27,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 0e2bb35

Please sign in to comment.