ClusterNetworking(mapping=None, *, ignore_unknown_fields=False, **kwargs)Cluster-wide networking configuration.
Attributes |
|
|---|---|
| Name | Description |
cluster_ipv4_cidr_blocks |
MutableSequence[str]
Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation. |
services_ipv4_cidr_blocks |
MutableSequence[str]
Required. All services in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation. |