Cloud API Overview > @adpt/cloud > k8s > KeyToPath > mode
k8s.KeyToPath.mode property
mode bits to use on this file, Must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
Signature:
mode?: number;