There was an error while loading. Please reload this page.
1 parent aa67000 commit e193251Copy full SHA for e193251
1 file changed
pkg/apis/rollouts/v1alpha1/types.go
@@ -58,7 +58,7 @@ type RolloutSpec struct {
58
MinReadySeconds int32 `json:"minReadySeconds,omitempty" protobuf:"varint,4,opt,name=minReadySeconds"`
59
// The window in which a rollback will be fast tracked (fully promoted)
60
// +optional
61
- RollbackWindow *RollbackWindowSpec `json:"rollbackWindow,omtempty" protobuf:"bytes,13,opt,name=rollbackWindow"`
+ RollbackWindow *RollbackWindowSpec `json:"rollbackWindow,omitempty" protobuf:"bytes,13,opt,name=rollbackWindow"`
62
// The deployment strategy to use to replace existing pods with new ones.
63
64
Strategy RolloutStrategy `json:"strategy" protobuf:"bytes,5,opt,name=strategy"`
0 commit comments