Skip to content

Commit

Permalink
Update pkg/types/script.go
Browse files Browse the repository at this point in the history
Add comment.

Co-authored-by: Olha Yevtushenko <[email protected]>
  • Loading branch information
irumaru and yorugac committed Jul 3, 2024
1 parent de74007 commit b53adec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/types/script.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
// Internal type created to support Spec.script options
type Script struct {
Name string // Name of ConfigMap or VolumeClaim or "LocalFile"
ReadOnly bool
ReadOnly bool // VolumeClaim only
Filename string
Path string
Type string // ConfigMap | VolumeClaim | LocalFile
Expand Down

0 comments on commit b53adec

Please sign in to comment.