withKubectlImage
Method
interface K3sClusterResource { // ... omitted for brevity withKubectlImage( tag?: string, image?: string, registry?: string): K3sClusterResource;}Signature
method
withKubectlImagebuilderOverrides the container image used to run `kubectl apply` for all `K8sManifestResource` children of this cluster.
withKubectlImage( tag?: string, image?: string, registry?: string): K3sClusterResourceParameters
tagstringoptionalimagestringoptionalregistrystringoptionalReturns
K3sClusterResourceApplies to
This method applies to the following types: