Files
EdgeAdmin/internal/web/actions/default/clusters/cluster/node/update_hook.go

9 lines
186 B
Go
Raw Normal View History

2024-05-17 17:56:37 +08:00
// Copyright 2022 GoEdge CDN goedge.cdn@gmail.com. All rights reserved.
2022-04-07 21:37:13 +08:00
//go:build !plus
package node
func (this *UpdateAction) CanUpdateLevel(level int32) bool {
return level <= 1
}