| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
EksPodProperties |
EksPodProperties.clone() |
EksPodProperties |
EksProperties.getPodProperties()
The properties for the Kubernetes pod resources of a job.
|
EksPodProperties |
EksPodProperties.withContainers(Collection<EksContainer> containers)
The properties of the container that's used on the Amazon EKS pod.
|
EksPodProperties |
EksPodProperties.withContainers(EksContainer... containers)
The properties of the container that's used on the Amazon EKS pod.
|
EksPodProperties |
EksPodProperties.withDnsPolicy(String dnsPolicy)
The DNS policy for the pod.
|
EksPodProperties |
EksPodProperties.withHostNetwork(Boolean hostNetwork)
Indicates if the pod uses the hosts' network IP address.
|
EksPodProperties |
EksPodProperties.withMetadata(EksMetadata metadata)
Metadata about the Kubernetes pod.
|
EksPodProperties |
EksPodProperties.withServiceAccountName(String serviceAccountName)
The name of the service account that's used to run the pod.
|
EksPodProperties |
EksPodProperties.withVolumes(Collection<EksVolume> volumes)
Specifies the volumes for a job definition that uses Amazon EKS resources.
|
EksPodProperties |
EksPodProperties.withVolumes(EksVolume... volumes)
Specifies the volumes for a job definition that uses Amazon EKS resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EksProperties.setPodProperties(EksPodProperties podProperties)
The properties for the Kubernetes pod resources of a job.
|
EksProperties |
EksProperties.withPodProperties(EksPodProperties podProperties)
The properties for the Kubernetes pod resources of a job.
|
Copyright © 2023. All rights reserved.