Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
c75ddfe7
Commit
c75ddfe7
authored
Oct 18, 2016
by
Rodolfo Carvalho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some typos
parent
6e1bb2d2
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
11 additions
and
11 deletions
+11
-11
root_swagger.json
api/openapi-spec/root_swagger.json
+1
-1
v1.json
api/openapi-spec/v1.json
+1
-1
v1.json
api/swagger-spec/v1.json
+1
-1
definitions.html
docs/api-reference/v1/definitions.html
+1
-1
generated.proto
pkg/api/v1/generated.proto
+1
-1
types.go
pkg/api/v1/types.go
+1
-1
types_swagger_doc_generated.go
pkg/api/v1/types_swagger_doc_generated.go
+1
-1
zz_generated.openapi.go
pkg/generated/openapi/zz_generated.openapi.go
+1
-1
generated.proto
staging/src/k8s.io/client-go/pkg/api/v1/generated.proto
+1
-1
types.go
staging/src/k8s.io/client-go/pkg/api/v1/types.go
+1
-1
types_swagger_doc_generated.go
...8s.io/client-go/pkg/api/v1/types_swagger_doc_generated.go
+1
-1
No files found.
api/openapi-spec/root_swagger.json
View file @
c75ddfe7
...
@@ -26124,7 +26124,7 @@
...
@@ -26124,7 +26124,7 @@
],
],
"properties"
:
{
"properties"
:
{
"devicePath"
:
{
"devicePath"
:
{
"description"
:
"DevicePath represents the device path where the volume should be avilable"
,
"description"
:
"DevicePath represents the device path where the volume should be av
a
ilable"
,
"type"
:
"string"
"type"
:
"string"
},
},
"name"
:
{
"name"
:
{
...
...
api/openapi-spec/v1.json
View file @
c75ddfe7
...
@@ -12835,7 +12835,7 @@
...
@@ -12835,7 +12835,7 @@
],
],
"properties"
:
{
"properties"
:
{
"devicePath"
:
{
"devicePath"
:
{
"description"
:
"DevicePath represents the device path where the volume should be avilable"
,
"description"
:
"DevicePath represents the device path where the volume should be av
a
ilable"
,
"type"
:
"string"
"type"
:
"string"
},
},
"name"
:
{
"name"
:
{
...
...
api/swagger-spec/v1.json
View file @
c75ddfe7
...
@@ -17042,7 +17042,7 @@
...
@@ -17042,7 +17042,7 @@
},
},
"devicePath"
:
{
"devicePath"
:
{
"type"
:
"string"
,
"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 av
a
ilable"
}
}
}
}
},
},
...
...
docs/api-reference/v1/definitions.html
View file @
c75ddfe7
...
@@ -5050,7 +5050,7 @@ The resulting set of endpoints can be viewed as:<br>
...
@@ -5050,7 +5050,7 @@ The resulting set of endpoints can be viewed as:<br>
</tr>
</tr>
<tr>
<tr>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
devicePath
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
devicePath
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
DevicePath represents the device path where the volume should be avilable
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
DevicePath represents the device path where the volume should be av
a
ilable
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
true
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
true
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
<td
class=
"tableblock halign-left valign-top"
></td>
...
...
pkg/api/v1/generated.proto
View file @
c75ddfe7
...
@@ -82,7 +82,7 @@ message AttachedVolume {
...
@@ -82,7 +82,7 @@ message AttachedVolume {
// Name of the attached volume
// Name of the attached volume
optional
string
name
=
1
;
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 av
a
ilable
optional
string
devicePath
=
2
;
optional
string
devicePath
=
2
;
}
}
...
...
pkg/api/v1/types.go
View file @
c75ddfe7
...
@@ -2899,7 +2899,7 @@ type AttachedVolume struct {
...
@@ -2899,7 +2899,7 @@ type AttachedVolume struct {
// Name of the attached volume
// Name of the attached volume
Name
UniqueVolumeName
`json:"name" protobuf:"bytes,1,rep,name=name"`
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 av
a
ilable
DevicePath
string
`json:"devicePath" protobuf:"bytes,2,rep,name=devicePath"`
DevicePath
string
`json:"devicePath" protobuf:"bytes,2,rep,name=devicePath"`
}
}
...
...
pkg/api/v1/types_swagger_doc_generated.go
View file @
c75ddfe7
...
@@ -53,7 +53,7 @@ func (Affinity) SwaggerDoc() map[string]string {
...
@@ -53,7 +53,7 @@ func (Affinity) SwaggerDoc() map[string]string {
var
map_AttachedVolume
=
map
[
string
]
string
{
var
map_AttachedVolume
=
map
[
string
]
string
{
""
:
"AttachedVolume describes a volume attached to a node"
,
""
:
"AttachedVolume describes a volume attached to a node"
,
"name"
:
"Name of the attached volume"
,
"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 av
a
ilable"
,
}
}
func
(
AttachedVolume
)
SwaggerDoc
()
map
[
string
]
string
{
func
(
AttachedVolume
)
SwaggerDoc
()
map
[
string
]
string
{
...
...
pkg/generated/openapi/zz_generated.openapi.go
View file @
c75ddfe7
...
@@ -6391,7 +6391,7 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
...
@@ -6391,7 +6391,7 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
},
},
"devicePath"
:
{
"devicePath"
:
{
SchemaProps
:
spec
.
SchemaProps
{
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 av
a
ilable"
,
Type
:
[]
string
{
"string"
},
Type
:
[]
string
{
"string"
},
Format
:
""
,
Format
:
""
,
},
},
...
...
staging/src/k8s.io/client-go/pkg/api/v1/generated.proto
View file @
c75ddfe7
...
@@ -76,7 +76,7 @@ message AttachedVolume {
...
@@ -76,7 +76,7 @@ message AttachedVolume {
// Name of the attached volume
// Name of the attached volume
optional
string
name
=
1
;
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 av
a
ilable
optional
string
devicePath
=
2
;
optional
string
devicePath
=
2
;
}
}
...
...
staging/src/k8s.io/client-go/pkg/api/v1/types.go
View file @
c75ddfe7
...
@@ -2576,7 +2576,7 @@ type AttachedVolume struct {
...
@@ -2576,7 +2576,7 @@ type AttachedVolume struct {
// Name of the attached volume
// Name of the attached volume
Name
UniqueVolumeName
`json:"name" protobuf:"bytes,1,rep,name=name"`
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 av
a
ilable
DevicePath
string
`json:"devicePath" protobuf:"bytes,2,rep,name=devicePath"`
DevicePath
string
`json:"devicePath" protobuf:"bytes,2,rep,name=devicePath"`
}
}
...
...
staging/src/k8s.io/client-go/pkg/api/v1/types_swagger_doc_generated.go
View file @
c75ddfe7
...
@@ -53,7 +53,7 @@ func (Affinity) SwaggerDoc() map[string]string {
...
@@ -53,7 +53,7 @@ func (Affinity) SwaggerDoc() map[string]string {
var
map_AttachedVolume
=
map
[
string
]
string
{
var
map_AttachedVolume
=
map
[
string
]
string
{
""
:
"AttachedVolume describes a volume attached to a node"
,
""
:
"AttachedVolume describes a volume attached to a node"
,
"name"
:
"Name of the attached volume"
,
"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 av
a
ilable"
,
}
}
func
(
AttachedVolume
)
SwaggerDoc
()
map
[
string
]
string
{
func
(
AttachedVolume
)
SwaggerDoc
()
map
[
string
]
string
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment