Cluster Remote Network Config
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)