Skip to content

Commit 45d0fdd

Browse files
authored
Merge pull request kubernetes#128971 from aojea/servicecidr_ga
KEP-1880 Multiple Service CIDRs: Graduate to GA
2 parents 427cd18 + 09c82fc commit 45d0fdd

File tree

78 files changed

+11945
-2254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+11945
-2254
lines changed

api/api-rules/violation_exceptions.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ API rule violation: names_match,k8s.io/api/core/v1,RBDVolumeSource,RBDPool
5050
API rule violation: names_match,k8s.io/api/core/v1,RBDVolumeSource,RadosUser
5151
API rule violation: names_match,k8s.io/api/core/v1,VolumeSource,CephFS
5252
API rule violation: names_match,k8s.io/api/core/v1,VolumeSource,StorageOS
53+
API rule violation: names_match,k8s.io/api/networking/v1,ServiceCIDRSpec,CIDRs
5354
API rule violation: names_match,k8s.io/api/networking/v1alpha1,ServiceCIDRSpec,CIDRs
5455
API rule violation: names_match,k8s.io/api/networking/v1beta1,ServiceCIDRSpec,CIDRs
5556
API rule violation: names_match,k8s.io/api/resource/v1alpha3,DeviceAttribute,BoolValue

api/discovery/aggregated_v2.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,29 @@
805805
"watch"
806806
]
807807
},
808+
{
809+
"resource": "ipaddresses",
810+
"responseKind": {
811+
"group": "",
812+
"kind": "IPAddress",
813+
"version": ""
814+
},
815+
"scope": "Cluster",
816+
"shortNames": [
817+
"ip"
818+
],
819+
"singularResource": "ipaddress",
820+
"verbs": [
821+
"create",
822+
"delete",
823+
"deletecollection",
824+
"get",
825+
"list",
826+
"patch",
827+
"update",
828+
"watch"
829+
]
830+
},
808831
{
809832
"resource": "networkpolicies",
810833
"responseKind": {
@@ -827,6 +850,41 @@
827850
"update",
828851
"watch"
829852
]
853+
},
854+
{
855+
"resource": "servicecidrs",
856+
"responseKind": {
857+
"group": "",
858+
"kind": "ServiceCIDR",
859+
"version": ""
860+
},
861+
"scope": "Cluster",
862+
"singularResource": "servicecidr",
863+
"subresources": [
864+
{
865+
"responseKind": {
866+
"group": "",
867+
"kind": "ServiceCIDR",
868+
"version": ""
869+
},
870+
"subresource": "status",
871+
"verbs": [
872+
"get",
873+
"patch",
874+
"update"
875+
]
876+
}
877+
],
878+
"verbs": [
879+
"create",
880+
"delete",
881+
"deletecollection",
882+
"get",
883+
"list",
884+
"patch",
885+
"update",
886+
"watch"
887+
]
830888
}
831889
],
832890
"version": "v1"

api/discovery/apis__networking.k8s.io__v1.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,26 @@
5151
"update"
5252
]
5353
},
54+
{
55+
"kind": "IPAddress",
56+
"name": "ipaddresses",
57+
"namespaced": false,
58+
"shortNames": [
59+
"ip"
60+
],
61+
"singularName": "ipaddress",
62+
"storageVersionHash": "O4H8VxQhW5Y=",
63+
"verbs": [
64+
"create",
65+
"delete",
66+
"deletecollection",
67+
"get",
68+
"list",
69+
"patch",
70+
"update",
71+
"watch"
72+
]
73+
},
5474
{
5575
"kind": "NetworkPolicy",
5676
"name": "networkpolicies",
@@ -70,6 +90,34 @@
7090
"update",
7191
"watch"
7292
]
93+
},
94+
{
95+
"kind": "ServiceCIDR",
96+
"name": "servicecidrs",
97+
"namespaced": false,
98+
"singularName": "servicecidr",
99+
"storageVersionHash": "8ufAXOnr3Yg=",
100+
"verbs": [
101+
"create",
102+
"delete",
103+
"deletecollection",
104+
"get",
105+
"list",
106+
"patch",
107+
"update",
108+
"watch"
109+
]
110+
},
111+
{
112+
"kind": "ServiceCIDR",
113+
"name": "servicecidrs/status",
114+
"namespaced": false,
115+
"singularName": "",
116+
"verbs": [
117+
"get",
118+
"patch",
119+
"update"
120+
]
73121
}
74122
]
75123
}

0 commit comments

Comments
 (0)