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