From d2fdab532310d2bca0615c448d7cbb192f64d44e Mon Sep 17 00:00:00 2001 From: carlory Date: Fri, 19 May 2023 18:41:25 +0800 Subject: [PATCH] remove helper function for unused storage feature in pkg/proxy/util Kubernetes-commit: 5e048041e40454216a3eaa433ff08a8318ac2df0 --- config/v1alpha1/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/v1alpha1/types.go b/config/v1alpha1/types.go index d74ca2f..952b2c2 100644 --- a/config/v1alpha1/types.go +++ b/config/v1alpha1/types.go @@ -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 }