次の方法で共有


KubernetesClusterNetworkConfiguration.PodCidrs プロパティ

定義

ポッド IP を割り当てる CIDR 表記 IP 範囲。 単一スタック ネットワークでは、1 つの IPv4 CIDR が必要です。 デュアルスタック ネットワークでは、2 つの CIDR (IP ファミリ (IPv4/IPv6) ごとに 1 つ) が必要です。

public System.Collections.Generic.IList<string> PodCidrs { get; }
member this.PodCidrs : System.Collections.Generic.IList<string>
Public ReadOnly Property PodCidrs As IList(Of String)

プロパティ値

適用対象