mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Update API doc of ProgressDeadlineSeconds
This commit is contained in:
parent
a4f85c8dd0
commit
849c08d1ed
@ -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
|
||||||
}
|
}
|
||||||
|
@ -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"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user