File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Services/neon-cluster-operator/Controllers/Minio Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,8 @@ public override async Task<ResourceControllerResult> ReconcileAsync(V1MinioBucke
100
100
{
101
101
await SyncContext . Clear ;
102
102
103
- //################################
104
- // $debug(jefflill): RESTORE THIS!
105
- //################################
106
-
107
103
using ( var activity = TelemetryHub . ActivitySource ? . StartActivity ( ) )
108
104
{
109
- #if TODO
110
105
Tracer . CurrentSpan ? . AddEvent ( "reconcile" , attributes => attributes . Add ( "resource" , nameof ( V1MinioBucket ) ) ) ;
111
106
112
107
logger ? . LogInformationEx ( ( ) => $ "Reconciling { resource . GetType ( ) . FullName } [{ resource . Namespace ( ) } /{ resource . Name ( ) } ].") ;
@@ -176,7 +171,6 @@ await k8s.CustomObjects.PatchNamespacedCustomObjectStatusAsync<V1MinioBucket>(
176
171
namespaceParameter : resource . Namespace ( ) ) ;
177
172
178
173
logger ? . LogInformationEx ( ( ) => $ "RECONCILED: { resource . Name ( ) } ") ;
179
- #endif
180
174
181
175
return null ;
182
176
}
You can’t perform that action at this time.
0 commit comments