Skip to content

Commit b9792a9

Browse files
authoredMar 31, 2022
Introduce APIs to support multiple ClusterCIDRs (kubernetes#108290)
* Introduce networking/v1alpha1 api, ClusterCIDRConfig type Introduce networking/v1alpha1 api group. Add `ClusterCIDRConfig` type to networking/v1alpha1 api group, this type will enable the NodeIPAM controller to support multiple ClusterCIDRs. * Change ClusterCIDRConfig.NodeSelector type in api * Fix review comments for API * Update ClusterCIDRConfig API Spec Introduce PerNodeHostBits field, remove PerNodeMaskSize
1 parent 8b158fa commit b9792a9

File tree

99 files changed

+8758
-1
lines changed

Some content is hidden

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

99 files changed

+8758
-1
lines changed
 

‎api/api-rules/violation_exceptions.list

+2
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,8 @@ API rule violation: names_match,k8s.io/api/core/v1,RBDVolumeSource,RBDPool
393393
API rule violation: names_match,k8s.io/api/core/v1,RBDVolumeSource,RadosUser
394394
API rule violation: names_match,k8s.io/api/core/v1,VolumeSource,CephFS
395395
API rule violation: names_match,k8s.io/api/core/v1,VolumeSource,StorageOS
396+
API rule violation: names_match,k8s.io/api/networking/v1alpha1,ClusterCIDRConfigSpec,IPv4CIDR
397+
API rule violation: names_match,k8s.io/api/networking/v1alpha1,ClusterCIDRConfigSpec,IPv6CIDR
396398
API rule violation: names_match,k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1,JSON,Raw
397399
API rule violation: names_match,k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1,JSONSchemaProps,Ref
398400
API rule violation: names_match,k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1,JSONSchemaProps,Schema

‎api/openapi-spec/swagger.json

+966
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.