@jkcfg/kubernetes
Version:
jk Kubernetes library
32 lines • 750 B
JSON
{
"description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.",
"properties": {
"readOnly": {
"description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
"type": [
"boolean",
"null"
]
},
"secretName": {
"description": "the name of secret that contains Azure Storage Account Name and Key",
"type": [
"string",
"null"
]
},
"shareName": {
"description": "Share Name",
"type": [
"string",
"null"
]
}
},
"required": [
"secretName",
"shareName"
],
"type": "object",
"$schema": "http://json-schema.org/schema#"
}