public static class KubernetesNetworkConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
KubernetesNetworkConfig |
build() |
KubernetesNetworkConfig.Builder |
copy(KubernetesNetworkConfig model) |
KubernetesNetworkConfig.Builder |
podsCidr(String podsCidr)
The CIDR block for Kubernetes pods.
|
KubernetesNetworkConfig.Builder |
servicesCidr(String servicesCidr)
The CIDR block for Kubernetes services.
|
public KubernetesNetworkConfig.Builder podsCidr(String podsCidr)
The CIDR block for Kubernetes pods. Optional, defaults to 10.244.0.0/16.
podsCidr
- the value to setpublic KubernetesNetworkConfig.Builder servicesCidr(String servicesCidr)
The CIDR block for Kubernetes services. Optional, defaults to 10.96.0.0/16.
servicesCidr
- the value to setpublic KubernetesNetworkConfig build()
public KubernetesNetworkConfig.Builder copy(KubernetesNetworkConfig model)
Copyright © 2016–2024. All rights reserved.