K3sClusterResource.withDisabledComponent
Method
interface K3sClusterResource { // ... omitted for brevity withDisabledComponent(component: string): K3sClusterResource;}Signature
method
withDisabledComponentbuilderDisables a built-in k3s component (`--disable=<component>`).
withDisabledComponent(component: string): K3sClusterResourceParameters
componentstringReturns
K3sClusterResourceDefined on
This method is defined on the following type: