| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Batch.Types.EksHostPath
Description
Synopsis
- data EksHostPath = EksHostPath' {}
- newEksHostPath :: EksHostPath
- eksHostPath_path :: Lens' EksHostPath (Maybe Text)
Documentation
data EksHostPath Source #
Specifies the configuration of a Kubernetes hostPath volume. A
hostPath volume mounts an existing file or directory from the host
node's filesystem into your pod. For more information, see
hostPath
in the Kubernetes documentation.
See: newEksHostPath smart constructor.
Constructors
| EksHostPath' | |
Instances
newEksHostPath :: EksHostPath Source #
Create a value of EksHostPath with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:path:EksHostPath', eksHostPath_path - The path of the file or directory on the host to mount into containers
on the pod.
eksHostPath_path :: Lens' EksHostPath (Maybe Text) Source #
The path of the file or directory on the host to mount into containers on the pod.