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
849c08d1
Commit
849c08d1
authored
Jul 24, 2018
by
Janet Kuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update API doc of ProgressDeadlineSeconds
parent
a4f85c8d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
types.go
pkg/apis/extensions/types.go
+2
-2
types.go
staging/src/k8s.io/api/extensions/v1beta1/types.go
+2
-2
No files found.
pkg/apis/extensions/types.go
View file @
849c08d1
...
@@ -127,8 +127,8 @@ type DeploymentSpec struct {
...
@@ -127,8 +127,8 @@ type DeploymentSpec struct {
// is considered to be failed. The deployment controller will continue to
// is considered to be failed. The deployment controller will continue to
// process failed deployments and a condition with a ProgressDeadlineExceeded
// process failed deployments and a condition with a ProgressDeadlineExceeded
// reason will be surfaced in the deployment status. Note that progress will
// reason will be surfaced in the deployment status. Note that progress will
// not be estimated during the time a deployment is paused. This is
not set
// not be estimated during the time a deployment is paused. This is
set to
//
by default
.
//
the max value of int32 (i.e. 2147483647) by default, which means "no deadline"
.
// +optional
// +optional
ProgressDeadlineSeconds
*
int32
ProgressDeadlineSeconds
*
int32
}
}
...
...
staging/src/k8s.io/api/extensions/v1beta1/types.go
View file @
849c08d1
...
@@ -168,8 +168,8 @@ type DeploymentSpec struct {
...
@@ -168,8 +168,8 @@ type DeploymentSpec struct {
// is considered to be failed. The deployment controller will continue to
// is considered to be failed. The deployment controller will continue to
// process failed deployments and a condition with a ProgressDeadlineExceeded
// process failed deployments and a condition with a ProgressDeadlineExceeded
// reason will be surfaced in the deployment status. Note that progress will
// reason will be surfaced in the deployment status. Note that progress will
// not be estimated during the time a deployment is paused. This is
not set
// not be estimated during the time a deployment is paused. This is
set to
//
by default
.
//
the max value of int32 (i.e. 2147483647) by default, which means "no deadline"
.
// +optional
// +optional
ProgressDeadlineSeconds
*
int32
`json:"progressDeadlineSeconds,omitempty" protobuf:"varint,9,opt,name=progressDeadlineSeconds"`
ProgressDeadlineSeconds
*
int32
`json:"progressDeadlineSeconds,omitempty" protobuf:"varint,9,opt,name=progressDeadlineSeconds"`
}
}
...
...
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