Values.ContainerProviderSourceThe information about the container provider.
type nonrec t = {type_ : ContainerProviderType.t;The type of the container provider. Amazon EKS is the only supported type as of now.
*)id : ClusterId.t;The ID of the container cluster.
*)info : ContainerInfo.t option;The information about the container cluster.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ClusterId.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of KubernetesNamespace.t ]) list ])
list ])
list ]