@k8slens/dra-contracts 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const deviceClassesTableKind: import("@k8slens/injectable").TypedSpecifier<string, {
|
|
7
7
|
tableRow: import("@k8slens/kubernetes-contracts").KubeResourceBase;
|
|
8
|
+
tableParams: [];
|
|
8
9
|
}>;
|
|
9
10
|
/**
|
|
10
11
|
* The table of resource claim templates.
|
|
@@ -13,6 +14,7 @@ export declare const deviceClassesTableKind: import("@k8slens/injectable").Typed
|
|
|
13
14
|
*/
|
|
14
15
|
export declare const resourceClaimTemplatesTableKind: import("@k8slens/injectable").TypedSpecifier<string, {
|
|
15
16
|
tableRow: import("@k8slens/kubernetes-contracts").KubeResourceBase;
|
|
17
|
+
tableParams: [];
|
|
16
18
|
}>;
|
|
17
19
|
/**
|
|
18
20
|
* The table of resource claims.
|
|
@@ -21,6 +23,7 @@ export declare const resourceClaimTemplatesTableKind: import("@k8slens/injectabl
|
|
|
21
23
|
*/
|
|
22
24
|
export declare const resourceClaimsTableKind: import("@k8slens/injectable").TypedSpecifier<string, {
|
|
23
25
|
tableRow: import("@k8slens/kubernetes-contracts").KubeResourceBase;
|
|
26
|
+
tableParams: [];
|
|
24
27
|
}>;
|
|
25
28
|
/**
|
|
26
29
|
* The table of resource slices.
|
|
@@ -29,5 +32,6 @@ export declare const resourceClaimsTableKind: import("@k8slens/injectable").Type
|
|
|
29
32
|
*/
|
|
30
33
|
export declare const resourceSlicesTableKind: import("@k8slens/injectable").TypedSpecifier<string, {
|
|
31
34
|
tableRow: import("@k8slens/kubernetes-contracts").KubeResourceBase;
|
|
35
|
+
tableParams: [];
|
|
32
36
|
}>;
|
|
33
37
|
//# sourceMappingURL=table-kinds.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table-kinds.d.ts","sourceRoot":"","sources":["../../src/table-kinds.ts"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"table-kinds.d.ts","sourceRoot":"","sources":["../../src/table-kinds.ts"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,eAAO,MAAM,sBAAsB;;;EAA+C,CAAC;AAEnF;;;;GAIG;AACH,eAAO,MAAM,+BAA+B;;;EAAyD,CAAC;AAEtG;;;;GAIG;AACH,eAAO,MAAM,uBAAuB;;;EAAgD,CAAC;AAErF;;;;GAIG;AACH,eAAO,MAAM,uBAAuB;;;EAAgD,CAAC"}
|