@@ -255,18 +255,19 @@ var _ = SIGDescribe("API priority and fairness", func() {
255
255
})
256
256
257
257
/*
258
- Release: v1.29
259
- Testname: FlowSchema API
260
- Description:
261
- The flowcontrol.apiserver.k8s.io API group MUST exist in the /apis discovery document.
262
- The flowcontrol.apiserver.k8s.io/v1 API group/version MUST exist
263
- in the /apis/flowcontrol.apiserver.k8s.io discovery document.
264
- The flowschemas and flowschemas/status resources MUST exist
265
- in the /apis/flowcontrol.apiserver.k8s.io/v1 discovery document.
266
- The flowschema resource must support create, get, list, watch,
267
- update, patch, delete, and deletecollection.
258
+ Release: v1.29
259
+ Testname: Priority and Fairness FlowSchema API
260
+ Description:
261
+ The flowcontrol.apiserver.k8s.io API group MUST exist in the
262
+ /apis discovery document.
263
+ The flowcontrol.apiserver.k8s.io/v1 API group/version MUST exist
264
+ in the /apis/flowcontrol.apiserver.k8s.io discovery document.
265
+ The flowschemas and flowschemas/status resources MUST exist
266
+ in the /apis/flowcontrol.apiserver.k8s.io/v1 discovery document.
267
+ The flowschema resource must support create, get, list, watch,
268
+ update, patch, delete, and deletecollection.
268
269
*/
269
- ginkgo . It ("should support Priority and Fairness FlowSchema API operations" , func (ctx context.Context ) {
270
+ framework . ConformanceIt ("should support FlowSchema API operations" , func (ctx context.Context ) {
270
271
fsVersion := "v1"
271
272
ginkgo .By ("getting /apis" )
272
273
{
@@ -497,18 +498,20 @@ var _ = SIGDescribe("API priority and fairness", func() {
497
498
})
498
499
499
500
/*
500
- Release: v1.29
501
- Testname: PriorityLevelConfiguration API
502
- Description:
503
- The flowcontrol.apiserver.k8s.io API group MUST exist in the /apis discovery document.
504
- The flowcontrol.apiserver.k8s.io/v1 API group/version MUST exist
505
- in the /apis/flowcontrol.apiserver.k8s.io discovery document.
506
- The prioritylevelconfiguration and prioritylevelconfiguration/status resources
507
- MUST exist in the /apis/flowcontrol.apiserver.k8s.io/v1 discovery document.
508
- The prioritylevelconfiguration resource must support create, get, list, watch,
509
- update, patch, delete, and deletecollection.
501
+ Release: v1.29
502
+ Testname: Priority and Fairness PriorityLevelConfiguration API
503
+ Description:
504
+ The flowcontrol.apiserver.k8s.io API group MUST exist in the
505
+ /apis discovery document.
506
+ The flowcontrol.apiserver.k8s.io/v1 API group/version MUST exist
507
+ in the /apis/flowcontrol.apiserver.k8s.io discovery document.
508
+ The prioritylevelconfiguration and prioritylevelconfiguration/status
509
+ resources MUST exist in the
510
+ /apis/flowcontrol.apiserver.k8s.io/v1 discovery document.
511
+ The prioritylevelconfiguration resource must support create, get,
512
+ list, watch, update, patch, delete, and deletecollection.
510
513
*/
511
- ginkgo . It ("should support Priority and Fairness PriorityLevelConfiguration API operations" , func (ctx context.Context ) {
514
+ framework . ConformanceIt ("should support PriorityLevelConfiguration API operations" , func (ctx context.Context ) {
512
515
plVersion := "v1"
513
516
ginkgo .By ("getting /apis" )
514
517
{
0 commit comments