summaryrefslogtreecommitdiff
path: root/pkg/bindings/volumes/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/bindings/volumes/types.go')
-rw-r--r--pkg/bindings/volumes/types.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/bindings/volumes/types.go b/pkg/bindings/volumes/types.go
index 379174e33..3fda77ddd 100644
--- a/pkg/bindings/volumes/types.go
+++ b/pkg/bindings/volumes/types.go
@@ -30,3 +30,9 @@ type RemoveOptions struct {
// Force removes the volume even if it is being used
Force *bool
}
+
+//go:generate go run ../generator/generator.go ExistsOptions
+// ExistsOptions are optional options for checking
+// if a volume exists
+type ExistsOptions struct {
+}