Skip to content

Commit

Permalink
Use autogen.sh to generate the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denverdino committed Jun 23, 2020
1 parent 9e071fe commit effa184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
"SA": "ServiceAccount",
},
"storage": {
"PV": "PersistnetVolume",
"PV": "PersistentVolume",
"PVC": "PersistentVolumeClaim",
"SC": "StorageClass",
"Vol": "Volume",
Expand Down
2 changes: 1 addition & 1 deletion docs/nodes/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Node classes list of k8s provider.

## k8s.storage

- **diagrams.k8s.storage.PV**, **PersistnetVolume** (alias)
- **diagrams.k8s.storage.PV**, **PersistentVolume** (alias)
- **diagrams.k8s.storage.PVC**, **PersistentVolumeClaim** (alias)
- **diagrams.k8s.storage.SC**, **StorageClass** (alias)
- **diagrams.k8s.storage.Vol**, **Volume** (alias)

0 comments on commit effa184

Please sign in to comment.