NetworkProfile interface
NetworkProfile - Profile of network configuration.
Properties
| load |
LoadBalancerProfile - Profile of the cluster load balancer. |
| network |
NetworkPolicy - Network policy used for building Kubernetes network. Possible values include: 'calico', 'flannel'. Default is 'calico' |
| pod |
PodCidr - A CIDR notation IP range from which to assign pod IPs when kubenet is used. |
Property Details
loadBalancerProfile
LoadBalancerProfile - Profile of the cluster load balancer.
loadBalancerProfile?: NetworkProfileLoadBalancerProfile
Property Value
networkPolicy
NetworkPolicy - Network policy used for building Kubernetes network. Possible values include: 'calico', 'flannel'. Default is 'calico'
networkPolicy?: string
Property Value
string
podCidr
PodCidr - A CIDR notation IP range from which to assign pod IPs when kubenet is used.
podCidr?: string
Property Value
string