spelling: storage
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
43b95a2d28
commit
b155f66785
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ func (cli *client) fromStorageAuthRequest(a storage.AuthRequest) AuthRequest {
|
||||||
return req
|
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.
|
// Kubernetes type metadata.
|
||||||
type Password struct {
|
type Password struct {
|
||||||
k8sapi.TypeMeta `json:",inline"`
|
k8sapi.TypeMeta `json:",inline"`
|
||||||
|
|
Reference in a new issue