Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 967 Bytes

Network.md

File metadata and controls

15 lines (11 loc) · 967 Bytes

Network

Network configuration of a cluster.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]