| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static EksHostPath.Builder |
EksHostPath.builder() |
EksHostPath.Builder |
EksHostPath.Builder.path(String path)
The path of the file or directory on the host to mount into containers on the pod.
|
EksHostPath.Builder |
EksHostPath.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EksHostPath.Builder> |
EksHostPath.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EksVolume.Builder |
EksVolume.Builder.hostPath(Consumer<EksHostPath.Builder> hostPath)
Specifies the configuration of a Kubernetes
hostPath volume. |
Copyright © 2023. All rights reserved.