Flex Persistent Volume Source Patch
data class FlexPersistentVolumeSourcePatch(val driver: String? = null, val fsType: String? = null, val options: Map<String, String>? = null, val readOnly: Boolean? = null, val secretRef: SecretReferencePatch? = null)
FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin.
Constructors
Link copied to clipboard
fun FlexPersistentVolumeSourcePatch(driver: String? = null, fsType: String? = null, options: Map<String, String>? = null, readOnly: Boolean? = null, secretRef: SecretReferencePatch? = null)