What this PR does / why we need it:
This PR continues the work from https://github.com/gardener/gardener/pull/9998 to allow propagating network ranges from provider extension to Shoot status. It adds fields for the node, pod and service CIDRs to the InfrastructureConfig. When defined they are taken into account as well as the fields defined in the networking section of the shoot.yaml file. The PR is a prerequisite to later add the delegated prefixes provided by the AWS infrastructure provider.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note:
Propagate network ranges from provider extension to Shoot status.
How to categorize this PR?
/area networking /kind enhancement /platform aws
What this PR does / why we need it: This PR continues the work from https://github.com/gardener/gardener/pull/9998 to allow propagating network ranges from provider extension to Shoot status. It adds fields for the node, pod and service CIDRs to the
InfrastructureConfig
. When defined they are taken into account as well as the fields defined in the networking section of the shoot.yaml file. The PR is a prerequisite to later add the delegated prefixes provided by the AWS infrastructure provider.Which issue(s) this PR fixes: Fixes #
Special notes for your reviewer:
Release note: