Class ClusterNetworking (0.2.0)

ClusterNetworking(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Cluster-wide networking configuration.

Attributes

NameDescription
cluster_ipv4_cidr_blocks Sequence[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 Sequence[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.

Inheritance

builtins.object > proto.message.Message > ClusterNetworking