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
c053290e
Commit
c053290e
authored
Nov 13, 2015
by
Avesh Agarwal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This commit regenerates docs.
parent
3d5207fd
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
2 deletions
+14
-2
v1.json
api/swagger-spec/v1.json
+4
-0
operations.html
docs/api-reference/extensions/v1beta1/operations.html
+1
-1
definitions.html
docs/api-reference/v1/definitions.html
+7
-0
operations.html
docs/api-reference/v1/operations.html
+1
-1
types_swagger_doc_generated.go
pkg/api/v1/types_swagger_doc_generated.go
+1
-0
No files found.
api/swagger-spec/v1.json
View file @
c053290e
...
@@ -12037,6 +12037,10 @@
...
@@ -12037,6 +12037,10 @@
"type"
:
"integer"
,
"type"
:
"integer"
,
"format"
:
"int32"
,
"format"
:
"int32"
,
"description"
:
"The number of times this event has occurred."
"description"
:
"The number of times this event has occurred."
},
"type"
:
{
"type"
:
"string"
,
"description"
:
"Type of this event (Normal, Warning), new types could be added in the future"
}
}
}
}
},
},
...
...
docs/api-reference/extensions/v1beta1/operations.html
View file @
c053290e
...
@@ -5095,7 +5095,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
...
@@ -5095,7 +5095,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
<div
id=
"footer-text"
>
Last updated 2015-11-
06 18:46:0
7 UTC
Last updated 2015-11-
13 20:43:2
7 UTC
</div>
</div>
</div>
</div>
</body>
</body>
...
...
docs/api-reference/v1/definitions.html
View file @
c053290e
...
@@ -5891,6 +5891,13 @@ The resulting set of endpoints can be viewed as:<br>
...
@@ -5891,6 +5891,13 @@ The resulting set of endpoints can be viewed as:<br>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
integer (int32)
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
integer (int32)
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</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 of this event (Normal, Warning), new types could be added in the future
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
false
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tbody>
</tbody>
</table>
</table>
...
...
docs/api-reference/v1/operations.html
View file @
c053290e
...
@@ -23664,7 +23664,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
...
@@ -23664,7 +23664,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
<div
id=
"footer-text"
>
Last updated 2015-11-
06 18:46:00
UTC
Last updated 2015-11-
13 20:43:21
UTC
</div>
</div>
</div>
</div>
</body>
</body>
...
...
pkg/api/v1/types_swagger_doc_generated.go
View file @
c053290e
...
@@ -343,6 +343,7 @@ var map_Event = map[string]string{
...
@@ -343,6 +343,7 @@ var map_Event = map[string]string{
"firstTimestamp"
:
"The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)"
,
"firstTimestamp"
:
"The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)"
,
"lastTimestamp"
:
"The time at which the most recent occurrence of this event was recorded."
,
"lastTimestamp"
:
"The time at which the most recent occurrence of this event was recorded."
,
"count"
:
"The number of times this event has occurred."
,
"count"
:
"The number of times this event has occurred."
,
"type"
:
"Type of this event (Normal, Warning), new types could be added in the future"
,
}
}
func
(
Event
)
SwaggerDoc
()
map
[
string
]
string
{
func
(
Event
)
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