Prepull for pod & Asym Jobs
This commit is contained in:
@@ -21,6 +21,7 @@ var _service = map[string]func() (Tool, error){
|
||||
}
|
||||
|
||||
func NewService(name string) (Tool, error) {
|
||||
return NewKubernetesTool()
|
||||
service, ok := _service[name]
|
||||
if !ok {
|
||||
return nil, errors.New("service not found")
|
||||
|
||||
Reference in New Issue
Block a user