Class RemotePodNetwork
(experimental) Remote network configuration for pods on hybrid nodes.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Eks.V2.Alpha
Assembly: Amazon.CDK.AWS.Eks.V2.Alpha.dll
Syntax (csharp)
public class RemotePodNetwork : IRemotePodNetwork
Syntax (vb)
Public Class RemotePodNetwork Implements IRemotePodNetwork
Remarks
Stability: Experimental
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Eks.V2.Alpha;
var remotePodNetwork = new RemotePodNetwork {
Cidrs = new [] { "cidrs" }
};
Synopsis
Constructors
| RemotePodNetwork() | (experimental) Remote network configuration for pods on hybrid nodes. |
Properties
| Cidrs | (experimental) IPv4 CIDR blocks for the remote pod network. |
Constructors
RemotePodNetwork()
(experimental) Remote network configuration for pods on hybrid nodes.
public RemotePodNetwork()
Remarks
Stability: Experimental
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Eks.V2.Alpha;
var remotePodNetwork = new RemotePodNetwork {
Cidrs = new [] { "cidrs" }
};
Properties
Cidrs
(experimental) IPv4 CIDR blocks for the remote pod network.
public string[] Cidrs { get; set; }
Property Value
string[]
Remarks
Stability: Experimental