File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed
internal/namespaces/block/v1alpha1 Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ require (
3232 github.com/spf13/pflag v1.0.5
3333 github.com/stretchr/testify v1.9.0
3434 golang.org/x/crypto v0.28.0
35- golang.org/x/term v0.25 .0
35+ golang.org/x/term v0.26 .0
3636 golang.org/x/text v0.19.0
3737 gopkg.in/yaml.v3 v3.0.1
3838)
@@ -190,7 +190,7 @@ require (
190190 golang.org/x/mod v0.17.0 // indirect
191191 golang.org/x/net v0.24.0 // indirect
192192 golang.org/x/sync v0.8.0 // indirect
193- golang.org/x/sys v0.26 .0 // indirect
193+ golang.org/x/sys v0.27 .0 // indirect
194194 golang.org/x/time v0.5.0 // indirect
195195 google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
196196 google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda // indirect
Original file line number Diff line number Diff line change @@ -650,16 +650,16 @@ golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
650650golang.org/x/sys v0.5.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
651651golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
652652golang.org/x/sys v0.17.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
653- golang.org/x/sys v0.26 .0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo =
654- golang.org/x/sys v0.26 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
653+ golang.org/x/sys v0.27 .0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s =
654+ golang.org/x/sys v0.27 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
655655golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
656656golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 /go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8 =
657657golang.org/x/term v0.2.0 /go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc =
658658golang.org/x/term v0.5.0 /go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k =
659659golang.org/x/term v0.6.0 /go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U =
660660golang.org/x/term v0.17.0 /go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk =
661- golang.org/x/term v0.25 .0 h1:WtHI/ltw4NvSUig5KARz9h521QvRC8RmF/cuYqifU24 =
662- golang.org/x/term v0.25 .0 /go.mod h1:RPyXicDX+6vLxogjjRxjgD2TKtmAO6NZBsBRfrOLu7M =
661+ golang.org/x/term v0.26 .0 h1:WEQa6V3Gja/BhNxg540hBip/kkaYtRg3cxg4oXSw4AU =
662+ golang.org/x/term v0.26 .0 /go.mod h1:Si5m1o57C5nBNQo5z1iq+XDijt21BDBDp2bK0QI8e3E =
663663golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
664664golang.org/x/text v0.3.2 /go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk =
665665golang.org/x/text v0.3.3 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
Original file line number Diff line number Diff line change @@ -144,6 +144,13 @@ func blockVolumeList() *core.Command {
144144 Deprecated : false ,
145145 Positional : false ,
146146 },
147+ {
148+ Name : "tags.{index}" ,
149+ Short : `Filter by tags. Only volumes with one or more matching tags will be returned` ,
150+ Required : false ,
151+ Deprecated : false ,
152+ Positional : false ,
153+ },
147154 {
148155 Name : "organization-id" ,
149156 Short : `Filter by Organization ID` ,
You can’t perform that action at this time.
0 commit comments