Skip to content

Commit e193251

Browse files
committed
chore: fix typo for json tag on rollbackWindow (#2598)
Signed-off-by: zachaller <zachaller@users.noreply.github.com>
1 parent aa67000 commit e193251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/apis/rollouts/v1alpha1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ type RolloutSpec struct {
5858
MinReadySeconds int32 `json:"minReadySeconds,omitempty" protobuf:"varint,4,opt,name=minReadySeconds"`
5959
// The window in which a rollback will be fast tracked (fully promoted)
6060
// +optional
61-
RollbackWindow *RollbackWindowSpec `json:"rollbackWindow,omtempty" protobuf:"bytes,13,opt,name=rollbackWindow"`
61+
RollbackWindow *RollbackWindowSpec `json:"rollbackWindow,omitempty" protobuf:"bytes,13,opt,name=rollbackWindow"`
6262
// The deployment strategy to use to replace existing pods with new ones.
6363
// +optional
6464
Strategy RolloutStrategy `json:"strategy" protobuf:"bytes,5,opt,name=strategy"`

0 commit comments

Comments
 (0)