You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generic native CSI Driver should not have reference to specific vendor packages. Code should not contain az specific references in code
Vendor specific code within a generic driver should not exist, unless additional handling is required for functionality with that vendor. Unnecessary dependency is created on cloud-provider-azure, with reference to cloud-provider-azure/pkg/cache as a wrapper for k8s.io/client-go/tools/cache
What you expected to happen:
N/A
How to reproduce it:
N/A
Anything else we need to know?:
Environment:
CSI Driver version: all
Kubernetes version (use kubectl version): all
OS (e.g. from /etc/os-release): all
Kernel (e.g. uname -a): all
The text was updated successfully, but these errors were encountered:
What happened:
Generic native CSI Driver should not have reference to specific vendor packages. Code should not contain
az
specific references in codeVendor specific code within a generic driver should not exist, unless additional handling is required for functionality with that vendor. Unnecessary dependency is created on
cloud-provider-azure
, with reference tocloud-provider-azure/pkg/cache
as a wrapper fork8s.io/client-go/tools/cache
What you expected to happen:
N/A
How to reproduce it:
N/A
Anything else we need to know?:
Environment:
all
kubectl version
):all
all
uname -a
):all
The text was updated successfully, but these errors were encountered: