1
0
mirror of https://github.com/rancher/types.git synced 2025-07-05 09:46:13 +00:00

disable action for authConfig

This commit is contained in:
Craig Jellick 2018-02-13 16:54:50 -07:00
parent cb1d782cfc
commit abe109e886

View File

@ -228,6 +228,7 @@ func authnTypes(schemas *types.Schemas) *types.Schemas {
MustImportAndCustomize(&Version, v3.GithubConfig{}, func(schema *types.Schema) {
schema.BaseType = "authConfig"
schema.ResourceActions = map[string]types.Action{
"disable": {},
"configureTest": {
Input: "githubConfig",
Output: "githubConfigTestOutput",