1
0
mirror of https://github.com/rancher/types.git synced 2025-07-31 20:55:00 +00:00

add resume

This commit is contained in:
kinarashah 2018-03-29 12:22:17 -07:00
parent 54361434ef
commit 28403ef013

View File

@ -116,7 +116,8 @@ func workloadTypes(schemas *types.Schemas) *types.Schemas {
"rollback": {
Input: "revision",
},
"pause": {},
"pause": {},
"resume": {},
}
schema.MustCustomizeField("name", func(field types.Field) types.Field {
field.Type = "dnsLabel"