Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions controllers/state_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -993,11 +993,6 @@ func (n *ClusterPolicyController) step() (gpuv1.State, error) {
return result, nil
}

// TODO
// func (n ClusterPolicyController) validate() {
// add custom validation functions
// }

func (n ClusterPolicyController) last() bool {
return n.idx == len(n.controls)
}
Expand Down
1 change: 0 additions & 1 deletion internal/state/nodepool.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const (
)

// TODO: move this code to it's own module?
// TODO: add unit tests
type nodePool struct {
name string
osRelease string
Expand Down