Show / Hide Table of Contents

Interface IRemotePodNetwork

(experimental) Remote network configuration for pods on hybrid nodes.

Namespace: Amazon.CDK.AWS.Eks.V2.Alpha
Assembly: Amazon.CDK.AWS.Eks.V2.Alpha.dll
Syntax (csharp)
public interface IRemotePodNetwork
Syntax (vb)
Public Interface 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

Properties

Cidrs

(experimental) IPv4 CIDR blocks for the remote pod network.

Properties

Cidrs

(experimental) IPv4 CIDR blocks for the remote pod network.

string[] Cidrs { get; }
Property Value

string[]

Remarks

Stability: Experimental

Back to top Generated by DocFX