We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca19957 + 5215b1e commit 8638cefCopy full SHA for 8638cef
1 file changed
opts/opts.go
@@ -80,6 +80,8 @@ func (opts *ListOpts) GetMap() map[string]struct{} {
80
}
81
82
// GetAll returns the values of slice.
83
+//
84
+// Deprecated: use [ListOpts.GetSlice] instead. This method will be removed in a future release.
85
func (opts *ListOpts) GetAll() []string {
86
return *opts.values
87
0 commit comments