mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-17 15:27:42 +00:00
`volumeoptions` which can be used to set various volume options. for eg# if you want to enable encryption on volumes, the values like `client.ssl on`, `server.ssl on`..etc can be passed to `volumeoptions` parameter in storageclass. Issue # https://github.com/kubernetes/kubernetes/issues/28454 Signed-off-by: Humble Chirammal <hchiramm@redhat.com>