Skip to content

Commit

Permalink
Fix typo of PodVolume struct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sufuf3 committed Jul 25, 2018
1 parent 69427c9 commit 1eb63ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entity/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type PodNetwork struct {
BridgeName string `bson:"bridgeName" json:"bridgeName"` //its from the entity.Network entity
}

// PodVolume is the structure for pof volume info
// PodVolume is the structure for pod volume info
type PodVolume struct {
Name string `bson:"name" json:"name" validate:"required"`
MountPath string `bson:"mountPath" json:"mountPath" validate:"required"`
Expand Down

0 comments on commit 1eb63ed

Please sign in to comment.