1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Search by Pod Ip

Signed-off-by: Pavel Ashevskii <pashevskii@mirantis.com>
This commit is contained in:
Pavel Ashevskii 2020-11-19 16:58:01 +04:00
parent 5589a99e7e
commit feedaf85f5

View File

@ -86,6 +86,7 @@ export class Pods extends React.Component<Props> {
searchFilters={[ searchFilters={[
(pod: Pod) => pod.getSearchFields(), (pod: Pod) => pod.getSearchFields(),
(pod: Pod) => pod.getStatusMessage(), (pod: Pod) => pod.getStatusMessage(),
(pod: Pod) => pod.status.podIP,
]} ]}
renderHeaderTitle={<Trans>Pods</Trans>} renderHeaderTitle={<Trans>Pods</Trans>}
renderTableHeader={[ renderTableHeader={[