@prorobotech/openapi-k8s-toolkit 1.5.0-alpha.4 → 1.5.0-alpha.6

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.
@@ -4,6 +4,12 @@ import { TableProps } from 'antd';
4
4
  import { AnyObject } from 'antd/es/_util/type';
5
5
  import { TAdditionalPrinterColumnsColWidths, TAdditionalPrinterColumnsTrimLengths, TAdditionalPrinterColumnsUndefinedValues, TAdditionalPrinterColumnsTooltips, TAdditionalPrinterColumnsKeyTypeProps, TAdditionalPrinterColumnsCustomSortersAndFilters } from '../../../../../localTypes/richTable';
6
6
  import { TJSON } from '../../../../../localTypes/JSON';
7
+ export declare const isNameColumn: (column: {
8
+ key?: React.Key;
9
+ title?: unknown;
10
+ dataIndex?: unknown;
11
+ }) => boolean;
12
+ export declare const hasFactoryItemOfType: (customProps: unknown, itemType: string) => boolean;
7
13
  export declare const getCellRender: ({ value, record, possibleTrimLength, possibleUndefinedValue, possibleCustomTypeWithProps, theme, }: {
8
14
  value: TJSON;
9
15
  record: unknown;
@@ -3,6 +3,7 @@ export type TPodTerminalProps = {
3
3
  cluster: string;
4
4
  namespace: string;
5
5
  podName: string;
6
+ containerName?: string;
6
7
  containers: string[];
7
8
  substractHeight: number;
8
9
  };
@@ -0,0 +1 @@
1
+ export declare const getScopedContainerNames: (containers: string[], containerName?: string) => string[];
@@ -3,6 +3,7 @@ export type TPodTerminalProps = {
3
3
  cluster: string;
4
4
  namespace: string;
5
5
  podName: string;
6
+ containerName?: string;
6
7
  substractHeight?: number;
7
8
  };
8
9
  export type TNodeTerminalProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prorobotech/openapi-k8s-toolkit",
3
- "version": "1.5.0-alpha.4",
3
+ "version": "1.5.0-alpha.6",
4
4
  "description": "ProRobotech OpenAPI k8s tools",
5
5
  "main": "dist/openapi-k8s-toolkit.cjs.js",
6
6
  "module": "dist/openapi-k8s-toolkit.es.js",