NetworkProfile interface
OpenShift networking configuration
Properties
| host |
Network host prefix |
| machine |
The CIDR block from which to assign machine IP addresses |
| network |
The main controller responsible for rendering the core networking components |
| pod |
The CIDR of the pod IP addresses |
| service |
The CIDR block for assigned service IPs |
Property Details
hostPrefix
Network host prefix
hostPrefix?: number
Property Value
number
machineCidr
The CIDR block from which to assign machine IP addresses
machineCidr?: string
Property Value
string
networkType
The main controller responsible for rendering the core networking components
networkType?: string
Property Value
string
podCidr
The CIDR of the pod IP addresses
podCidr?: string
Property Value
string
serviceCidr
The CIDR block for assigned service IPs
serviceCidr?: string
Property Value
string