NetworkProfile interface

NetworkProfile - Profile of network configuration.

Properties

loadBalancerProfile

LoadBalancerProfile - Profile of the cluster load balancer.

networkPolicy

NetworkPolicy - Network policy used for building Kubernetes network. Possible values include: 'calico', 'flannel'. Default is 'calico'

podCidr

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