amazonka-batch-2.0: Amazon Batch SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Batch.Types.EksHostPath

Description

 
Synopsis

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' 

Fields

  • path :: Maybe Text

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

Instances

Instances details
FromJSON EksHostPath Source # 
Instance details

Defined in Amazonka.Batch.Types.EksHostPath

ToJSON EksHostPath Source # 
Instance details

Defined in Amazonka.Batch.Types.EksHostPath

Generic EksHostPath Source # 
Instance details

Defined in Amazonka.Batch.Types.EksHostPath

Associated Types

type Rep EksHostPath :: Type -> Type #

Read EksHostPath Source # 
Instance details

Defined in Amazonka.Batch.Types.EksHostPath

Show EksHostPath Source # 
Instance details

Defined in Amazonka.Batch.Types.EksHostPath

NFData EksHostPath Source # 
Instance details

Defined in Amazonka.Batch.Types.EksHostPath

Methods

rnf :: EksHostPath -> () #

Eq EksHostPath Source # 
Instance details

Defined in Amazonka.Batch.Types.EksHostPath

Hashable EksHostPath Source # 
Instance details

Defined in Amazonka.Batch.Types.EksHostPath

type Rep EksHostPath Source # 
Instance details

Defined in Amazonka.Batch.Types.EksHostPath

type Rep EksHostPath = D1 ('MetaData "EksHostPath" "Amazonka.Batch.Types.EksHostPath" "amazonka-batch-2.0-Ey2VZ5obnq65VwmlrJ2r2K" 'False) (C1 ('MetaCons "EksHostPath'" 'PrefixI 'True) (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.