ClusterRemoteNetworkConfig

data class ClusterRemoteNetworkConfig(val remoteNodeNetworks: List<ClusterRemoteNodeNetwork>, val remotePodNetworks: List<ClusterRemotePodNetwork>? = null)

Configuration fields for specifying on-premises node and pod CIDRs that are external to the VPC passed during cluster creation.

Constructors

Link copied to clipboard
constructor(remoteNodeNetworks: List<ClusterRemoteNodeNetwork>, remotePodNetworks: List<ClusterRemotePodNetwork>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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