rebase: update k8s.io/klog to v2.3.0

Update klog version to v2.3.0

Signed-off-by: Yug <yuggupta27@gmail.com>
This commit is contained in:
Yug
2020-07-09 10:44:10 +05:30
committed by mergify[bot]
parent b773e821c8
commit 8dc4ab6b1b
51 changed files with 2687 additions and 33 deletions

View File

@ -26,7 +26,7 @@ import (
"github.com/container-storage-interface/spec/lib/go/csi"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"k8s.io/klog"
klog "k8s.io/klog/v2"
)
// ControllerServer struct of CEPH CSI driver with supported methods of CSI

View File

@ -17,7 +17,7 @@ limitations under the License.
package cephfs
import (
"k8s.io/klog"
klog "k8s.io/klog/v2"
csicommon "github.com/ceph/ceph-csi/internal/csi-common"
"github.com/ceph/ceph-csi/internal/journal"

View File

@ -22,7 +22,7 @@ import (
"github.com/ceph/ceph-csi/internal/util"
"k8s.io/klog"
klog "k8s.io/klog/v2"
)
// volumeIdentifier structure contains an association between the CSI VolumeID to its subvolume

View File

@ -29,7 +29,7 @@ import (
"github.com/container-storage-interface/spec/lib/go/csi"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"k8s.io/klog"
klog "k8s.io/klog/v2"
)
// NodeServer struct of ceph CSI driver with supported methods of CSI

View File

@ -29,7 +29,7 @@ import (
"github.com/container-storage-interface/spec/lib/go/csi"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"k8s.io/klog"
klog "k8s.io/klog/v2"
)
type volumeID string

View File

@ -26,7 +26,7 @@ import (
"github.com/ceph/ceph-csi/internal/util"
"k8s.io/klog"
klog "k8s.io/klog/v2"
)
var (

View File

@ -29,7 +29,7 @@ import (
"github.com/ceph/ceph-csi/internal/util"
"k8s.io/klog"
klog "k8s.io/klog/v2"
)
const (