mirror of
https://github.com/rancher/types.git
synced 2025-08-01 13:07:05 +00:00
Fixed drone
This commit is contained in:
parent
17a35e2eff
commit
e6bef9d35c
@ -3,12 +3,12 @@ package client
|
||||
const (
|
||||
DeploymentParallelConfigType = "deploymentParallelConfig"
|
||||
DeploymentParallelConfigFieldMinReadySeconds = "minReadySeconds"
|
||||
DeploymentParallelConfigFieldProgressDeadlineSeconds = "processDeadlineSeconds"
|
||||
DeploymentParallelConfigFieldProgressDeadlineSeconds = "progressDeadlineSeconds"
|
||||
DeploymentParallelConfigFieldStartFirst = "startFirst"
|
||||
)
|
||||
|
||||
type DeploymentParallelConfig struct {
|
||||
MinReadySeconds *int64 `json:"minReadySeconds,omitempty"`
|
||||
ProgressDeadlineSeconds *int64 `json:"processDeadlineSeconds,omitempty"`
|
||||
ProgressDeadlineSeconds *int64 `json:"progressDeadlineSeconds,omitempty"`
|
||||
StartFirst *bool `json:"startFirst,omitempty"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user