ClusterNetworkProfile

data class ClusterNetworkProfile(val outboundType: String? = null, val podCidr: String, val serviceCidr: String)

Constructors

Link copied to clipboard
fun ClusterNetworkProfile(outboundType: String? = null, podCidr: String, serviceCidr: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val outboundType: String? = null

The outbound (egress) routing method. Possible values are Loadbalancer and UserDefinedRouting. Defaults to LoadBalancer. Changing this forces a new resource to be created.

Link copied to clipboard

The CIDR to use for pod IP addresses. Changing this forces a new resource to be created.

Link copied to clipboard

The network range used by the OpenShift service. Changing this forces a new resource to be created.