diff --git a/apis/management.cattle.io/v3/schema/schema.go b/apis/management.cattle.io/v3/schema/schema.go index 145b449a..dcf6175a 100644 --- a/apis/management.cattle.io/v3/schema/schema.go +++ b/apis/management.cattle.io/v3/schema/schema.go @@ -247,6 +247,7 @@ func nodeTypes(schemas *types.Schemas) *types.Schemas { schema.ResourceFields["clusterId"] = clusterField schema.ResourceActions["cordon"] = types.Action{} schema.ResourceActions["uncordon"] = types.Action{} + schema.ResourceActions["stopDrain"] = types.Action{} schema.ResourceActions["drain"] = types.Action{ Input: "nodeDrainInput", }