Format/psk8sServiceSpec.format.ps1xml
<!-- Format type data generated 07/08/2021 08:48:33 by cdhunt This file was created using the New-PSFormatXML command that is part of the PSScriptTools module. https://github.com/jdhitsolutions/PSScriptTools --> <Configuration> <ViewDefinitions> <View> <Name>default</Name> <ViewSelectedBy> <TypeName>k8s.Models.V1ServiceSpec</TypeName> </ViewSelectedBy> <TableControl> <!--Delete the AutoSize node if you want to use the defined widths.--> <AutoSize /> <TableHeaders> <TableColumnHeader> <Label>ClusterIP</Label> <Width>12</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>LoadBalancerIP</Label> <Width>17</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Ports</Label> <Width>62</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Selector</Label> <Width>71</Width> <Alignment>left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <!-- By default the entries use property names, but you can replace them with scriptblocks. <ScriptBlock>$_.foo /1mb -as [int]</ScriptBlock> --> <TableColumnItem> <PropertyName>ClusterIP</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>LoadBalancerIP</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Ports</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Selector</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> |