| 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.withImagePullSecrets(Collection<ImagePullSecret> imagePullSecrets)
References a Kubernetes secret resource.
|
EksPodProperties |
EksPodProperties.withImagePullSecrets(ImagePullSecret... imagePullSecrets)
References a Kubernetes secret resource.
|
EksPodProperties |
EksPodProperties.withInitContainers(Collection<EksContainer> initContainers)
These containers run before application containers, always runs to completion, and must complete successfully
before the next container starts.
|
EksPodProperties |
EksPodProperties.withInitContainers(EksContainer... initContainers)
These containers run before application containers, always runs to completion, and must complete successfully
before the next container starts.
|
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.withShareProcessNamespace(Boolean shareProcessNamespace)
Indicates if the processes in a container are shared, or visible, to other containers in the same 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 © 2024. All rights reserved.