ClusterRemotePodNetworkArgs

data class ClusterRemotePodNetworkArgs(val cidrs: Output<List<String>>) : ConvertibleToJava<ClusterRemotePodNetworkArgs>

Network configuration of pods run on-premises with EKS Hybrid Nodes.

Constructors

Link copied to clipboard
constructor(cidrs: Output<List<String>>)

Properties

Link copied to clipboard
val cidrs: Output<List<String>>

Specifies the list of remote pod CIDRs.

Functions

Link copied to clipboard
open override fun toJava(): ClusterRemotePodNetworkArgs