File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ type ReportingInfo struct {
1616 EmbeddedClusterNodes * string `header:"X-Replicated-EmbeddedClusterNodes"`
1717 ReplHelmInstalls * string `header:"X-Replicated-ReplHelmInstalls"`
1818 NativeHelmInstalls * string `header:"X-Replicated-NativeHelmInstalls"`
19- DownstreamChannelSequence * string `header:"X-Replicated-DownstreamChannelSequence"`
2019 AppStatus * string `header:"X-Replicated-AppStatus"`
2120 InstallStatus * string `header:"X-Replicated-InstallStatus"`
2221 PreflightStatus * string `header:"X-Replicated-PreflightStatus"`
22+ DownstreamChannelSequence * string `header:"X-Replicated-DownstreamChannelSequence"`
2323 DownstreamSequence * string `header:"X-Replicated-DownstreamSequence"`
2424 DownstreamSource * string `header:"X-Replicated-DownstreamSource"`
2525 SkipPreflights * string `header:"X-Replicated-SkipPreflights"`
@@ -57,8 +57,9 @@ func (c *client) getReportingInfoHeaders(reportingInfo *ReportingInfo) map[strin
5757 headers ["X-Replicated-K8sDistribution" ] = DistributionEmbeddedCluster
5858 headers ["X-Replicated-EmbeddedClusterVersion" ] = versions .Version
5959
60- headers ["X-Replicated-ClusterID" ] = c .clusterID // TODO: what is this?
61- headers ["X-Replicated-InstanceID" ] = c .clusterID // TODO: what is this?
60+ // TODO
61+ // headers["X-Replicated-ClusterID"] = "TODO"
62+ // headers["X-Replicated-InstanceID"] = "TODO"
6263 headers ["X-Replicated-EmbeddedClusterID" ] = c .clusterID
6364
6465 // Add static headers
You can’t perform that action at this time.
0 commit comments