Values.RemoteNetworkConfigResponseSourceThe configuration in the cluster for EKS Hybrid Nodes. You can add, change, or remove this configuration after the cluster is created.
type nonrec t = {remoteNodeNetworks : RemoteNodeNetworkList.t option;The list of network CIDRs that can contain hybrid nodes.
*)remotePodNetworks : RemotePodNetworkList.t option;The list of network CIDRs that can contain pods that run Kubernetes webhooks on hybrid nodes.
*)}