1
0
Fork 0
mirror of https://github.com/kastenhq/kubestr.git synced 2024-12-14 11:57:56 +00:00

Fix spelling (#61)

This commit is contained in:
Sirish Bathina 2021-04-05 11:26:45 -10:00 committed by GitHub
parent 99f94f8f2b
commit bbb1341599
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -486,7 +486,7 @@ func (c *snapshotCreate) CreateSnapshot(ctx context.Context, snapshotter kansnap
} }
err := snapshotter.Create(ctx, args.SnapshotName, args.Namespace, args.PVCName, &args.VolumeSnapshotClass, true, nil) err := snapshotter.Create(ctx, args.SnapshotName, args.Namespace, args.PVCName, &args.VolumeSnapshotClass, true, nil)
if err != nil { if err != nil {
return nil, errors.Wrapf(err, "CSI Driver failed to create snapshot for PVC (%s) in Namspace (%s)", args.PVCName, args.Namespace) return nil, errors.Wrapf(err, "CSI Driver failed to create snapshot for PVC (%s) in Namespace (%s)", args.PVCName, args.Namespace)
} }
snap, err := snapshotter.Get(ctx, args.SnapshotName, args.Namespace) snap, err := snapshotter.Get(ctx, args.SnapshotName, args.Namespace)
if err != nil { if err != nil {

View file

@ -28,7 +28,7 @@ const Logo = `
| ' <| |_| | _ \ _|\__ \ | | | / | ' <| |_| | _ \ _|\__ \ | | | /
|_|\_\\___/|___/___|___/ |_| |_|_\ |_|\_\\___/|___/___|___/ |_| |_|_\
Explore your kubernetes storage options Explore your Kubernetes storage options
************************************** **************************************
` `