ControllerGetCapabilities can this be called as a client to get supported capabilities of a csi driver

22 Views Asked by At
// ControllerGetCapabilities implements the default GRPC callout.
func (csiCS *CSIControllerServer) ControllerGetCapabilities(ctx context.Context, req *csi.ControllerGetCapabilitiesRequest) (*csi.ControllerGetCapabilitiesResponse, error) {

Is there a way a to check particular version of CSI controller driver supports snapshot or not.

0

There are 0 best solutions below