Class: Aws::Batch::Types::EksHostPath

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-batch/types.rb

Overview

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][1

in the *Kubernetes documentation*.

[1]: kubernetes.io/docs/concepts/storage/volumes/#hostpath

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pathString

The path of the file or directory on the host to mount into containers on the pod.

Returns:

  • (String)


4032
4033
4034
4035
4036
# File 'lib/aws-sdk-batch/types.rb', line 4032

class EksHostPath < Struct.new(
  :path)
  SENSITIVE = []
  include Aws::Structure
end