@@ -23,31 +23,31 @@ import type { ResourceCount } from '/@common/model/kubernetes-resource-count.js'
2323import type { KubernetesContextResources } from '/@common/model/kubernetes-resources.js' ;
2424import type { KubernetesTroubleshootingInformation } from '/@common/model/kubernetes-troubleshooting.js' ;
2525
26- import type { Event } from '.. /types/emitter.js' ;
27- import { Emitter } from '.. /types/emitter.js' ;
28- import { ConfigmapsResourceFactory } from '.. /resources/configmaps-resource-factory.js' ;
26+ import type { Event } from '/@ /types/emitter.js' ;
27+ import { Emitter } from '/@ /types/emitter.js' ;
28+ import { ConfigmapsResourceFactory } from '/@ /resources/configmaps-resource-factory.js' ;
2929import type { ContextHealthState } from './context-health-checker.js' ;
3030import { ContextHealthChecker } from './context-health-checker.js' ;
3131import type { ContextPermissionResult } from './context-permissions-checker.js' ;
3232import { ContextPermissionsChecker } from './context-permissions-checker.js' ;
33- import { ContextResourceRegistry } from '.. /registry/context-resource-registry.js' ;
33+ import { ContextResourceRegistry } from '/@ /registry/context-resource-registry.js' ;
3434import type { CurrentChangeEvent , DispatcherEvent } from './contexts-dispatcher.js' ;
3535import { ContextsDispatcher } from './contexts-dispatcher.js' ;
36- import { CronjobsResourceFactory } from '.. /resources/cronjobs-resource-factory.js' ;
37- import { DeploymentsResourceFactory } from '.. /resources/deployments-resource-factory.js' ;
38- import { EventsResourceFactory } from '.. /resources/events-resource-factory.js' ;
39- import { IngressesResourceFactory } from '.. /resources/ingresses-resource-factory.js' ;
40- import { JobsResourceFactory } from '.. /resources/jobs-resource-factory.js' ;
41- import type { KubeConfigSingleContext } from '.. /types/kubeconfig-single-context.js' ;
42- import { NodesResourceFactory } from '.. /resources/nodes-resource-factory.js' ;
43- import { PodsResourceFactory } from '.. /resources/pods-resource-factory.js' ;
44- import { PVCsResourceFactory } from '.. /resources/pvcs-resource-factory.js' ;
45- import type { ResourceFactory } from '.. /resources/resource-factory.js' ;
36+ import { CronjobsResourceFactory } from '/@ /resources/cronjobs-resource-factory.js' ;
37+ import { DeploymentsResourceFactory } from '/@ /resources/deployments-resource-factory.js' ;
38+ import { EventsResourceFactory } from '/@ /resources/events-resource-factory.js' ;
39+ import { IngressesResourceFactory } from '/@ /resources/ingresses-resource-factory.js' ;
40+ import { JobsResourceFactory } from '/@ /resources/jobs-resource-factory.js' ;
41+ import type { KubeConfigSingleContext } from '/@ /types/kubeconfig-single-context.js' ;
42+ import { NodesResourceFactory } from '/@ /resources/nodes-resource-factory.js' ;
43+ import { PodsResourceFactory } from '/@ /resources/pods-resource-factory.js' ;
44+ import { PVCsResourceFactory } from '/@ /resources/pvcs-resource-factory.js' ;
45+ import type { ResourceFactory } from '/@ /resources/resource-factory.js' ;
4646import { ResourceFactoryHandler } from './resource-factory-handler.js' ;
47- import type { CacheUpdatedEvent , OfflineEvent , ResourceInformer } from '.. /types/resource-informer.js' ;
48- import { RoutesResourceFactory } from '.. /resources/routes-resource-factory.js' ;
49- import { SecretsResourceFactory } from '.. /resources/secrets-resource-factory.js' ;
50- import { ServicesResourceFactory } from '.. /resources/services-resource-factory.js' ;
47+ import type { CacheUpdatedEvent , OfflineEvent , ResourceInformer } from '/@ /types/resource-informer.js' ;
48+ import { RoutesResourceFactory } from '/@ /resources/routes-resource-factory.js' ;
49+ import { SecretsResourceFactory } from '/@ /resources/secrets-resource-factory.js' ;
50+ import { ServicesResourceFactory } from '/@ /resources/services-resource-factory.js' ;
5151
5252const HEALTH_CHECK_TIMEOUT_MS = 5_000 ;
5353
0 commit comments