From c75ddfe76dbd894f6efff5dfebb0ef8e32569447 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Tue, 18 Oct 2016 18:24:38 +0200 Subject: [PATCH] Fix some typos --- api/openapi-spec/root_swagger.json | 2 +- api/openapi-spec/v1.json | 2 +- api/swagger-spec/v1.json | 2 +- docs/api-reference/v1/definitions.html | 2 +- pkg/api/v1/generated.proto | 2 +- pkg/api/v1/types.go | 2 +- pkg/api/v1/types_swagger_doc_generated.go | 2 +- pkg/generated/openapi/zz_generated.openapi.go | 2 +- staging/src/k8s.io/client-go/pkg/api/v1/generated.proto | 2 +- staging/src/k8s.io/client-go/pkg/api/v1/types.go | 2 +- .../k8s.io/client-go/pkg/api/v1/types_swagger_doc_generated.go | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/api/openapi-spec/root_swagger.json b/api/openapi-spec/root_swagger.json index e61632ba055..c05182eb55f 100644 --- a/api/openapi-spec/root_swagger.json +++ b/api/openapi-spec/root_swagger.json @@ -26124,7 +26124,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 a34f9fa1f29..b5b3d48c90c 100644 --- a/api/openapi-spec/v1.json +++ b/api/openapi-spec/v1.json @@ -12835,7 +12835,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 8836d8646bd..67d5bdc3626 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 2cdbef44395..58ae26f2aa8 100755 --- a/docs/api-reference/v1/definitions.html +++ b/docs/api-reference/v1/definitions.html @@ -5050,7 +5050,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 3f0bf25d79c..32131899bf3 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 fa00a3c9201..ebc2e44fa66 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 23470760846..79009510513 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 6db9295d703..358f166552b 100644 --- a/pkg/generated/openapi/zz_generated.openapi.go +++ b/pkg/generated/openapi/zz_generated.openapi.go @@ -6391,7 +6391,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 {