Module Values.EksInfoSource

The information about the Amazon EKS cluster.

Sourcetype nonrec t = {
  1. namespace : KubernetesNamespace.t option;
    (*

    The namespaces of the Amazon EKS cluster.

    *)
  2. nodeLabel : ResourceNameString.t option;
    (*

    The nodeLabel of the nodes where the resources of this virtual cluster can get scheduled. It requires relevant scaling and policy engine addons.

    *)
}
Sourceval make : ?namespace:??? -> ?nodeLabel:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of KubernetesNamespace.t ]) 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