NetworkProfile interface
The network configuration profile for the provisioned cluster.
Properties
load |
Profile of the HA Proxy load balancer. |
network |
Network policy used for building Kubernetes network. Possible values include: 'calico'. |
pod |
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