Skip to content

Commit a47da4b

Browse files
authored
Merge pull request kubernetes#127664 from ebblake/typofix
docs: typo fix in VolumeAttachments
2 parents fd14955 + fe5b74b commit a47da4b

File tree

13 files changed

+22
-22
lines changed

13 files changed

+22
-22
lines changed

api/openapi-spec/swagger.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@
18341834
]
18351835
},
18361836
"io.k8s.api.storage.v1.VolumeAttachmentSource": {
1837-
"description": "VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.",
1837+
"description": "VolumeAttachmentSource represents a volume that should be attached. Right now only PersistentVolumes can be attached via external attacher, in the future we may allow also inline volumes in pods. Exactly one member can be set.",
18381838
"properties": {
18391839
"inlineVolumeSpec": {
18401840
"allOf": [

pkg/controller/volume/ephemeral/metrics/metrics.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var (
3333
&metrics.CounterOpts{
3434
Subsystem: EphemeralVolumeSubsystem,
3535
Name: "create_total",
36-
Help: "Number of PersistenVolumeClaims creation requests",
36+
Help: "Number of PersistentVolumeClaim creation requests",
3737
StabilityLevel: metrics.ALPHA,
3838
})
3939
// EphemeralVolumeCreateFailures tracks the number of unsuccessful
@@ -42,7 +42,7 @@ var (
4242
&metrics.CounterOpts{
4343
Subsystem: EphemeralVolumeSubsystem,
4444
Name: "create_failures_total",
45-
Help: "Number of PersistenVolumeClaims creation requests",
45+
Help: "Number of PersistentVolumeClaim creation requests",
4646
StabilityLevel: metrics.ALPHA,
4747
})
4848
)

pkg/generated/openapi/zz_generated.openapi.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/api/storage/v1/generated.proto

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/api/storage/v1/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ type VolumeAttachmentSpec struct {
169169
}
170170

171171
// VolumeAttachmentSource represents a volume that should be attached.
172-
// Right now only PersistenVolumes can be attached via external attacher,
173-
// in future we may allow also inline volumes in pods.
172+
// Right now only PersistentVolumes can be attached via external attacher,
173+
// in the future we may allow also inline volumes in pods.
174174
// Exactly one member can be set.
175175
type VolumeAttachmentSource struct {
176176
// persistentVolumeName represents the name of the persistent volume to attach.

staging/src/k8s.io/api/storage/v1/types_swagger_doc_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/api/storage/v1alpha1/generated.proto

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/api/storage/v1alpha1/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ type VolumeAttachmentSpec struct {
8484
}
8585

8686
// VolumeAttachmentSource represents a volume that should be attached.
87-
// Right now only PersistenVolumes can be attached via external attacher,
88-
// in future we may allow also inline volumes in pods.
87+
// Right now only PersistentVolumes can be attached via external attacher,
88+
// in the future we may allow also inline volumes in pods.
8989
// Exactly one member can be set.
9090
type VolumeAttachmentSource struct {
9191
// persistentVolumeName represents the name of the persistent volume to attach.

staging/src/k8s.io/api/storage/v1alpha1/types_swagger_doc_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)