ephemeral Storage Config
suspend fun ephemeralStorageConfig(value: Output<ClusterNodePoolNodeConfigEphemeralStorageConfigArgs>)
Parameters
value
Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk. Structure is documented below.
suspend fun ephemeralStorageConfig(argument: suspend ClusterNodePoolNodeConfigEphemeralStorageConfigArgsBuilder.() -> Unit)
Parameters
argument
Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk. Structure is documented below.