Skip to content

Commit

Permalink
Merge pull request kubernetes#125021 from aojea/servicecidrbeta
Browse files Browse the repository at this point in the history
KEP-1880 Multiple Service CIDRs: Graduate to Beta (2/2)
  • Loading branch information
k8s-ci-robot committed Jun 30, 2024
2 parents d902351 + bc8bce2 commit 93d5651
Show file tree
Hide file tree
Showing 80 changed files with 6,421 additions and 1,638 deletions.
1 change: 1 addition & 0 deletions api/api-rules/violation_exceptions.list
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ API rule violation: names_match,k8s.io/api/core/v1,RBDVolumeSource,RadosUser
API rule violation: names_match,k8s.io/api/core/v1,VolumeSource,CephFS
API rule violation: names_match,k8s.io/api/core/v1,VolumeSource,StorageOS
API rule violation: names_match,k8s.io/api/networking/v1alpha1,ServiceCIDRSpec,CIDRs
API rule violation: names_match,k8s.io/api/networking/v1beta1,ServiceCIDRSpec,CIDRs
API rule violation: names_match,k8s.io/api/resource/v1alpha2,NamedResourcesAttributeValue,BoolValue
API rule violation: names_match,k8s.io/api/resource/v1alpha2,NamedResourcesAttributeValue,IntSliceValue
API rule violation: names_match,k8s.io/api/resource/v1alpha2,NamedResourcesAttributeValue,IntValue
Expand Down
2 changes: 1 addition & 1 deletion api/discovery/aggregated_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@
]
}
],
"version": "v1alpha1"
"version": "v1beta1"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion api/discovery/aggregated_v2beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@
]
}
],
"version": "v1alpha1"
"version": "v1beta1"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions api/discovery/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@
"version": "v1"
},
{
"groupVersion": "networking.k8s.io/v1alpha1",
"version": "v1alpha1"
"groupVersion": "networking.k8s.io/v1beta1",
"version": "v1beta1"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions api/discovery/apis__networking.k8s.io.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"version": "v1"
},
{
"groupVersion": "networking.k8s.io/v1alpha1",
"version": "v1alpha1"
"groupVersion": "networking.k8s.io/v1beta1",
"version": "v1beta1"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"apiVersion": "v1",
"groupVersion": "networking.k8s.io/v1alpha1",
"groupVersion": "networking.k8s.io/v1beta1",
"kind": "APIResourceList",
"resources": [
{
Expand All @@ -11,7 +11,7 @@
"ip"
],
"singularName": "ipaddress",
"storageVersionHash": "3APLM23DOxw=",
"storageVersionHash": "O4H8VxQhW5Y=",
"verbs": [
"create",
"delete",
Expand All @@ -28,7 +28,7 @@
"name": "servicecidrs",
"namespaced": false,
"singularName": "servicecidr",
"storageVersionHash": "3cDF5hqTkLY=",
"storageVersionHash": "8ufAXOnr3Yg=",
"verbs": [
"create",
"delete",
Expand Down
Loading

0 comments on commit 93d5651

Please sign in to comment.