remove helper function for unused storage feature in pkg/proxy/util
Kubernetes-commit: 5e048041e40454216a3eaa433ff08a8318ac2df0
This commit is contained in:
parent
76de083f8e
commit
d2fdab5323
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue