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
172d7ee3
Commit
172d7ee3
authored
Jan 05, 2016
by
Salvatore Dario Minonne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
to fix comment for apis.extensions.JobCondition
parent
30f206c9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
v1beta1.json
api/swagger-spec/v1beta1.json
+1
-1
definitions.html
docs/api-reference/extensions/v1beta1/definitions.html
+1
-1
types.go
pkg/apis/extensions/types.go
+1
-1
types.go
pkg/apis/extensions/v1beta1/types.go
+1
-1
types_swagger_doc_generated.go
pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go
+1
-1
No files found.
api/swagger-spec/v1beta1.json
View file @
172d7ee3
...
@@ -4374,7 +4374,7 @@
...
@@ -4374,7 +4374,7 @@
"properties"
:
{
"properties"
:
{
"type"
:
{
"type"
:
{
"type"
:
"string"
,
"type"
:
"string"
,
"description"
:
"Type of job condition,
currently only Complete
."
"description"
:
"Type of job condition,
Complete or Failed
."
},
},
"status"
:
{
"status"
:
{
"type"
:
"string"
,
"type"
:
"string"
,
...
...
docs/api-reference/extensions/v1beta1/definitions.html
View file @
172d7ee3
...
@@ -3057,7 +3057,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
...
@@ -3057,7 +3057,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
<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 job condition,
currently only Complete
.
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
Type of job condition,
Complete or Failed
.
</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/apis/extensions/types.go
View file @
172d7ee3
...
@@ -470,7 +470,7 @@ const (
...
@@ -470,7 +470,7 @@ const (
// JobCondition describes current state of a job.
// JobCondition describes current state of a job.
type
JobCondition
struct
{
type
JobCondition
struct
{
// Type of job condition,
currently only Complete
.
// Type of job condition,
Complete or Failed
.
Type
JobConditionType
`json:"type"`
Type
JobConditionType
`json:"type"`
// Status of the condition, one of True, False, Unknown.
// Status of the condition, one of True, False, Unknown.
Status
api
.
ConditionStatus
`json:"status"`
Status
api
.
ConditionStatus
`json:"status"`
...
...
pkg/apis/extensions/v1beta1/types.go
View file @
172d7ee3
...
@@ -468,7 +468,7 @@ const (
...
@@ -468,7 +468,7 @@ const (
// JobCondition describes current state of a job.
// JobCondition describes current state of a job.
type
JobCondition
struct
{
type
JobCondition
struct
{
// Type of job condition,
currently only Complete
.
// Type of job condition,
Complete or Failed
.
Type
JobConditionType
`json:"type"`
Type
JobConditionType
`json:"type"`
// Status of the condition, one of True, False, Unknown.
// Status of the condition, one of True, False, Unknown.
Status
v1
.
ConditionStatus
`json:"status"`
Status
v1
.
ConditionStatus
`json:"status"`
...
...
pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go
View file @
172d7ee3
...
@@ -345,7 +345,7 @@ func (Job) SwaggerDoc() map[string]string {
...
@@ -345,7 +345,7 @@ func (Job) SwaggerDoc() map[string]string {
var
map_JobCondition
=
map
[
string
]
string
{
var
map_JobCondition
=
map
[
string
]
string
{
""
:
"JobCondition describes current state of a job."
,
""
:
"JobCondition describes current state of a job."
,
"type"
:
"Type of job condition,
currently only Complete
."
,
"type"
:
"Type of job condition,
Complete or Failed
."
,
"status"
:
"Status of the condition, one of True, False, Unknown."
,
"status"
:
"Status of the condition, one of True, False, Unknown."
,
"lastProbeTime"
:
"Last time the condition was checked."
,
"lastProbeTime"
:
"Last time the condition was checked."
,
"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