useIpAliases property

bool? useIpAliases
getter/setter pair

Whether alias IPs will be used for pod IPs in the cluster.

This is used in conjunction with use_routes. It cannot be true if use_routes is true. If both use_ip_aliases and use_routes are false, then the server picks the default IP allocation mode

Implementation

core.bool? useIpAliases;