Skip to content

Commit 93d5651

Browse files
authored
Merge pull request kubernetes#125021 from aojea/servicecidrbeta
KEP-1880 Multiple Service CIDRs: Graduate to Beta (2/2)
2 parents d902351 + bc8bce2 commit 93d5651

File tree

80 files changed

+6421
-1638
lines changed

Some content is hidden

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

80 files changed

+6421
-1638
lines changed

api/api-rules/violation_exceptions.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ 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
5353
API rule violation: names_match,k8s.io/api/networking/v1alpha1,ServiceCIDRSpec,CIDRs
54+
API rule violation: names_match,k8s.io/api/networking/v1beta1,ServiceCIDRSpec,CIDRs
5455
API rule violation: names_match,k8s.io/api/resource/v1alpha2,NamedResourcesAttributeValue,BoolValue
5556
API rule violation: names_match,k8s.io/api/resource/v1alpha2,NamedResourcesAttributeValue,IntSliceValue
5657
API rule violation: names_match,k8s.io/api/resource/v1alpha2,NamedResourcesAttributeValue,IntValue

api/discovery/aggregated_v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@
912912
]
913913
}
914914
],
915-
"version": "v1alpha1"
915+
"version": "v1beta1"
916916
}
917917
]
918918
},

api/discovery/aggregated_v2beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@
912912
]
913913
}
914914
],
915-
"version": "v1alpha1"
915+
"version": "v1beta1"
916916
}
917917
]
918918
},

api/discovery/apis.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@
133133
"version": "v1"
134134
},
135135
{
136-
"groupVersion": "networking.k8s.io/v1alpha1",
137-
"version": "v1alpha1"
136+
"groupVersion": "networking.k8s.io/v1beta1",
137+
"version": "v1beta1"
138138
}
139139
]
140140
},

api/discovery/apis__networking.k8s.io.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"version": "v1"
1313
},
1414
{
15-
"groupVersion": "networking.k8s.io/v1alpha1",
16-
"version": "v1alpha1"
15+
"groupVersion": "networking.k8s.io/v1beta1",
16+
"version": "v1beta1"
1717
}
1818
]
1919
}

api/discovery/apis__networking.k8s.io__v1alpha1.json renamed to api/discovery/apis__networking.k8s.io__v1beta1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"apiVersion": "v1",
3-
"groupVersion": "networking.k8s.io/v1alpha1",
3+
"groupVersion": "networking.k8s.io/v1beta1",
44
"kind": "APIResourceList",
55
"resources": [
66
{
@@ -11,7 +11,7 @@
1111
"ip"
1212
],
1313
"singularName": "ipaddress",
14-
"storageVersionHash": "3APLM23DOxw=",
14+
"storageVersionHash": "O4H8VxQhW5Y=",
1515
"verbs": [
1616
"create",
1717
"delete",
@@ -28,7 +28,7 @@
2828
"name": "servicecidrs",
2929
"namespaced": false,
3030
"singularName": "servicecidr",
31-
"storageVersionHash": "3cDF5hqTkLY=",
31+
"storageVersionHash": "8ufAXOnr3Yg=",
3232
"verbs": [
3333
"create",
3434
"delete",

0 commit comments

Comments
 (0)