1
1
---
2
2
api_metadata :
3
- apiVersion : " flowcontrol.apiserver.k8s.io/v1beta2 "
4
- import : " k8s.io/api/flowcontrol/v1beta2 "
3
+ apiVersion : " flowcontrol.apiserver.k8s.io/v1beta3 "
4
+ import : " k8s.io/api/flowcontrol/v1beta3 "
5
5
kind : " FlowSchema"
6
6
content_type : " api_reference"
7
7
description : " FlowSchema 定义一组流的模式。"
8
- title : " FlowSchema v1beta2 "
8
+ title : " FlowSchema v1beta3 "
9
9
weight : 7
10
+ auto_generated : true
10
11
---
11
12
<!--
12
13
api_metadata:
13
- apiVersion: "flowcontrol.apiserver.k8s.io/v1beta2 "
14
- import: "k8s.io/api/flowcontrol/v1beta2 "
14
+ apiVersion: "flowcontrol.apiserver.k8s.io/v1beta3 "
15
+ import: "k8s.io/api/flowcontrol/v1beta3 "
15
16
kind: "FlowSchema"
16
17
content_type: "api_reference"
17
18
description: "FlowSchema defines the schema of a group of flows."
18
- title: "FlowSchema v1beta2 "
19
+ title: "FlowSchema v1beta3 "
19
20
weight: 7
20
21
auto_generated: true
21
22
-->
22
23
23
- ` apiVersion: flowcontrol.apiserver.k8s.io/v1beta2 `
24
+ ` apiVersion: flowcontrol.apiserver.k8s.io/v1beta3 `
24
25
25
- ` import "k8s.io/api/flowcontrol/v1beta2 " `
26
+ ` import "k8s.io/api/flowcontrol/v1beta3 " `
26
27
27
28
## FlowSchema {#FlowSchema}
28
29
@@ -34,7 +35,7 @@ FlowSchema 定义一组流的模式。请注意,一个流由属性类似的一
34
35
35
36
<hr >
36
37
37
- - ** apiVersion** : flowcontrol.apiserver.k8s.io/v1beta2
38
+ - ** apiVersion** : flowcontrol.apiserver.k8s.io/v1beta3
38
39
39
40
- ** kind** : FlowSchema
40
41
@@ -43,7 +44,7 @@ FlowSchema 定义一组流的模式。请注意,一个流由属性类似的一
43
44
44
45
`metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
45
46
46
- - **spec** (<a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchemaSpec" >}}">FlowSchemaSpec</a>)
47
+ - **spec** (<a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchemaSpec" >}}">FlowSchemaSpec</a>)
47
48
48
49
`spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
49
50
-->
@@ -52,17 +53,17 @@ FlowSchema 定义一组流的模式。请注意,一个流由属性类似的一
52
53
` metadata ` 是标准的对象元数据。更多信息:
53
54
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
54
55
55
- - ** spec** (<a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchemaSpec" >}}">FlowSchemaSpec</a >)
56
+ - ** spec** (<a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchemaSpec" >}}">FlowSchemaSpec</a >)
56
57
57
58
` spec ` 是 FlowSchema 预期行为的规约。更多信息:
58
59
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
59
60
60
61
<!--
61
- - **status** (<a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchemaStatus" >}}">FlowSchemaStatus</a>)
62
+ - **status** (<a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchemaStatus" >}}">FlowSchemaStatus</a>)
62
63
63
64
`status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
64
65
-->
65
- - ** status** (<a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchemaStatus" >}}">FlowSchemaStatus</a >)
66
+ - ** status** (<a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchemaStatus" >}}">FlowSchemaStatus</a >)
66
67
67
68
` status ` 是 FlowSchema 的当前状态。更多信息:
68
69
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
@@ -451,6 +452,8 @@ FlowSchemaStatus 表示 FlowSchema 的当前状态。
451
452
<!--
452
453
- **conditions** ([]FlowSchemaCondition)
453
454
455
+ *Patch strategy: merge on key `type`*
456
+
454
457
*Map: unique values on key type will be kept during a merge*
455
458
456
459
`conditions` is a list of the current states of FlowSchema.
@@ -460,6 +463,8 @@ FlowSchemaStatus 表示 FlowSchema 的当前状态。
460
463
-->
461
464
- ** conditions** ([ ] FlowSchemaCondition)
462
465
466
+ ** 补丁策略:根据键 type 合并**
467
+
463
468
** Map:合并期间保留根据键 type 保留其唯一值**
464
469
465
470
` conditions ` 是 FlowSchema 当前状况的列表。
@@ -529,7 +534,7 @@ FlowSchemaList 是 FlowSchema 对象的列表。
529
534
530
535
<hr >
531
536
532
- - ** apiVersion** : flowcontrol.apiserver.k8s.io/v1beta2
537
+ - ** apiVersion** : flowcontrol.apiserver.k8s.io/v1beta3
533
538
534
539
- ** kind** : FlowSchemaList
535
540
@@ -538,7 +543,7 @@ FlowSchemaList 是 FlowSchema 对象的列表。
538
543
539
544
`metadata` is the standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
540
545
541
- - **items** ([]<a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a>), required
546
+ - **items** ([]<a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a>), required
542
547
543
548
`items` is a list of FlowSchemas.
544
549
-->
@@ -547,7 +552,7 @@ FlowSchemaList 是 FlowSchema 对象的列表。
547
552
` metadata ` 是标准的列表元数据。更多信息:
548
553
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
549
554
550
- - ** items** ([ ] <a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a >),必需
555
+ - ** items** ([ ] <a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a >),必需
551
556
552
557
` items ` 是 FlowSchemas 的列表。
553
558
@@ -565,7 +570,7 @@ FlowSchemaList 是 FlowSchema 对象的列表。
565
570
566
571
#### HTTP 请求
567
572
568
- GET /apis/flowcontrol.apiserver.k8s.io/v1beta2 /flowschemas/{name}
573
+ GET /apis/flowcontrol.apiserver.k8s.io/v1beta3 /flowschemas/{name}
569
574
570
575
<!--
571
576
#### Parameters
@@ -588,7 +593,7 @@ GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}
588
593
-->
589
594
#### 响应
590
595
591
- 200 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a >): OK
596
+ 200 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a >): OK
592
597
593
598
401: Unauthorized
594
599
@@ -600,7 +605,7 @@ GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}
600
605
601
606
#### HTTP 请求
602
607
603
- GET /apis/flowcontrol.apiserver.k8s.io/v1beta2 /flowschemas/{name}/status
608
+ GET /apis/flowcontrol.apiserver.k8s.io/v1beta3 /flowschemas/{name}/status
604
609
605
610
<!--
606
611
#### Parameters
@@ -623,7 +628,7 @@ GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}/status
623
628
-->
624
629
#### 响应
625
630
626
- 200 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a >): OK
631
+ 200 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a >): OK
627
632
628
633
401: Unauthorized
629
634
@@ -635,7 +640,7 @@ GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}/status
635
640
636
641
#### HTTP 请求
637
642
638
- GET /apis/flowcontrol.apiserver.k8s.io/v1beta2 /flowschemas
643
+ GET /apis/flowcontrol.apiserver.k8s.io/v1beta3 /flowschemas
639
644
640
645
<!--
641
646
#### Parameters
@@ -697,7 +702,7 @@ GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas
697
702
-->
698
703
#### 响应
699
704
700
- 200 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchemaList" >}}">FlowSchemaList</a >): OK
705
+ 200 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchemaList" >}}">FlowSchemaList</a >): OK
701
706
702
707
401: Unauthorized
703
708
@@ -709,19 +714,19 @@ GET /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas
709
714
710
715
#### HTTP 请求
711
716
712
- POST /apis/flowcontrol.apiserver.k8s.io/v1beta2 /flowschemas
717
+ POST /apis/flowcontrol.apiserver.k8s.io/v1beta3 /flowschemas
713
718
714
719
<!--
715
720
#### Parameters
716
- - **body**: <a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a>, required
721
+ - **body**: <a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a>, required
717
722
- **dryRun** (*in query*): string
718
723
- **fieldManager** (*in query*): string
719
724
- **fieldValidation** (*in query*): string
720
725
- **pretty** (*in query*): string
721
726
-->
722
727
#### 参数
723
728
724
- - ** body** : <a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a >,必需
729
+ - ** body** : <a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a >,必需
725
730
726
731
- ** dryRun** (** 查询参数** ): string
727
732
@@ -744,11 +749,11 @@ POST /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas
744
749
-->
745
750
#### 响应
746
751
747
- 200 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a >): OK
752
+ 200 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a >): OK
748
753
749
- 201 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a >): Created
754
+ 201 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a >): Created
750
755
751
- 202 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a >): Accepted
756
+ 202 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a >): Accepted
752
757
753
758
401: Unauthorized
754
759
@@ -760,13 +765,13 @@ POST /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas
760
765
761
766
#### HTTP 请求
762
767
763
- PUT /apis/flowcontrol.apiserver.k8s.io/v1beta2 /flowschemas/{name}
768
+ PUT /apis/flowcontrol.apiserver.k8s.io/v1beta3 /flowschemas/{name}
764
769
765
770
<!--
766
771
#### Parameters
767
772
- **name** (*in path*): string, required
768
773
name of the FlowSchema
769
- - **body**: <a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a>, required
774
+ - **body**: <a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a>, required
770
775
- **dryRun** (*in query*): string
771
776
- **fieldManager** (*in query*): string
772
777
- **fieldValidation** (*in query*): string
@@ -778,7 +783,7 @@ PUT /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}
778
783
779
784
FlowSchema 的名称
780
785
781
- - ** body** : <a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a >,必需
786
+ - ** body** : <a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a >,必需
782
787
783
788
- ** dryRun** (** 查询参数** ): string
784
789
@@ -801,9 +806,9 @@ PUT /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}
801
806
-->
802
807
#### 响应
803
808
804
- 200 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a >): OK
809
+ 200 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a >): OK
805
810
806
- 201 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a >): Created
811
+ 201 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a >): Created
807
812
808
813
401: Unauthorized
809
814
@@ -815,13 +820,13 @@ PUT /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}
815
820
816
821
#### HTTP 请求
817
822
818
- PUT /apis/flowcontrol.apiserver.k8s.io/v1beta2 /flowschemas/{name}/status
823
+ PUT /apis/flowcontrol.apiserver.k8s.io/v1beta3 /flowschemas/{name}/status
819
824
820
825
<!--
821
826
#### Parameters
822
827
- **name** (*in path*): string, required
823
828
name of the FlowSchema
824
- - **body**: <a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a>, required
829
+ - **body**: <a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a>, required
825
830
- **dryRun** (*in query*): string
826
831
- **fieldManager** (*in query*): string
827
832
- **fieldValidation** (*in query*): string
@@ -833,7 +838,7 @@ PUT /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}/status
833
838
834
839
FlowSchema 的名称
835
840
836
- - ** body** : <a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a >,必需
841
+ - ** body** : <a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a >,必需
837
842
838
843
- ** dryRun** (** 查询参数** ): string
839
844
@@ -856,9 +861,9 @@ PUT /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}/status
856
861
-->
857
862
#### 响应
858
863
859
- 200 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a >): OK
864
+ 200 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a >): OK
860
865
861
- 201 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a >): Created
866
+ 201 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a >): Created
862
867
863
868
401: Unauthorized
864
869
@@ -870,7 +875,7 @@ PUT /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}/status
870
875
871
876
#### HTTP 请求
872
877
873
- PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta2 /flowschemas/{name}
878
+ PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta3 /flowschemas/{name}
874
879
875
880
<!--
876
881
#### Parameters
@@ -916,9 +921,9 @@ PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}
916
921
-->
917
922
#### 响应
918
923
919
- 200 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a >): OK
924
+ 200 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a >): OK
920
925
921
- 201 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a >): Created
926
+ 201 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a >): Created
922
927
923
928
401: Unauthorized
924
929
@@ -930,7 +935,7 @@ PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}
930
935
931
936
#### HTTP 请求
932
937
933
- PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta2 /flowschemas/{name}/status
938
+ PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta3 /flowschemas/{name}/status
934
939
935
940
<!--
936
941
#### Parameters
@@ -976,9 +981,9 @@ PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}/status
976
981
-->
977
982
#### 响应
978
983
979
- 200 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a >): OK
984
+ 200 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a >): OK
980
985
981
- 201 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta2 #FlowSchema" >}}">FlowSchema</a >): Created
986
+ 201 (<a href="{{< ref "../cluster-resources/flow-schema-v1beta3 #FlowSchema" >}}">FlowSchema</a >): Created
982
987
983
988
401: Unauthorized
984
989
@@ -990,7 +995,7 @@ PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}/status
990
995
991
996
#### HTTP 请求
992
997
993
- DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta2 /flowschemas/{name}
998
+ DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3 /flowschemas/{name}
994
999
995
1000
<!--
996
1001
#### Parameters
@@ -1045,7 +1050,7 @@ DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta2/flowschemas/{name}
1045
1050
1046
1051
#### HTTP 请求
1047
1052
1048
- DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta2 /flowschemas
1053
+ DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3 /flowschemas
1049
1054
1050
1055
<!--
1051
1056
#### Parameters
0 commit comments