Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig

Package version

Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'.

Hierarchy

  • ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig

Index

Properties

Optional scheduler

scheduler: IpvsScheduler

IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html.

Optional tcpFinTimeoutSeconds

tcpFinTimeoutSeconds: undefined | number

The timeout value used for IPVS TCP sessions after receiving a FIN in seconds. Must be a positive integer value.

Optional tcpTimeoutSeconds

tcpTimeoutSeconds: undefined | number

The timeout value used for idle IPVS TCP sessions in seconds. Must be a positive integer value.

Optional udpTimeoutSeconds

udpTimeoutSeconds: undefined | number

The timeout value used for IPVS UDP packets in seconds. Must be a positive integer value.

Generated using TypeDoc