gcp Filestore Csi Driver Config
suspend fun gcpFilestoreCsiDriverConfig(value: Output<ClusterAddonsConfigGcpFilestoreCsiDriverConfigArgs>)
Parameters
value
The status of the Filestore CSI driver addon, which allows the usage of filestore instance as volumes. It is disabled by default; set enabled = true
to enable.
suspend fun gcpFilestoreCsiDriverConfig(argument: suspend ClusterAddonsConfigGcpFilestoreCsiDriverConfigArgsBuilder.() -> Unit)
Parameters
argument
The status of the Filestore CSI driver addon, which allows the usage of filestore instance as volumes. It is disabled by default; set enabled = true
to enable.