Browse Source

spelling: storage

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/1891/head
Josh Soref 5 years ago
parent
commit
b155f66785
  1. 2
      storage/kubernetes/types.go

2
storage/kubernetes/types.go

@ -362,7 +362,7 @@ func (cli *client) fromStorageAuthRequest(a storage.AuthRequest) AuthRequest {
return req
}
// Password is a mirrored struct from the stroage with JSON struct tags and
// Password is a mirrored struct from the storage with JSON struct tags and
// Kubernetes type metadata.
type Password struct {
k8sapi.TypeMeta `json:",inline"`

Loading…
Cancel
Save