remove helper function for unused storage feature in pkg/proxy/util

Kubernetes-commit: 5e048041e40454216a3eaa433ff08a8318ac2df0
This commit is contained in:
carlory 2023-05-19 18:41:25 +08:00 committed by Kubernetes Publisher
parent 76de083f8e
commit d2fdab5323
1 changed files with 2 additions and 2 deletions

View File

@ -419,10 +419,10 @@ type PersistentVolumeBinderControllerConfiguration struct {
PVClaimBinderSyncPeriod metav1.Duration
// volumeConfiguration holds configuration for volume related features.
VolumeConfiguration VolumeConfiguration
// VolumeHostCIDRDenylist is a list of CIDRs that should not be reachable by the
// DEPRECATED: VolumeHostCIDRDenylist is a list of CIDRs that should not be reachable by the
// controller from plugins.
VolumeHostCIDRDenylist []string
// VolumeHostAllowLocalLoopback indicates if local loopback hosts (127.0.0.1, etc)
// DEPRECATED: VolumeHostAllowLocalLoopback indicates if local loopback hosts (127.0.0.1, etc)
// should be allowed from plugins.
VolumeHostAllowLocalLoopback *bool
}