1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-01 06:56:29 +00:00

Add ability to deploy jobs with kubectl and not job task

This API is used solely in rancher local clusters.
This commit is contained in:
Darren Shepherd
2018-02-26 16:27:07 -07:00
parent bfa51fd41c
commit fce6b15f18
2 changed files with 15 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ type Cluster struct {
LocalConnDialerFactory hosts.DialerFactory
PrivateRegistriesMap map[string]v3.PrivateRegistry
K8sWrapTransport k8s.WrapTransport
UseKubectlDeploy bool
}
const (