Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "minim number os seconds" typo #1208

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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