Show / Hide Table of Contents

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 Source

DnsServiceIp

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
View Source

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
View Source

LoadBalancerSku

Declaration
public readonly string LoadBalancerSku
Field Value
Type Description
System.String
View Source

NetworkPlugin

Network plugin used such as azure or kubenet.

Declaration
public readonly string NetworkPlugin
Field Value
Type Description
System.String
View Source

NetworkPolicy

Network policy to be used with Azure CNI. Eg: calico or azure

Declaration
public readonly string NetworkPolicy
Field Value
Type Description
System.String
View Source

PodCidr

The CIDR used for pod IP addresses.

Declaration
public readonly string PodCidr
Field Value
Type Description
System.String
View Source

ServiceCidr

Network range used by the Kubernetes service.

Declaration
public readonly string ServiceCidr
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.