Values.EksPodPropertiesOverrideSourceAn object that contains overrides for the Kubernetes pod properties of a job.
type nonrec t = {containers : EksContainerOverrideList.t option;The overrides for the container that's used on the Amazon EKS pod.
*)initContainers : EksContainerOverrideList.t option;The overrides for the initContainers defined in the Amazon EKS pod. These containers run before application containers, always run to completion, and must complete successfully before the next container starts. These containers are registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store. For more information, see Init Containers in the Kubernetes documentation.
*)metadata : EksMetadata.t option;Metadata about the overrides for the container that's used on the Amazon EKS pod.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `String of String_.t
| `Structure of
(string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Map of
([> `String of String_.t ]
* [> `String of Quantity.t ])
list ])
list ])
list ]
list
| `Structure of
(string
* [> `Map of
([> `String of String_.t ] * [> `String of String_.t ])
list
| `String of String_.t ])
list ])
list ]