We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12190f5 + 4c47228 commit e86b1e5Copy full SHA for e86b1e5
pkg/sanity/identity.go
@@ -59,6 +59,7 @@ var _ = DescribeSanity("Identity Service", func(sc *TestContext) {
59
case csi.PluginCapability_Service_CONTROLLER_SERVICE:
60
case csi.PluginCapability_Service_VOLUME_ACCESSIBILITY_CONSTRAINTS:
61
case csi.PluginCapability_Service_GROUP_CONTROLLER_SERVICE:
62
+ case csi.PluginCapability_Service_SNAPSHOT_METADATA_SERVICE:
63
default:
64
Fail(fmt.Sprintf("Unknown service: %v\n", cap.GetService().GetType()))
65
}
0 commit comments