Class GetKubernetesClusterNetworkProfileResult
Inheritance
System.Object
GetKubernetesClusterNetworkProfileResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ContainerService.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetKubernetesClusterNetworkProfileResult
Fields
View SourceDnsServiceIp
IP address within the Kubernetes service address range used by cluster service discovery (kube-dns).
Declaration
public readonly string DnsServiceIp
Field Value
| Type | Description |
|---|---|
| System.String |
DockerBridgeCidr
IP address (in CIDR notation) used as the Docker bridge IP address on nodes.
Declaration
public readonly string DockerBridgeCidr
Field Value
| Type | Description |
|---|---|
| System.String |
LoadBalancerSku
Declaration
public readonly string LoadBalancerSku
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkPlugin
Network plugin used such as azure or kubenet.
Declaration
public readonly string NetworkPlugin
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkPolicy
Network policy to be used with Azure CNI. Eg: calico or azure
Declaration
public readonly string NetworkPolicy
Field Value
| Type | Description |
|---|---|
| System.String |
PodCidr
The CIDR used for pod IP addresses.
Declaration
public readonly string PodCidr
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceCidr
Network range used by the Kubernetes service.
Declaration
public readonly string ServiceCidr
Field Value
| Type | Description |
|---|---|
| System.String |