Share via


NetworkProfile interface

The network configuration profile for the provisioned cluster.

Properties

loadBalancerProfile

Profile of the HA Proxy load balancer.

networkPolicy

Network policy used for building Kubernetes network. Possible values include: 'calico'.

podCidr

A CIDR notation IP Address range from which to assign pod IPs.

Property Details

loadBalancerProfile

Profile of the HA Proxy load balancer.

loadBalancerProfile?: NetworkProfileLoadBalancerProfile

Property Value

networkPolicy

Network policy used for building Kubernetes network. Possible values include: 'calico'.

networkPolicy?: string

Property Value

string

podCidr

A CIDR notation IP Address range from which to assign pod IPs.

podCidr?: string

Property Value

string