mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Update API doc of ProgressDeadlineSeconds
This commit is contained in:
		@@ -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"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user