Values.EksPodPropertiesDetailSourceThe details for the pod.
type nonrec t = {serviceAccountName : String_.t option;The name of the service account that's used to run the pod. For more information, see Kubernetes service accounts and Configure a Kubernetes service account to assume an IAM role in the Amazon EKS User Guide and Configure service accounts for pods in the Kubernetes documentation.
*)hostNetwork : Boolean.t option;Indicates if the pod uses the hosts' network IP address. The default value is true. Setting this to false enables the Kubernetes pod networking model. Most Batch workloads are egress-only and don't require the overhead of IP allocation for each pod for incoming connections. For more information, see Host namespaces and Pod networking in the Kubernetes documentation.
*)dnsPolicy : String_.t option;The DNS policy for the pod. The default value is ClusterFirst. If the hostNetwork parameter is not specified, the default is ClusterFirstWithHostNet. ClusterFirst indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. If no value was specified for dnsPolicy in the RegisterJobDefinition API operation, then no value will be returned for dnsPolicy by either of DescribeJobDefinitions or DescribeJobs API operations. The pod spec setting will contain either ClusterFirst or ClusterFirstWithHostNet, depending on the value of the hostNetwork parameter. For more information, see Pod's DNS policy in the Kubernetes documentation. Valid values: Default | ClusterFirst | ClusterFirstWithHostNet
*)imagePullSecrets : ImagePullSecrets.t option;Displays the reference pointer to the Kubernetes secret resource. These secrets help to gain access to pull an images from a private registry.
*)containers : EksContainerDetails.t option;The properties of the container that's used on the Amazon EKS pod.
*)initContainers : EksContainerDetails.t option;The container registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store.
*)volumes : EksVolumes.t option;Specifies the volumes for a job definition using Amazon EKS resources.
*)podName : String_.t option;The name of the pod for this job.
*)nodeName : String_.t option;The name of the node for this job.
*)metadata : EksMetadata.t option;Describes and uniquely identifies Kubernetes resources. For example, the compute environment that a pod runs in or the jobID for a job running in the pod. For more information, see Understanding Kubernetes Objects in the Kubernetes documentation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t | `String of String_.t ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Long of Long.t
| `Map of
([> `String of String_.t ]
* [> `String of Quantity.t ])
list
| `String of String_.t ])
list ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Map of
([> `String of String_.t ] * [> `String of String_.t ])
list
| `String of String_.t ])
list ])
list ]