diff --git a/controllers/state_manager.go b/controllers/state_manager.go index eeac1bdce..65ea23ce8 100644 --- a/controllers/state_manager.go +++ b/controllers/state_manager.go @@ -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) } diff --git a/internal/state/nodepool.go b/internal/state/nodepool.go index be42d25be..f3b910331 100644 --- a/internal/state/nodepool.go +++ b/internal/state/nodepool.go @@ -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