io.k8s.api.core.v1.AzureFileVolumeSource
See theAzureFileVolumeSource companion object
final case class AzureFileVolumeSource(secretName: String, shareName: String, readOnly: Option[Boolean])
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
Attributes
- Companion
- object
- Source
- AzureFileVolumeSource.scala
- Graph
-
- Supertypes
Members list
Inherited
- Not inherited
- Product
In this article