mirror of
https://github.com/kemko/nomad.git
synced 2026-01-09 11:55:42 +03:00
structs drop deprecation warning, revert unnecessary comment change
This commit is contained in:
@@ -317,8 +317,7 @@ type NodeRegisterRequest struct {
|
||||
}
|
||||
|
||||
// NodeDeregisterRequest is used for Node.Deregister endpoint
|
||||
// to deregister a batch of nodes from being schedulable entities.
|
||||
// Deprecated in 0.9.3
|
||||
// to deregister a node as being a schedulable entity.
|
||||
type NodeDeregisterRequest struct {
|
||||
NodeID string
|
||||
WriteRequest
|
||||
|
||||
Reference in New Issue
Block a user