kubeslice / worker-operator

Kubeslice Worker Operator Opensource Repository: The KubeSlice Worker Operator is a Kubernetes operator that manages the lifecycle of KubeSlice worker clusters.
Apache License 2.0
58 stars 19 forks source link

fix(): set client for slicegw & svcimport reconciler #336

Closed mridulgain closed 4 months ago

mridulgain commented 4 months ago

Description

Fixes #335

This issues have been addressed for all the reconciles except SliceGwReconciler & ServiceImportReconciler. Setting client.Client for these two, solves the issue.

How Has This Been Tested?

Checklist:

Does this PR introduce a breaking change?