@@ -70,27 +70,27 @@ type SQSSpec struct {
70
70
71
71
DeadLetterQueueName string `json:"deadLetterQueueName"`
72
72
73
- MaxRetriesPerPart int `json:"maxRetriesPerPart,omitempty "`
73
+ MaxRetriesPerPart int `json:"maxRetriesPerPart"`
74
74
75
- RetryPolicy string `json:"retryPolicy,omitempty "`
75
+ RetryPolicy string `json:"retryPolicy"`
76
76
77
- SendInterval string `json:"sendInterval,omitempty "`
77
+ SendInterval string `json:"sendInterval"`
78
78
79
- EncodingFormat string `json:"encodingFormat,omitempty "`
79
+ EncodingFormat string `json:"encodingFormat"`
80
80
}
81
81
82
82
type PipelineConfigSpec struct {
83
- RemoteQueueRuleset bool `json:"remoteQueueRuleset,omitempty "`
83
+ RemoteQueueRuleset bool `json:"remoteQueueRuleset"`
84
84
85
- RuleSet bool `json:"ruleSet,omitempty "`
85
+ RuleSet bool `json:"ruleSet"`
86
86
87
- RemoteQueueTyping bool `json:"remoteQueueTyping,omitempty "`
87
+ RemoteQueueTyping bool `json:"remoteQueueTyping"`
88
88
89
- RemoteQueueOutput bool `json:"remoteQueueOutput,omitempty "`
89
+ RemoteQueueOutput bool `json:"remoteQueueOutput"`
90
90
91
- Typing bool `json:"typing,omitempty "`
91
+ Typing bool `json:"typing"`
92
92
93
- IndexerPipe bool `json:"indexerPipe,omitempty "`
93
+ IndexerPipe bool `json:"indexerPipe"`
94
94
}
95
95
96
96
// IngestorClusterStatus defines the observed state of Ingestor Cluster
0 commit comments