static EksPodProperties.Builder |
EksPodProperties.builder() |
|
EksPodProperties.Builder |
EksPodProperties.Builder.containers(Collection<EksContainer> containers) |
The properties of the container that's used on the Amazon EKS pod.
|
EksPodProperties.Builder |
EksPodProperties.Builder.containers(Consumer<EksContainer.Builder>... containers) |
The properties of the container that's used on the Amazon EKS pod.
|
EksPodProperties.Builder |
EksPodProperties.Builder.containers(EksContainer... containers) |
The properties of the container that's used on the Amazon EKS pod.
|
EksPodProperties.Builder |
EksPodProperties.Builder.dnsPolicy(String dnsPolicy) |
The DNS policy for the pod.
|
EksPodProperties.Builder |
EksPodProperties.Builder.hostNetwork(Boolean hostNetwork) |
Indicates if the pod uses the hosts' network IP address.
|
EksPodProperties.Builder |
EksPodProperties.Builder.imagePullSecrets(Collection<ImagePullSecret> imagePullSecrets) |
References a Kubernetes secret resource.
|
EksPodProperties.Builder |
EksPodProperties.Builder.imagePullSecrets(Consumer<ImagePullSecret.Builder>... imagePullSecrets) |
References a Kubernetes secret resource.
|
EksPodProperties.Builder |
EksPodProperties.Builder.imagePullSecrets(ImagePullSecret... imagePullSecrets) |
References a Kubernetes secret resource.
|
EksPodProperties.Builder |
EksPodProperties.Builder.initContainers(Collection<EksContainer> initContainers) |
These containers run before application containers, always runs to completion, and must complete successfully
before the next container starts.
|
EksPodProperties.Builder |
EksPodProperties.Builder.initContainers(Consumer<EksContainer.Builder>... initContainers) |
These containers run before application containers, always runs to completion, and must complete successfully
before the next container starts.
|
EksPodProperties.Builder |
EksPodProperties.Builder.initContainers(EksContainer... initContainers) |
These containers run before application containers, always runs to completion, and must complete successfully
before the next container starts.
|
default EksPodProperties.Builder |
EksPodProperties.Builder.metadata(Consumer<EksMetadata.Builder> metadata) |
Metadata about the Kubernetes pod.
|
EksPodProperties.Builder |
EksPodProperties.Builder.metadata(EksMetadata metadata) |
Metadata about the Kubernetes pod.
|
EksPodProperties.Builder |
EksPodProperties.Builder.serviceAccountName(String serviceAccountName) |
The name of the service account that's used to run the pod.
|
EksPodProperties.Builder |
EksPodProperties.Builder.shareProcessNamespace(Boolean shareProcessNamespace) |
Indicates if the processes in a container are shared, or visible, to other containers in the same pod.
|
EksPodProperties.Builder |
EksPodProperties.toBuilder() |
|
EksPodProperties.Builder |
EksPodProperties.Builder.volumes(Collection<EksVolume> volumes) |
Specifies the volumes for a job definition that uses Amazon EKS resources.
|
EksPodProperties.Builder |
EksPodProperties.Builder.volumes(Consumer<EksVolume.Builder>... volumes) |
Specifies the volumes for a job definition that uses Amazon EKS resources.
|
EksPodProperties.Builder |
EksPodProperties.Builder.volumes(EksVolume... volumes) |
Specifies the volumes for a job definition that uses Amazon EKS resources.
|