Skip to content

Commit 4b064a6

Browse files
committed
CSPL-3551 Making sure all inputs are put into status
1 parent 500cdfa commit 4b064a6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

api/v4/ingestorcluster_types.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,27 +70,27 @@ type SQSSpec struct {
7070

7171
DeadLetterQueueName string `json:"deadLetterQueueName"`
7272

73-
MaxRetriesPerPart int `json:"maxRetriesPerPart,omitempty"`
73+
MaxRetriesPerPart int `json:"maxRetriesPerPart"`
7474

75-
RetryPolicy string `json:"retryPolicy,omitempty"`
75+
RetryPolicy string `json:"retryPolicy"`
7676

77-
SendInterval string `json:"sendInterval,omitempty"`
77+
SendInterval string `json:"sendInterval"`
7878

79-
EncodingFormat string `json:"encodingFormat,omitempty"`
79+
EncodingFormat string `json:"encodingFormat"`
8080
}
8181

8282
type PipelineConfigSpec struct {
83-
RemoteQueueRuleset bool `json:"remoteQueueRuleset,omitempty"`
83+
RemoteQueueRuleset bool `json:"remoteQueueRuleset"`
8484

85-
RuleSet bool `json:"ruleSet,omitempty"`
85+
RuleSet bool `json:"ruleSet"`
8686

87-
RemoteQueueTyping bool `json:"remoteQueueTyping,omitempty"`
87+
RemoteQueueTyping bool `json:"remoteQueueTyping"`
8888

89-
RemoteQueueOutput bool `json:"remoteQueueOutput,omitempty"`
89+
RemoteQueueOutput bool `json:"remoteQueueOutput"`
9090

91-
Typing bool `json:"typing,omitempty"`
91+
Typing bool `json:"typing"`
9292

93-
IndexerPipe bool `json:"indexerPipe,omitempty"`
93+
IndexerPipe bool `json:"indexerPipe"`
9494
}
9595

9696
// IngestorClusterStatus defines the observed state of Ingestor Cluster

0 commit comments

Comments
 (0)