K3sClusterResource.withServiceSubnet
Method
interface K3sClusterResource { // ... omitted for brevity withServiceSubnet(cidr: string): K3sClusterResource;}Signature
method
withServiceSubnetbuilderSets the CIDR range for Service cluster IPs (`--service-cidr`).
withServiceSubnet(cidr: string): K3sClusterResourceParameters
cidrstringReturns
K3sClusterResourceDefined on
This method is defined on the following type: