mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2026-02-02 15:45:13 +01:00
feat(deps): Bump golang, k8s and lib-csi versions (#444)
- go: 1.19.9 - k8s: v1.27.2 - klog: v2 - lib-csi: v0.7.0 Signed-off-by: shubham <shubham14bajpai@gmail.com>
This commit is contained in:
parent
ef61a5114c
commit
c0343d0480
3102 changed files with 798 additions and 1149218 deletions
|
|
@ -37,7 +37,7 @@ import (
|
|||
"google.golang.org/grpc/codes"
|
||||
"google.golang.org/grpc/status"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
"k8s.io/klog"
|
||||
"k8s.io/klog/v2"
|
||||
"sigs.k8s.io/controller-runtime/pkg/runtime/signals"
|
||||
)
|
||||
|
||||
|
|
@ -328,7 +328,7 @@ func (ns *node) NodeUnstageVolume(
|
|||
// TODO
|
||||
// Verify if this needs to be implemented
|
||||
//
|
||||
// NodeExpandVolume resizes the filesystem if required
|
||||
// # NodeExpandVolume resizes the filesystem if required
|
||||
//
|
||||
// If ControllerExpandVolumeResponse returns true in
|
||||
// node_expansion_required then FileSystemResizePending
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue