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
19e181d8
Commit
19e181d8
authored
Dec 16, 2016
by
Michail Kargakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apps: update observedGeneration doc for statefulsets
parent
2b0a1f2b
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
9 deletions
+9
-9
swagger.json
api/openapi-spec/swagger.json
+1
-1
apps_v1beta1.json
api/swagger-spec/apps_v1beta1.json
+1
-1
definitions.html
docs/api-reference/apps/v1beta1/definitions.html
+2
-2
types.go
pkg/apis/apps/types.go
+1
-1
generated.proto
pkg/apis/apps/v1beta1/generated.proto
+1
-1
types.go
pkg/apis/apps/v1beta1/types.go
+1
-1
types_swagger_doc_generated.go
pkg/apis/apps/v1beta1/types_swagger_doc_generated.go
+1
-1
zz_generated.openapi.go
pkg/generated/openapi/zz_generated.openapi.go
+1
-1
No files found.
api/openapi-spec/swagger.json
View file @
19e181d8
...
@@ -36012,7 +36012,7 @@
...
@@ -36012,7 +36012,7 @@
],
],
"properties"
:
{
"properties"
:
{
"observedGeneration"
:
{
"observedGeneration"
:
{
"description"
:
"most recent generation observed by this
autoscaler
."
,
"description"
:
"most recent generation observed by this
StatefulSet
."
,
"type"
:
"integer"
,
"type"
:
"integer"
,
"format"
:
"int64"
"format"
:
"int64"
},
},
api/swagger-spec/apps_v1beta1.json
View file @
19e181d8
...
@@ -2891,7 +2891,7 @@
...
@@ -2891,7 +2891,7 @@
"observedGeneration"
:
{
"observedGeneration"
:
{
"type"
:
"integer"
,
"type"
:
"integer"
,
"format"
:
"int64"
,
"format"
:
"int64"
,
"description"
:
"most recent generation observed by this
autoscaler
."
"description"
:
"most recent generation observed by this
StatefulSet
."
},
},
"replicas"
:
{
"replicas"
:
{
"type"
:
"integer"
,
"type"
:
"integer"
,
...
...
docs/api-reference/apps/v1beta1/definitions.html
View file @
19e181d8
...
@@ -1282,7 +1282,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
...
@@ -1282,7 +1282,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tbody>
<tbody>
<tr>
<tr>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
observedGeneration
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
observedGeneration
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
most recent generation observed by this
autoscaler
.
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
most recent generation observed by this
StatefulSet
.
</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"
>
false
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
integer (int64)
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
integer (int64)
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
<td
class=
"tableblock halign-left valign-top"
></td>
...
@@ -4875,7 +4875,7 @@ Examples:<br>
...
@@ -4875,7 +4875,7 @@ Examples:<br>
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
<div
id=
"footer-text"
>
Last updated 2016-12-1
6 14:44:13
UTC
Last updated 2016-12-1
9 12:58:07
UTC
</div>
</div>
</div>
</div>
</body>
</body>
...
...
pkg/apis/apps/types.go
View file @
19e181d8
...
@@ -86,7 +86,7 @@ type StatefulSetSpec struct {
...
@@ -86,7 +86,7 @@ type StatefulSetSpec struct {
// StatefulSetStatus represents the current state of a StatefulSet.
// StatefulSetStatus represents the current state of a StatefulSet.
type
StatefulSetStatus
struct
{
type
StatefulSetStatus
struct
{
// most recent generation observed by this
autoscaler
.
// most recent generation observed by this
StatefulSet
.
// +optional
// +optional
ObservedGeneration
*
int64
ObservedGeneration
*
int64
...
...
pkg/apis/apps/v1beta1/generated.proto
View file @
19e181d8
...
@@ -101,7 +101,7 @@ message StatefulSetSpec {
...
@@ -101,7 +101,7 @@ message StatefulSetSpec {
// StatefulSetStatus represents the current state of a StatefulSet.
// StatefulSetStatus represents the current state of a StatefulSet.
message
StatefulSetStatus
{
message
StatefulSetStatus
{
// most recent generation observed by this
autoscaler
.
// most recent generation observed by this
StatefulSet
.
// +optional
// +optional
optional
int64
observedGeneration
=
1
;
optional
int64
observedGeneration
=
1
;
...
...
pkg/apis/apps/v1beta1/types.go
View file @
19e181d8
...
@@ -86,7 +86,7 @@ type StatefulSetSpec struct {
...
@@ -86,7 +86,7 @@ type StatefulSetSpec struct {
// StatefulSetStatus represents the current state of a StatefulSet.
// StatefulSetStatus represents the current state of a StatefulSet.
type
StatefulSetStatus
struct
{
type
StatefulSetStatus
struct
{
// most recent generation observed by this
autoscaler
.
// most recent generation observed by this
StatefulSet
.
// +optional
// +optional
ObservedGeneration
*
int64
`json:"observedGeneration,omitempty" protobuf:"varint,1,opt,name=observedGeneration"`
ObservedGeneration
*
int64
`json:"observedGeneration,omitempty" protobuf:"varint,1,opt,name=observedGeneration"`
...
...
pkg/apis/apps/v1beta1/types_swagger_doc_generated.go
View file @
19e181d8
...
@@ -60,7 +60,7 @@ func (StatefulSetSpec) SwaggerDoc() map[string]string {
...
@@ -60,7 +60,7 @@ func (StatefulSetSpec) SwaggerDoc() map[string]string {
var
map_StatefulSetStatus
=
map
[
string
]
string
{
var
map_StatefulSetStatus
=
map
[
string
]
string
{
""
:
"StatefulSetStatus represents the current state of a StatefulSet."
,
""
:
"StatefulSetStatus represents the current state of a StatefulSet."
,
"observedGeneration"
:
"most recent generation observed by this
autoscaler
."
,
"observedGeneration"
:
"most recent generation observed by this
StatefulSet
."
,
"replicas"
:
"Replicas is the number of actual replicas."
,
"replicas"
:
"Replicas is the number of actual replicas."
,
}
}
...
...
pkg/generated/openapi/zz_generated.openapi.go
View file @
19e181d8
...
@@ -12050,7 +12050,7 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
...
@@ -12050,7 +12050,7 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
Properties
:
map
[
string
]
spec
.
Schema
{
Properties
:
map
[
string
]
spec
.
Schema
{
"observedGeneration"
:
{
"observedGeneration"
:
{
SchemaProps
:
spec
.
SchemaProps
{
SchemaProps
:
spec
.
SchemaProps
{
Description
:
"most recent generation observed by this
autoscaler
."
,
Description
:
"most recent generation observed by this
StatefulSet
."
,
Type
:
[]
string
{
"integer"
},
Type
:
[]
string
{
"integer"
},
Format
:
"int64"
,
Format
:
"int64"
,
},
},
...
...
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