diff --git a/apis/management.cattle.io/v3/schema/schema.go b/apis/management.cattle.io/v3/schema/schema.go index 83137f66..2eee891a 100644 --- a/apis/management.cattle.io/v3/schema/schema.go +++ b/apis/management.cattle.io/v3/schema/schema.go @@ -234,6 +234,8 @@ func nodeTypes(schemas *types.Schemas) *types.Schemas { clusterField := schema.ResourceFields["clusterId"] clusterField.Type = "reference[cluster]" schema.ResourceFields["clusterId"] = clusterField + schema.ResourceActions["cordon"] = types.Action{} + schema.ResourceActions["uncordon"] = types.Action{} }, struct { PublicEndpoints string `json:"publicEndpoints" norman:"type=array[publicEndpoint],nocreate,noupdate"` }{}).