File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 240
240
"$ref" : " #/definitions/v1.DeleteOptions"
241
241
}
242
242
},
243
+ {
244
+ "uniqueItems" : true ,
245
+ "type" : " string" ,
246
+ "description" : " A selector to restrict the list of returned objects by their labels. Defaults to everything." ,
247
+ "name" : " labelSelector" ,
248
+ "in" : " query"
249
+ },
243
250
{
244
251
"name" : " gracePeriodSeconds" ,
245
252
"uniqueItems" : true ,
485
492
"$ref" : " #/definitions/v1.DeleteOptions"
486
493
}
487
494
},
495
+ {
496
+ "uniqueItems" : true ,
497
+ "type" : " string" ,
498
+ "description" : " A selector to restrict the list of returned objects by their labels. Defaults to everything." ,
499
+ "name" : " labelSelector" ,
500
+ "in" : " query"
501
+ },
488
502
{
489
503
"name" : " gracePeriodSeconds" ,
490
504
"uniqueItems" : true ,
1748
1762
}
1749
1763
}
1750
1764
}
1751
- }
1765
+ }
You can’t perform that action at this time.
0 commit comments