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:
parent
99f94f8f2b
commit
bbb1341599
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -28,7 +28,7 @@ const Logo = `
|
||||||
| ' <| |_| | _ \ _|\__ \ | | | /
|
| ' <| |_| | _ \ _|\__ \ | | | /
|
||||||
|_|\_\\___/|___/___|___/ |_| |_|_\
|
|_|\_\\___/|___/___|___/ |_| |_|_\
|
||||||
|
|
||||||
Explore your kubernetes storage options
|
Explore your Kubernetes storage options
|
||||||
**************************************
|
**************************************
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue