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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-batch/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 in the Kubernetes documentation.

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 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 4032

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