K3sClusterResource.withAgentCount
Method
interface K3sClusterResource { // ... omitted for brevity withAgentCount(count: number): K3sClusterResource;}Signature
method
withAgentCountbuilderSets the number of k3s agent (worker) nodes to add to the cluster.
withAgentCount(count: number): K3sClusterResourceParameters
countnumberReturns
K3sClusterResourceDefined on
This method is defined on the following type: