UNPKG

@jkcfg/kubernetes

Version:
36 lines 937 B
{ "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.", "required": [ "secretName", "shareName" ], "properties": { "readOnly": { "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretName": { "description": "the name of secret that contains Azure Storage Account Name and Key", "type": [ "string", "null" ] }, "secretNamespace": { "description": "the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod", "type": [ "string", "null" ] }, "shareName": { "description": "Share Name", "type": [ "string", "null" ] } }, "$schema": "http://json-schema.org/schema#", "type": "object" }