static EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.builder() |
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.containers(Collection<EksContainerDetail> containers) |
The properties of the container that's used on the Amazon EKS pod.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.containers(Consumer<EksContainerDetail.Builder>... containers) |
The properties of the container that's used on the Amazon EKS pod.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.containers(EksContainerDetail... containers) |
The properties of the container that's used on the Amazon EKS pod.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.dnsPolicy(String dnsPolicy) |
The DNS policy for the pod.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.hostNetwork(Boolean hostNetwork) |
Indicates if the pod uses the hosts' network IP address.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.imagePullSecrets(Collection<ImagePullSecret> imagePullSecrets) |
Displays the reference pointer to the Kubernetes secret resource.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.imagePullSecrets(Consumer<ImagePullSecret.Builder>... imagePullSecrets) |
Displays the reference pointer to the Kubernetes secret resource.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.imagePullSecrets(ImagePullSecret... imagePullSecrets) |
Displays the reference pointer to the Kubernetes secret resource.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.initContainers(Collection<EksContainerDetail> initContainers) |
The container registered with the Amazon EKS Connector agent and persists the registration information in the
Kubernetes backend data store.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.initContainers(Consumer<EksContainerDetail.Builder>... initContainers) |
The container registered with the Amazon EKS Connector agent and persists the registration information in the
Kubernetes backend data store.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.initContainers(EksContainerDetail... initContainers) |
The container registered with the Amazon EKS Connector agent and persists the registration information in the
Kubernetes backend data store.
|
default EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.metadata(Consumer<EksMetadata.Builder> metadata) |
Describes and uniquely identifies Kubernetes resources.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.metadata(EksMetadata metadata) |
Describes and uniquely identifies Kubernetes resources.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.nodeName(String nodeName) |
The name of the node for this job.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.podName(String podName) |
The name of the pod for this job.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.serviceAccountName(String serviceAccountName) |
The name of the service account that's used to run the pod.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.shareProcessNamespace(Boolean shareProcessNamespace) |
Indicates if the processes in a container are shared, or visible, to other containers in the same pod.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.toBuilder() |
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.volumes(Collection<EksVolume> volumes) |
Specifies the volumes for a job definition using Amazon EKS resources.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.volumes(Consumer<EksVolume.Builder>... volumes) |
Specifies the volumes for a job definition using Amazon EKS resources.
|
EksPodPropertiesDetail.Builder |
EksPodPropertiesDetail.Builder.volumes(EksVolume... volumes) |
Specifies the volumes for a job definition using Amazon EKS resources.
|