diff --git a/api/openapi-spec/root_swagger.json b/api/openapi-spec/root_swagger.json
index c68ac751593..804705615fc 100644
--- a/api/openapi-spec/root_swagger.json
+++ b/api/openapi-spec/root_swagger.json
@@ -27711,7 +27711,7 @@
],
"properties": {
"devicePath": {
- "description": "DevicePath represents the device path where the volume should be avilable",
+ "description": "DevicePath represents the device path where the volume should be available",
"type": "string"
},
"name": {
diff --git a/api/openapi-spec/v1.json b/api/openapi-spec/v1.json
index 93b225f7906..95f3ce33833 100644
--- a/api/openapi-spec/v1.json
+++ b/api/openapi-spec/v1.json
@@ -13648,7 +13648,7 @@
],
"properties": {
"devicePath": {
- "description": "DevicePath represents the device path where the volume should be avilable",
+ "description": "DevicePath represents the device path where the volume should be available",
"type": "string"
},
"name": {
diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json
index c71d5e821c2..efb1cd9ddc6 100644
--- a/api/swagger-spec/v1.json
+++ b/api/swagger-spec/v1.json
@@ -17042,7 +17042,7 @@
},
"devicePath": {
"type": "string",
- "description": "DevicePath represents the device path where the volume should be avilable"
+ "description": "DevicePath represents the device path where the volume should be available"
}
}
},
diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html
index 1211f51f52e..c640085a19a 100755
--- a/docs/api-reference/v1/definitions.html
+++ b/docs/api-reference/v1/definitions.html
@@ -5043,7 +5043,7 @@ The resulting set of endpoints can be viewed as:
devicePath |
-DevicePath represents the device path where the volume should be avilable |
+DevicePath represents the device path where the volume should be available |
true |
string |
|
diff --git a/pkg/api/v1/generated.proto b/pkg/api/v1/generated.proto
index bb74af9c461..03499c972bb 100644
--- a/pkg/api/v1/generated.proto
+++ b/pkg/api/v1/generated.proto
@@ -82,7 +82,7 @@ message AttachedVolume {
// Name of the attached volume
optional string name = 1;
- // DevicePath represents the device path where the volume should be avilable
+ // DevicePath represents the device path where the volume should be available
optional string devicePath = 2;
}
diff --git a/pkg/api/v1/types.go b/pkg/api/v1/types.go
index 49d20fff4a3..81483742b8c 100644
--- a/pkg/api/v1/types.go
+++ b/pkg/api/v1/types.go
@@ -2899,7 +2899,7 @@ type AttachedVolume struct {
// Name of the attached volume
Name UniqueVolumeName `json:"name" protobuf:"bytes,1,rep,name=name"`
- // DevicePath represents the device path where the volume should be avilable
+ // DevicePath represents the device path where the volume should be available
DevicePath string `json:"devicePath" protobuf:"bytes,2,rep,name=devicePath"`
}
diff --git a/pkg/api/v1/types_swagger_doc_generated.go b/pkg/api/v1/types_swagger_doc_generated.go
index fc8095a59ea..6dc17675b62 100644
--- a/pkg/api/v1/types_swagger_doc_generated.go
+++ b/pkg/api/v1/types_swagger_doc_generated.go
@@ -53,7 +53,7 @@ func (Affinity) SwaggerDoc() map[string]string {
var map_AttachedVolume = map[string]string{
"": "AttachedVolume describes a volume attached to a node",
"name": "Name of the attached volume",
- "devicePath": "DevicePath represents the device path where the volume should be avilable",
+ "devicePath": "DevicePath represents the device path where the volume should be available",
}
func (AttachedVolume) SwaggerDoc() map[string]string {
diff --git a/pkg/generated/openapi/zz_generated.openapi.go b/pkg/generated/openapi/zz_generated.openapi.go
index 816c652833a..be93a758958 100644
--- a/pkg/generated/openapi/zz_generated.openapi.go
+++ b/pkg/generated/openapi/zz_generated.openapi.go
@@ -6385,7 +6385,7 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
},
"devicePath": {
SchemaProps: spec.SchemaProps{
- Description: "DevicePath represents the device path where the volume should be avilable",
+ Description: "DevicePath represents the device path where the volume should be available",
Type: []string{"string"},
Format: "",
},
diff --git a/staging/src/k8s.io/client-go/pkg/api/v1/generated.proto b/staging/src/k8s.io/client-go/pkg/api/v1/generated.proto
index f2d63bfeb22..ab33dd00f92 100644
--- a/staging/src/k8s.io/client-go/pkg/api/v1/generated.proto
+++ b/staging/src/k8s.io/client-go/pkg/api/v1/generated.proto
@@ -76,7 +76,7 @@ message AttachedVolume {
// Name of the attached volume
optional string name = 1;
- // DevicePath represents the device path where the volume should be avilable
+ // DevicePath represents the device path where the volume should be available
optional string devicePath = 2;
}
diff --git a/staging/src/k8s.io/client-go/pkg/api/v1/types.go b/staging/src/k8s.io/client-go/pkg/api/v1/types.go
index a05f6616127..9926e570d9c 100644
--- a/staging/src/k8s.io/client-go/pkg/api/v1/types.go
+++ b/staging/src/k8s.io/client-go/pkg/api/v1/types.go
@@ -2576,7 +2576,7 @@ type AttachedVolume struct {
// Name of the attached volume
Name UniqueVolumeName `json:"name" protobuf:"bytes,1,rep,name=name"`
- // DevicePath represents the device path where the volume should be avilable
+ // DevicePath represents the device path where the volume should be available
DevicePath string `json:"devicePath" protobuf:"bytes,2,rep,name=devicePath"`
}
diff --git a/staging/src/k8s.io/client-go/pkg/api/v1/types_swagger_doc_generated.go b/staging/src/k8s.io/client-go/pkg/api/v1/types_swagger_doc_generated.go
index 23470760846..79009510513 100644
--- a/staging/src/k8s.io/client-go/pkg/api/v1/types_swagger_doc_generated.go
+++ b/staging/src/k8s.io/client-go/pkg/api/v1/types_swagger_doc_generated.go
@@ -53,7 +53,7 @@ func (Affinity) SwaggerDoc() map[string]string {
var map_AttachedVolume = map[string]string{
"": "AttachedVolume describes a volume attached to a node",
"name": "Name of the attached volume",
- "devicePath": "DevicePath represents the device path where the volume should be avilable",
+ "devicePath": "DevicePath represents the device path where the volume should be available",
}
func (AttachedVolume) SwaggerDoc() map[string]string {