support kubernetes secret creation

This commit is contained in:
rushtehrani
2020-01-07 16:38:52 -08:00
parent 3e73561de0
commit 32e8b51251
14 changed files with 639 additions and 8 deletions

View File

@@ -8,12 +8,9 @@ import (
"github.com/onepanelio/core/api"
"github.com/onepanelio/core/manager"
"github.com/onepanelio/core/model"
"github.com/onepanelio/core/util"
"github.com/onepanelio/core/util/ptr"
)
var userError *util.UserError
type WorkflowServer struct {
resourceManager *manager.ResourceManager
}