GetKubernetesClusterNetworkProfile

data class GetKubernetesClusterNetworkProfile(val dnsServiceIp: String, val dockerBridgeCidr: String, val loadBalancerSku: String, val networkPlugin: String, val networkPolicy: String, val podCidr: String, val serviceCidr: String)

Constructors

Link copied to clipboard
constructor(dnsServiceIp: String, dockerBridgeCidr: String, loadBalancerSku: String, networkPlugin: String, networkPolicy: String, podCidr: String, serviceCidr: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

IP address within the Kubernetes service address range used by cluster service discovery (kube-dns).

Link copied to clipboard

IP address (in CIDR notation) used as the Docker bridge IP address on nodes.

Link copied to clipboard
Link copied to clipboard

Network plugin used such as azure or kubenet.

Link copied to clipboard

Network policy to be used with Azure CNI. e.g. calico or azure

Link copied to clipboard

The CIDR used for pod IP addresses.

Link copied to clipboard

Network range used by the Kubernetes service.