🔨 Bring in models.Resources dependency to kubernetes package

This commit is contained in:
M. Mert Yildiran
2022-12-29 03:41:35 +03:00
parent 5e269831e4
commit 6d06c53ebf
5 changed files with 15 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ type WorkerSyncerConfig struct {
TargetNamespaces []string
PodFilterRegex regexp.Regexp
SelfNamespace string
WorkerResources models.Resources
WorkerResources Resources
ImagePullPolicy v1.PullPolicy
KubesharkServiceAccountExists bool
ServiceMesh bool