| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Batch.JobDefinition.EksPropertiesProperty
Documentation
data EksPodPropertiesProperty Source #
Constructors
| EksPodPropertiesProperty | |
Fields
| |
Instances
data EksMetadataProperty Source #
Constructors
| EksMetadataProperty | |
Fields | |
Instances
| ToJSON EksMetadataProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksMetadataProperty Methods toJSON :: EksMetadataProperty -> Value # toEncoding :: EksMetadataProperty -> Encoding # toJSONList :: [EksMetadataProperty] -> Value # toEncodingList :: [EksMetadataProperty] -> Encoding # omitField :: EksMetadataProperty -> Bool # | |||||
| Show EksMetadataProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksMetadataProperty Methods showsPrec :: Int -> EksMetadataProperty -> ShowS # show :: EksMetadataProperty -> String # showList :: [EksMetadataProperty] -> ShowS # | |||||
| Eq EksMetadataProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksMetadataProperty Methods (==) :: EksMetadataProperty -> EksMetadataProperty -> Bool # (/=) :: EksMetadataProperty -> EksMetadataProperty -> Bool # | |||||
| ToResourceProperties EksMetadataProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksMetadataProperty Methods toResourceProperties :: EksMetadataProperty -> ResourceProperties # | |||||
| Property "Annotations" EksMetadataProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksMetadataProperty Associated Types
Methods set :: PropertyType "Annotations" EksMetadataProperty -> EksMetadataProperty -> EksMetadataProperty # | |||||
| Property "Labels" EksMetadataProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksMetadataProperty Associated Types
Methods set :: PropertyType "Labels" EksMetadataProperty -> EksMetadataProperty -> EksMetadataProperty # | |||||
| Property "Namespace" EksMetadataProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksMetadataProperty Associated Types
Methods set :: PropertyType "Namespace" EksMetadataProperty -> EksMetadataProperty -> EksMetadataProperty # | |||||
| type PropertyType "Annotations" EksMetadataProperty Source # | |||||
| type PropertyType "Labels" EksMetadataProperty Source # | |||||
| type PropertyType "Namespace" EksMetadataProperty Source # | |||||
data EksContainerEnvironmentVariableProperty Source #
Constructors
| EksContainerEnvironmentVariableProperty | |
Fields | |
Instances
| ToJSON EksContainerEnvironmentVariableProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerEnvironmentVariableProperty Methods toJSON :: EksContainerEnvironmentVariableProperty -> Value # toEncoding :: EksContainerEnvironmentVariableProperty -> Encoding # toJSONList :: [EksContainerEnvironmentVariableProperty] -> Value # toEncodingList :: [EksContainerEnvironmentVariableProperty] -> Encoding # omitField :: EksContainerEnvironmentVariableProperty -> Bool # | |||||
| Show EksContainerEnvironmentVariableProperty Source # | |||||
| Eq EksContainerEnvironmentVariableProperty Source # | |||||
| ToResourceProperties EksContainerEnvironmentVariableProperty Source # | |||||
| Property "Name" EksContainerEnvironmentVariableProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerEnvironmentVariableProperty Associated Types
| |||||
| Property "Value" EksContainerEnvironmentVariableProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerEnvironmentVariableProperty Associated Types
| |||||
| type PropertyType "Name" EksContainerEnvironmentVariableProperty Source # | |||||
| type PropertyType "Value" EksContainerEnvironmentVariableProperty Source # | |||||
data EksSecretProperty Source #
Constructors
| EksSecretProperty | |
Fields
| |
Instances
| ToJSON EksSecretProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksSecretProperty Methods toJSON :: EksSecretProperty -> Value # toEncoding :: EksSecretProperty -> Encoding # toJSONList :: [EksSecretProperty] -> Value # toEncodingList :: [EksSecretProperty] -> Encoding # omitField :: EksSecretProperty -> Bool # | |||||
| Show EksSecretProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksSecretProperty Methods showsPrec :: Int -> EksSecretProperty -> ShowS # show :: EksSecretProperty -> String # showList :: [EksSecretProperty] -> ShowS # | |||||
| Eq EksSecretProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksSecretProperty Methods (==) :: EksSecretProperty -> EksSecretProperty -> Bool # (/=) :: EksSecretProperty -> EksSecretProperty -> Bool # | |||||
| ToResourceProperties EksSecretProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksSecretProperty Methods toResourceProperties :: EksSecretProperty -> ResourceProperties # | |||||
| Property "Optional" EksSecretProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksSecretProperty Associated Types
Methods set :: PropertyType "Optional" EksSecretProperty -> EksSecretProperty -> EksSecretProperty # | |||||
| Property "SecretName" EksSecretProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksSecretProperty Associated Types
Methods set :: PropertyType "SecretName" EksSecretProperty -> EksSecretProperty -> EksSecretProperty # | |||||
| type PropertyType "Optional" EksSecretProperty Source # | |||||
| type PropertyType "SecretName" EksSecretProperty Source # | |||||
data EksContainerProperty Source #
Constructors
| EksContainerProperty | |
Fields
| |
Instances
| ToJSON EksContainerProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerProperty Methods toJSON :: EksContainerProperty -> Value # toEncoding :: EksContainerProperty -> Encoding # toJSONList :: [EksContainerProperty] -> Value # toEncodingList :: [EksContainerProperty] -> Encoding # omitField :: EksContainerProperty -> Bool # | |||||
| Show EksContainerProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerProperty Methods showsPrec :: Int -> EksContainerProperty -> ShowS # show :: EksContainerProperty -> String # showList :: [EksContainerProperty] -> ShowS # | |||||
| Eq EksContainerProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerProperty Methods (==) :: EksContainerProperty -> EksContainerProperty -> Bool # (/=) :: EksContainerProperty -> EksContainerProperty -> Bool # | |||||
| ToResourceProperties EksContainerProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerProperty Methods toResourceProperties :: EksContainerProperty -> ResourceProperties # | |||||
| Property "Args" EksContainerProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerProperty Associated Types
Methods set :: PropertyType "Args" EksContainerProperty -> EksContainerProperty -> EksContainerProperty # | |||||
| Property "Command" EksContainerProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerProperty Associated Types
Methods set :: PropertyType "Command" EksContainerProperty -> EksContainerProperty -> EksContainerProperty # | |||||
| Property "Env" EksContainerProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerProperty Associated Types
Methods set :: PropertyType "Env" EksContainerProperty -> EksContainerProperty -> EksContainerProperty # | |||||
| Property "Image" EksContainerProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerProperty Associated Types
Methods set :: PropertyType "Image" EksContainerProperty -> EksContainerProperty -> EksContainerProperty # | |||||
| Property "ImagePullPolicy" EksContainerProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerProperty Associated Types
Methods set :: PropertyType "ImagePullPolicy" EksContainerProperty -> EksContainerProperty -> EksContainerProperty # | |||||
| Property "Name" EksContainerProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerProperty Associated Types
Methods set :: PropertyType "Name" EksContainerProperty -> EksContainerProperty -> EksContainerProperty # | |||||
| Property "Resources" EksContainerProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerProperty Associated Types
Methods set :: PropertyType "Resources" EksContainerProperty -> EksContainerProperty -> EksContainerProperty # | |||||
| Property "SecurityContext" EksContainerProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerProperty Associated Types
Methods set :: PropertyType "SecurityContext" EksContainerProperty -> EksContainerProperty -> EksContainerProperty # | |||||
| Property "VolumeMounts" EksContainerProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerProperty Associated Types
Methods set :: PropertyType "VolumeMounts" EksContainerProperty -> EksContainerProperty -> EksContainerProperty # | |||||
| type PropertyType "Args" EksContainerProperty Source # | |||||
| type PropertyType "Command" EksContainerProperty Source # | |||||
| type PropertyType "Env" EksContainerProperty Source # | |||||
| type PropertyType "Image" EksContainerProperty Source # | |||||
| type PropertyType "ImagePullPolicy" EksContainerProperty Source # | |||||
| type PropertyType "Name" EksContainerProperty Source # | |||||
| type PropertyType "Resources" EksContainerProperty Source # | |||||
| type PropertyType "SecurityContext" EksContainerProperty Source # | |||||
| type PropertyType "VolumeMounts" EksContainerProperty Source # | |||||
data EksHostPathProperty Source #
Constructors
| EksHostPathProperty | |
Instances
| ToJSON EksHostPathProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksHostPathProperty Methods toJSON :: EksHostPathProperty -> Value # toEncoding :: EksHostPathProperty -> Encoding # toJSONList :: [EksHostPathProperty] -> Value # toEncodingList :: [EksHostPathProperty] -> Encoding # omitField :: EksHostPathProperty -> Bool # | |||||
| Show EksHostPathProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksHostPathProperty Methods showsPrec :: Int -> EksHostPathProperty -> ShowS # show :: EksHostPathProperty -> String # showList :: [EksHostPathProperty] -> ShowS # | |||||
| Eq EksHostPathProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksHostPathProperty Methods (==) :: EksHostPathProperty -> EksHostPathProperty -> Bool # (/=) :: EksHostPathProperty -> EksHostPathProperty -> Bool # | |||||
| ToResourceProperties EksHostPathProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksHostPathProperty Methods toResourceProperties :: EksHostPathProperty -> ResourceProperties # | |||||
| Property "Path" EksHostPathProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksHostPathProperty Associated Types
Methods set :: PropertyType "Path" EksHostPathProperty -> EksHostPathProperty -> EksHostPathProperty # | |||||
| type PropertyType "Path" EksHostPathProperty Source # | |||||
data EksContainerResourceRequirementsProperty Source #
Constructors
| EksContainerResourceRequirementsProperty | |
Fields | |
Instances
| ToJSON EksContainerResourceRequirementsProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerResourceRequirementsProperty Methods toJSON :: EksContainerResourceRequirementsProperty -> Value # toEncoding :: EksContainerResourceRequirementsProperty -> Encoding # toJSONList :: [EksContainerResourceRequirementsProperty] -> Value # toEncodingList :: [EksContainerResourceRequirementsProperty] -> Encoding # omitField :: EksContainerResourceRequirementsProperty -> Bool # | |||||
| Show EksContainerResourceRequirementsProperty Source # | |||||
| Eq EksContainerResourceRequirementsProperty Source # | |||||
| ToResourceProperties EksContainerResourceRequirementsProperty Source # | |||||
| Property "Limits" EksContainerResourceRequirementsProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerResourceRequirementsProperty Associated Types
| |||||
| Property "Requests" EksContainerResourceRequirementsProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerResourceRequirementsProperty Associated Types
| |||||
| type PropertyType "Limits" EksContainerResourceRequirementsProperty Source # | |||||
| type PropertyType "Requests" EksContainerResourceRequirementsProperty Source # | |||||
data EksContainerSecurityContextProperty Source #
Constructors
| EksContainerSecurityContextProperty | |
Fields
| |
Instances
| ToJSON EksContainerSecurityContextProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerSecurityContextProperty | |||||
| Show EksContainerSecurityContextProperty Source # | |||||
| Eq EksContainerSecurityContextProperty Source # | |||||
| ToResourceProperties EksContainerSecurityContextProperty Source # | |||||
| Property "AllowPrivilegeEscalation" EksContainerSecurityContextProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerSecurityContextProperty Associated Types
Methods set :: PropertyType "AllowPrivilegeEscalation" EksContainerSecurityContextProperty -> EksContainerSecurityContextProperty -> EksContainerSecurityContextProperty # | |||||
| Property "Privileged" EksContainerSecurityContextProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerSecurityContextProperty Associated Types
Methods set :: PropertyType "Privileged" EksContainerSecurityContextProperty -> EksContainerSecurityContextProperty -> EksContainerSecurityContextProperty # | |||||
| Property "ReadOnlyRootFilesystem" EksContainerSecurityContextProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerSecurityContextProperty Associated Types
Methods set :: PropertyType "ReadOnlyRootFilesystem" EksContainerSecurityContextProperty -> EksContainerSecurityContextProperty -> EksContainerSecurityContextProperty # | |||||
| Property "RunAsGroup" EksContainerSecurityContextProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerSecurityContextProperty Associated Types
Methods set :: PropertyType "RunAsGroup" EksContainerSecurityContextProperty -> EksContainerSecurityContextProperty -> EksContainerSecurityContextProperty # | |||||
| Property "RunAsNonRoot" EksContainerSecurityContextProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerSecurityContextProperty Associated Types
Methods set :: PropertyType "RunAsNonRoot" EksContainerSecurityContextProperty -> EksContainerSecurityContextProperty -> EksContainerSecurityContextProperty # | |||||
| Property "RunAsUser" EksContainerSecurityContextProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerSecurityContextProperty Associated Types
Methods set :: PropertyType "RunAsUser" EksContainerSecurityContextProperty -> EksContainerSecurityContextProperty -> EksContainerSecurityContextProperty # | |||||
| type PropertyType "AllowPrivilegeEscalation" EksContainerSecurityContextProperty Source # | |||||
| type PropertyType "Privileged" EksContainerSecurityContextProperty Source # | |||||
| type PropertyType "ReadOnlyRootFilesystem" EksContainerSecurityContextProperty Source # | |||||
| type PropertyType "RunAsGroup" EksContainerSecurityContextProperty Source # | |||||
| type PropertyType "RunAsNonRoot" EksContainerSecurityContextProperty Source # | |||||
| type PropertyType "RunAsUser" EksContainerSecurityContextProperty Source # | |||||
data EksContainerVolumeMountProperty Source #
Constructors
| EksContainerVolumeMountProperty | |
Fields | |
Instances
| ToJSON EksContainerVolumeMountProperty Source # | |||||
| Show EksContainerVolumeMountProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerVolumeMountProperty Methods showsPrec :: Int -> EksContainerVolumeMountProperty -> ShowS # | |||||
| Eq EksContainerVolumeMountProperty Source # | |||||
| ToResourceProperties EksContainerVolumeMountProperty Source # | |||||
| Property "MountPath" EksContainerVolumeMountProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerVolumeMountProperty Associated Types
Methods set :: PropertyType "MountPath" EksContainerVolumeMountProperty -> EksContainerVolumeMountProperty -> EksContainerVolumeMountProperty # | |||||
| Property "Name" EksContainerVolumeMountProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerVolumeMountProperty Associated Types
Methods set :: PropertyType "Name" EksContainerVolumeMountProperty -> EksContainerVolumeMountProperty -> EksContainerVolumeMountProperty # | |||||
| Property "ReadOnly" EksContainerVolumeMountProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerVolumeMountProperty Associated Types
Methods set :: PropertyType "ReadOnly" EksContainerVolumeMountProperty -> EksContainerVolumeMountProperty -> EksContainerVolumeMountProperty # | |||||
| Property "SubPath" EksContainerVolumeMountProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksContainerVolumeMountProperty Associated Types
Methods set :: PropertyType "SubPath" EksContainerVolumeMountProperty -> EksContainerVolumeMountProperty -> EksContainerVolumeMountProperty # | |||||
| type PropertyType "MountPath" EksContainerVolumeMountProperty Source # | |||||
| type PropertyType "Name" EksContainerVolumeMountProperty Source # | |||||
| type PropertyType "ReadOnly" EksContainerVolumeMountProperty Source # | |||||
| type PropertyType "SubPath" EksContainerVolumeMountProperty Source # | |||||
data EksEmptyDirProperty Source #
Constructors
| EksEmptyDirProperty | |
Fields | |
Instances
| ToJSON EksEmptyDirProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksEmptyDirProperty Methods toJSON :: EksEmptyDirProperty -> Value # toEncoding :: EksEmptyDirProperty -> Encoding # toJSONList :: [EksEmptyDirProperty] -> Value # toEncodingList :: [EksEmptyDirProperty] -> Encoding # omitField :: EksEmptyDirProperty -> Bool # | |||||
| Show EksEmptyDirProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksEmptyDirProperty Methods showsPrec :: Int -> EksEmptyDirProperty -> ShowS # show :: EksEmptyDirProperty -> String # showList :: [EksEmptyDirProperty] -> ShowS # | |||||
| Eq EksEmptyDirProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksEmptyDirProperty Methods (==) :: EksEmptyDirProperty -> EksEmptyDirProperty -> Bool # (/=) :: EksEmptyDirProperty -> EksEmptyDirProperty -> Bool # | |||||
| ToResourceProperties EksEmptyDirProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksEmptyDirProperty Methods toResourceProperties :: EksEmptyDirProperty -> ResourceProperties # | |||||
| Property "Medium" EksEmptyDirProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksEmptyDirProperty Associated Types
Methods set :: PropertyType "Medium" EksEmptyDirProperty -> EksEmptyDirProperty -> EksEmptyDirProperty # | |||||
| Property "SizeLimit" EksEmptyDirProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksEmptyDirProperty Associated Types
Methods set :: PropertyType "SizeLimit" EksEmptyDirProperty -> EksEmptyDirProperty -> EksEmptyDirProperty # | |||||
| type PropertyType "Medium" EksEmptyDirProperty Source # | |||||
| type PropertyType "SizeLimit" EksEmptyDirProperty Source # | |||||
data EksPersistentVolumeClaimProperty Source #
Constructors
| EksPersistentVolumeClaimProperty | |
Fields | |
Instances
| ToJSON EksPersistentVolumeClaimProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksPersistentVolumeClaimProperty | |||||
| Show EksPersistentVolumeClaimProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksPersistentVolumeClaimProperty Methods showsPrec :: Int -> EksPersistentVolumeClaimProperty -> ShowS # | |||||
| Eq EksPersistentVolumeClaimProperty Source # | |||||
| ToResourceProperties EksPersistentVolumeClaimProperty Source # | |||||
| Property "ClaimName" EksPersistentVolumeClaimProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksPersistentVolumeClaimProperty Associated Types
Methods set :: PropertyType "ClaimName" EksPersistentVolumeClaimProperty -> EksPersistentVolumeClaimProperty -> EksPersistentVolumeClaimProperty # | |||||
| Property "ReadOnly" EksPersistentVolumeClaimProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksPersistentVolumeClaimProperty Associated Types
Methods set :: PropertyType "ReadOnly" EksPersistentVolumeClaimProperty -> EksPersistentVolumeClaimProperty -> EksPersistentVolumeClaimProperty # | |||||
| type PropertyType "ClaimName" EksPersistentVolumeClaimProperty Source # | |||||
| type PropertyType "ReadOnly" EksPersistentVolumeClaimProperty Source # | |||||
data EksVolumeProperty Source #
Constructors
| EksVolumeProperty | |
Instances
| ToJSON EksVolumeProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksVolumeProperty Methods toJSON :: EksVolumeProperty -> Value # toEncoding :: EksVolumeProperty -> Encoding # toJSONList :: [EksVolumeProperty] -> Value # toEncodingList :: [EksVolumeProperty] -> Encoding # omitField :: EksVolumeProperty -> Bool # | |||||
| Show EksVolumeProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksVolumeProperty Methods showsPrec :: Int -> EksVolumeProperty -> ShowS # show :: EksVolumeProperty -> String # showList :: [EksVolumeProperty] -> ShowS # | |||||
| Eq EksVolumeProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksVolumeProperty Methods (==) :: EksVolumeProperty -> EksVolumeProperty -> Bool # (/=) :: EksVolumeProperty -> EksVolumeProperty -> Bool # | |||||
| ToResourceProperties EksVolumeProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksVolumeProperty Methods toResourceProperties :: EksVolumeProperty -> ResourceProperties # | |||||
| Property "EmptyDir" EksVolumeProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksVolumeProperty Associated Types
Methods set :: PropertyType "EmptyDir" EksVolumeProperty -> EksVolumeProperty -> EksVolumeProperty # | |||||
| Property "HostPath" EksVolumeProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksVolumeProperty Associated Types
Methods set :: PropertyType "HostPath" EksVolumeProperty -> EksVolumeProperty -> EksVolumeProperty # | |||||
| Property "Name" EksVolumeProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksVolumeProperty Associated Types
Methods set :: PropertyType "Name" EksVolumeProperty -> EksVolumeProperty -> EksVolumeProperty # | |||||
| Property "PersistentVolumeClaim" EksVolumeProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksVolumeProperty Associated Types
Methods set :: PropertyType "PersistentVolumeClaim" EksVolumeProperty -> EksVolumeProperty -> EksVolumeProperty # | |||||
| Property "Secret" EksVolumeProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksVolumeProperty Associated Types
Methods set :: PropertyType "Secret" EksVolumeProperty -> EksVolumeProperty -> EksVolumeProperty # | |||||
| type PropertyType "EmptyDir" EksVolumeProperty Source # | |||||
| type PropertyType "HostPath" EksVolumeProperty Source # | |||||
| type PropertyType "Name" EksVolumeProperty Source # | |||||
| type PropertyType "PersistentVolumeClaim" EksVolumeProperty Source # | |||||
| type PropertyType "Secret" EksVolumeProperty Source # | |||||
data ImagePullSecretProperty Source #
Constructors
| ImagePullSecretProperty | |
Fields
| |
Instances
| ToJSON ImagePullSecretProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.ImagePullSecretProperty Methods toJSON :: ImagePullSecretProperty -> Value # toEncoding :: ImagePullSecretProperty -> Encoding # toJSONList :: [ImagePullSecretProperty] -> Value # | |||||
| Show ImagePullSecretProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.ImagePullSecretProperty Methods showsPrec :: Int -> ImagePullSecretProperty -> ShowS # show :: ImagePullSecretProperty -> String # showList :: [ImagePullSecretProperty] -> ShowS # | |||||
| Eq ImagePullSecretProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.ImagePullSecretProperty Methods (==) :: ImagePullSecretProperty -> ImagePullSecretProperty -> Bool # (/=) :: ImagePullSecretProperty -> ImagePullSecretProperty -> Bool # | |||||
| ToResourceProperties ImagePullSecretProperty Source # | |||||
| Property "Name" ImagePullSecretProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.ImagePullSecretProperty Associated Types
Methods set :: PropertyType "Name" ImagePullSecretProperty -> ImagePullSecretProperty -> ImagePullSecretProperty # | |||||
| type PropertyType "Name" ImagePullSecretProperty Source # | |||||
mkEksContainerEnvironmentVariableProperty :: Value Text -> EksContainerEnvironmentVariableProperty Source #
data EksPropertiesProperty Source #
Constructors
| EksPropertiesProperty | |
Instances
| ToJSON EksPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksPropertiesProperty Methods toJSON :: EksPropertiesProperty -> Value # toEncoding :: EksPropertiesProperty -> Encoding # toJSONList :: [EksPropertiesProperty] -> Value # toEncodingList :: [EksPropertiesProperty] -> Encoding # omitField :: EksPropertiesProperty -> Bool # | |||||
| Show EksPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksPropertiesProperty Methods showsPrec :: Int -> EksPropertiesProperty -> ShowS # show :: EksPropertiesProperty -> String # showList :: [EksPropertiesProperty] -> ShowS # | |||||
| Eq EksPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksPropertiesProperty Methods (==) :: EksPropertiesProperty -> EksPropertiesProperty -> Bool # (/=) :: EksPropertiesProperty -> EksPropertiesProperty -> Bool # | |||||
| ToResourceProperties EksPropertiesProperty Source # | |||||
| Property "PodProperties" EksPropertiesProperty Source # | |||||
Defined in Stratosphere.Batch.JobDefinition.EksPropertiesProperty Associated Types
Methods set :: PropertyType "PodProperties" EksPropertiesProperty -> EksPropertiesProperty -> EksPropertiesProperty # | |||||
| type PropertyType "PodProperties" EksPropertiesProperty Source # | |||||