Skip to content

Commit

Permalink
fix: add volume name
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Dec 13, 2024
1 parent 8a4bf23 commit a2faf84
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2779,6 +2779,9 @@ spec:
volumeMode:
description: 'Volume mode indicates the consumption of the volume as either a filesystem or block device. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-mode'
type: string
volumeName:
description: 'Volume name is used to identify the volume'
type: string
type: object
description: list of accompanying permanent volume claims
type: object
Expand Down Expand Up @@ -4085,6 +4088,9 @@ spec:
volumeMode:
description: 'Volume mode indicates the consumption of the volume as either a filesystem or block device. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-mode'
type: string
volumeName:
description: 'Volume name is used to identify the volume'
type: string
type: object
description: list of accompanying permanent volume claims
type: object
Expand Down Expand Up @@ -4816,6 +4822,9 @@ spec:
volumeMode:
description: 'Volume mode indicates the consumption of the volume as either a filesystem or block device. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-mode'
type: string
volumeName:
description: 'Volume name is used to identify the volume'
type: string
type: object
description: list of accompanying permanent volume claims
type: object
Expand Down Expand Up @@ -7849,6 +7858,9 @@ spec:
volumeMode:
description: 'Volume mode indicates the consumption of the volume as either a filesystem or block device. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-mode'
type: string
volumeName:
description: 'Volume name is used to identify the volume'
type: string
type: object
description: list of accompanying permanent volume claims
type: object
Expand Down Expand Up @@ -10937,6 +10949,9 @@ spec:
volumeMode:
description: 'Volume mode indicates the consumption of the volume as either a filesystem or block device. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-mode'
type: string
volumeName:
description: 'Volume name is used to identify the volume'
type: string
type: object
description: list of accompanying permanent volume claims
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2762,6 +2762,9 @@ spec:
volumeMode:
description: 'Volume mode indicates the consumption of the volume as either a filesystem or block device. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-mode'
type: string
volumeName:
description: 'Volume name is used to identify the volume'
type: string
type: object
description: list of accompanying permanent volume claims
type: object
Expand Down Expand Up @@ -4011,6 +4014,9 @@ spec:
volumeMode:
description: 'Volume mode indicates the consumption of the volume as either a filesystem or block device. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-mode'
type: string
volumeName:
description: 'Volume name is used to identify the volume'
type: string
type: object
description: list of accompanying permanent volume claims
type: object
Expand Down Expand Up @@ -4742,6 +4748,9 @@ spec:
volumeMode:
description: 'Volume mode indicates the consumption of the volume as either a filesystem or block device. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-mode'
type: string
volumeName:
description: 'Volume name is used to identify the volume'
type: string
type: object
description: list of accompanying permanent volume claims
type: object
Expand Down Expand Up @@ -7738,6 +7747,9 @@ spec:
volumeMode:
description: 'Volume mode indicates the consumption of the volume as either a filesystem or block device. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-mode'
type: string
volumeName:
description: 'Volume name is used to identify the volume'
type: string
type: object
description: list of accompanying permanent volume claims
type: object
Expand Down Expand Up @@ -10752,6 +10764,9 @@ spec:
volumeMode:
description: 'Volume mode indicates the consumption of the volume as either a filesystem or block device. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-mode'
type: string
volumeName:
description: 'Volume name is used to identify the volume'
type: string
type: object
description: list of accompanying permanent volume claims
type: object
Expand Down

0 comments on commit a2faf84

Please sign in to comment.