We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f44303 commit fdc8e0eCopy full SHA for fdc8e0e
1 file changed
pkg/controller/infrastructure/actuator_reconcile.go
@@ -356,12 +356,12 @@ func (a *actuator) updateProviderStatus(
356
services = append(services, servicePrefix.Spec.Prefix.Prefix.String())
357
}
358
359
+ infraBase := infra.DeepCopy()
360
infra.Status.Networking = &extensionsv1alpha1.InfrastructureStatusNetworking{
361
Nodes: nodes,
362
Pods: pods,
363
Services: services,
364
- infraBase := infra.DeepCopy()
365
infra.Status.ProviderStatus = &runtime.RawExtension{
366
Object: infraStatus,
367
0 commit comments