mirror of
https://github.com/rancher/types.git
synced 2025-09-01 13:18:20 +00:00
generated changes
This commit is contained in:
committed by
Darren Shepherd
parent
8a402f4698
commit
f999bb990d
@@ -3,12 +3,12 @@ package client
|
||||
const (
|
||||
DeploymentParallelConfigType = "deploymentParallelConfig"
|
||||
DeploymentParallelConfigFieldMinReadySeconds = "minReadySeconds"
|
||||
DeploymentParallelConfigFieldProgressDeadlineSeconds = "progressDeadlineSeconds"
|
||||
DeploymentParallelConfigFieldProgressDeadlineSeconds = "processDeadlineSeconds"
|
||||
DeploymentParallelConfigFieldStartFirst = "startFirst"
|
||||
)
|
||||
|
||||
type DeploymentParallelConfig struct {
|
||||
MinReadySeconds *int64 `json:"minReadySeconds,omitempty"`
|
||||
ProgressDeadlineSeconds *int64 `json:"progressDeadlineSeconds,omitempty"`
|
||||
ProgressDeadlineSeconds *int64 `json:"processDeadlineSeconds,omitempty"`
|
||||
StartFirst *bool `json:"startFirst,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user