You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/kubernetes-client-angular/projects/kubernetes-client-angular/src/lib/kubernetes-data-service-factory.service.ts
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,3 +45,21 @@ export abstract class KubernetesDataServiceFactoryConfig {
45
45
[key: string]: DataServiceConfig
46
46
}
47
47
}
48
+
49
+
/**
50
+
* Gets the {@link DataServiceConfig} for the given entity, with the default config as fallback.
51
+
* @param config the config instance
52
+
* @param entityName the entity name
53
+
* @return the config in `overrides`, fallback to `default` or undefined if no default is set either.
0 commit comments