Skip to content

Commit

Permalink
Fix "minim number os seconds" typo
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin-kornienko authored and AndrewChubatiuk committed Dec 27, 2024
1 parent 9cf74c2 commit af7f467
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion api/operator/v1beta1/vmextra_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ type CommonApplicationDeploymentParams struct {
TerminationGracePeriodSeconds *int64 `json:"terminationGracePeriodSeconds,omitempty"`
// ReadinessGates defines pod readiness gates
ReadinessGates []v1.PodReadinessGate `json:"readinessGates,omitempty"`
// MinReadySeconds defines a minim number os seconds to wait before starting update next pod
// MinReadySeconds defines a minimum number of seconds to wait before starting update next pod
// if previous in healthy state
// Has no effect for VLogs and VMSingle
// +optional
Expand Down
18 changes: 9 additions & 9 deletions config/crd/overlay/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ spec:
type: object
minReadySeconds:
description: |-
MinReadySeconds defines a minim number os seconds to wait before starting update next pod
MinReadySeconds defines a minimum number of seconds to wait before starting update next pod
if previous in healthy state
Has no effect for VLogs and VMSingle
format: int32
Expand Down Expand Up @@ -2340,7 +2340,7 @@ spec:
type: string
minReadySeconds:
description: |-
MinReadySeconds defines a minim number os seconds to wait before starting update next pod
MinReadySeconds defines a minimum number of seconds to wait before starting update next pod
if previous in healthy state
Has no effect for VLogs and VMSingle
format: int32
Expand Down Expand Up @@ -10909,7 +10909,7 @@ spec:
type: object
minReadySeconds:
description: |-
MinReadySeconds defines a minim number os seconds to wait before starting update next pod
MinReadySeconds defines a minimum number of seconds to wait before starting update next pod
if previous in healthy state
Has no effect for VLogs and VMSingle
format: int32
Expand Down Expand Up @@ -12691,7 +12691,7 @@ spec:
type: object
minReadySeconds:
description: |-
MinReadySeconds defines a minim number os seconds to wait before starting update next pod
MinReadySeconds defines a minimum number of seconds to wait before starting update next pod
if previous in healthy state
Has no effect for VLogs and VMSingle
format: int32
Expand Down Expand Up @@ -14763,7 +14763,7 @@ spec:
type: object
minReadySeconds:
description: |-
MinReadySeconds defines a minim number os seconds to wait before starting update next pod
MinReadySeconds defines a minimum number of seconds to wait before starting update next pod
if previous in healthy state
Has no effect for VLogs and VMSingle
format: int32
Expand Down Expand Up @@ -16190,7 +16190,7 @@ spec:
type: string
minReadySeconds:
description: |-
MinReadySeconds defines a minim number os seconds to wait before starting update next pod
MinReadySeconds defines a minimum number of seconds to wait before starting update next pod
if previous in healthy state
Has no effect for VLogs and VMSingle
format: int32
Expand Down Expand Up @@ -17329,7 +17329,7 @@ spec:
type: string
minReadySeconds:
description: |-
MinReadySeconds defines a minim number os seconds to wait before starting update next pod
MinReadySeconds defines a minimum number of seconds to wait before starting update next pod
if previous in healthy state
Has no effect for VLogs and VMSingle
format: int32
Expand Down Expand Up @@ -18962,7 +18962,7 @@ spec:
type: array
minReadySeconds:
description: |-
MinReadySeconds defines a minim number os seconds to wait before starting update next pod
MinReadySeconds defines a minimum number of seconds to wait before starting update next pod
if previous in healthy state
Has no effect for VLogs and VMSingle
format: int32
Expand Down Expand Up @@ -29176,7 +29176,7 @@ spec:
type: object
minReadySeconds:
description: |-
MinReadySeconds defines a minim number os seconds to wait before starting update next pod
MinReadySeconds defines a minimum number of seconds to wait before starting update next pod
if previous in healthy state
Has no effect for VLogs and VMSingle
format: int32
Expand Down
Loading

0 comments on commit af7f467

Please sign in to comment.