Network configuration of a cluster.
Name | Type | Description | Notes |
---|---|---|---|
host_prefix | int | Network host prefix which is defaulted to `23` if not specified. | [optional] |
machine_cidr | str | IP address block from which to assign machine IP addresses, for example `10.0.0.0/16`. | [optional] |
pod_cidr | str | IP address block from which to assign pod IP addresses, for example `10.128.0.0/14`. | [optional] |
service_cidr | str | IP address block from which to assign service IP addresses, for example `172.30.0.0/16`. | [optional] |
type | str | The main controller responsible for rendering the core networking components. | [optional] |