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:
Shubham Bajpai 2023-05-28 22:35:03 +05:30 committed by GitHub
parent ef61a5114c
commit c0343d0480
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3102 changed files with 798 additions and 1149218 deletions

View file

@ -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

View file

@ -38,7 +38,7 @@ import (
apimeta "k8s.io/apimachinery/pkg/api/meta"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/client-go/tools/cache"
"k8s.io/klog"
"k8s.io/klog/v2"
errors "github.com/openebs/lib-csi/pkg/common/errors"
"github.com/openebs/lib-csi/pkg/common/helpers"

View file

@ -19,7 +19,7 @@ package driver
import (
"github.com/container-storage-interface/spec/lib/go/csi"
config "github.com/openebs/zfs-localpv/pkg/config"
"k8s.io/klog"
"k8s.io/klog/v2"
)
// CSIDriver defines a common data structure

View file

@ -28,7 +28,7 @@ import (
"google.golang.org/grpc"
"github.com/kubernetes-csi/csi-lib-utils/protosanitizer"
"k8s.io/klog"
"k8s.io/klog/v2"
"github.com/container-storage-interface/spec/lib/go/csi"
)
@ -44,7 +44,7 @@ func parseEndpoint(ep string) (string, string, error) {
return "", "", fmt.Errorf("invalid endpoint: %v", ep)
}
//filters if the logd are informative or pollutant
// filters if the logd are informative or pollutant
func isInfotrmativeLog(info string) bool {
// add the messages that pollute logs to the array

View file

@ -67,7 +67,7 @@ func (id *identity) GetPluginInfo(
// TODO
// Need to implement this
//
// Probe checks if the plugin is running or not
// # Probe checks if the plugin is running or not
//
// This implements csi.IdentityServer
func (id *identity) Probe(