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:
parent
cb1d782cfc
commit
abe109e886
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user