Module Values.RemoteNetworkConfigResponseSource

The configuration in the cluster for EKS Hybrid Nodes. You can add, change, or remove this configuration after the cluster is created.

Sourcetype nonrec t = {
  1. remoteNodeNetworks : RemoteNodeNetworkList.t option;
    (*

    The list of network CIDRs that can contain hybrid nodes.

    *)
  2. remotePodNetworks : RemotePodNetworkList.t option;
    (*

    The list of network CIDRs that can contain pods that run Kubernetes webhooks on hybrid nodes.

    *)
}
Sourceval make : ?remoteNodeNetworks:??? -> ?remotePodNetworks:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of String_.t ] list ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t