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
c6253c8d
Commit
c6253c8d
authored
Jan 28, 2016
by
Fabio Yeon
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #19971 from feihujiang/fixErrorCommentInNodeCondition
Fix a small error comment in nodecondition type
parents
4c57ad83
50b6d381
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
v1.json
api/swagger-spec/v1.json
+1
-1
definitions.html
docs/api-reference/v1/definitions.html
+2
-2
types.go
pkg/api/v1/types.go
+1
-1
types_swagger_doc_generated.go
pkg/api/v1/types_swagger_doc_generated.go
+1
-1
No files found.
api/swagger-spec/v1.json
View file @
c6253c8d
...
@@ -13683,7 +13683,7 @@
...
@@ -13683,7 +13683,7 @@
"properties"
:
{
"properties"
:
{
"type"
:
{
"type"
:
{
"type"
:
"string"
,
"type"
:
"string"
,
"description"
:
"Type of node condition
, currently only Ready
."
"description"
:
"Type of node condition."
},
},
"status"
:
{
"status"
:
{
"type"
:
"string"
,
"type"
:
"string"
,
...
...
docs/api-reference/v1/definitions.html
View file @
c6253c8d
...
@@ -1457,7 +1457,7 @@ Examples:<br>
...
@@ -1457,7 +1457,7 @@ Examples:<br>
<tbody>
<tbody>
<tr>
<tr>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
type
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
type
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
Type of node condition
, currently only Ready
.
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
Type of node condition.
</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>
...
@@ -7145,7 +7145,7 @@ The resulting set of endpoints can be viewed as:<br>
...
@@ -7145,7 +7145,7 @@ The resulting set of endpoints can be viewed as:<br>
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
<div
id=
"footer-text"
>
Last updated 2016-01-
18 17:24:26
UTC
Last updated 2016-01-
22 02:17:17
UTC
</div>
</div>
</div>
</div>
</body>
</body>
...
...
pkg/api/v1/types.go
View file @
c6253c8d
...
@@ -1971,7 +1971,7 @@ const (
...
@@ -1971,7 +1971,7 @@ const (
// NodeCondition contains condition infromation for a node.
// NodeCondition contains condition infromation for a node.
type
NodeCondition
struct
{
type
NodeCondition
struct
{
// Type of node condition
, currently only Ready
.
// Type of node condition.
Type
NodeConditionType
`json:"type"`
Type
NodeConditionType
`json:"type"`
// Status of the condition, one of True, False, Unknown.
// Status of the condition, one of True, False, Unknown.
Status
ConditionStatus
`json:"status"`
Status
ConditionStatus
`json:"status"`
...
...
pkg/api/v1/types_swagger_doc_generated.go
View file @
c6253c8d
...
@@ -701,7 +701,7 @@ func (NodeAddress) SwaggerDoc() map[string]string {
...
@@ -701,7 +701,7 @@ func (NodeAddress) SwaggerDoc() map[string]string {
var
map_NodeCondition
=
map
[
string
]
string
{
var
map_NodeCondition
=
map
[
string
]
string
{
""
:
"NodeCondition contains condition infromation for a node."
,
""
:
"NodeCondition contains condition infromation for a node."
,
"type"
:
"Type of node condition
, currently only Ready
."
,
"type"
:
"Type of node condition."
,
"status"
:
"Status of the condition, one of True, False, Unknown."
,
"status"
:
"Status of the condition, one of True, False, Unknown."
,
"lastHeartbeatTime"
:
"Last time we got an update on a given condition."
,
"lastHeartbeatTime"
:
"Last time we got an update on a given condition."
,
"lastTransitionTime"
:
"Last time the condition transit from one status to another."
,
"lastTransitionTime"
:
"Last time the condition transit from one status to another."
,
...
...
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