portainer/app/react/kubernetes/applications/DetailsView/ApplicationContainersDatatable/columns/podIp.tsx

7 lines
135 B
TypeScript
Raw Normal View History

import { columnHelper } from './helper';
export const podIp = columnHelper.accessor('podIp', {
header: 'Pod IP',
id: 'podIp',
});