Skip to content

Commit

Permalink
chore: use example link to specify the directory (#89)
Browse files Browse the repository at this point in the history
* remove unuse code

Signed-off-by: googs1025 <googs1025@gmail.com>

* use example link to specify the directory

Signed-off-by: googs1025 <googs1025@gmail.com>

---------

Signed-off-by: googs1025 <googs1025@gmail.com>
Co-authored-by: gshaibi <39763067+gshaibi@users.noreply.github.com>
  • Loading branch information
googs1025 and gshaibi authored Dec 26, 2024
1 parent c228673 commit 8633cfc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ resources:

Verify that it has been scheduled on one of the __CPU__ nodes.

You can also test by running the example deployment YAML under the `example` folder
You can also test by running the example deployment YAML under the [example](./example) folder

## Troubleshooting

Expand Down
6 changes: 0 additions & 6 deletions internal/common/topology/types.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package topology

import (
"fmt"

"k8s.io/apimachinery/pkg/types"
)

Expand Down Expand Up @@ -62,7 +60,3 @@ type GenericDevice struct {
Name string `yaml:"name"`
Count int `yaml:"count"`
}

// Errors
var ErrNoNodes = fmt.Errorf("no nodes found")
var ErrNoNode = fmt.Errorf("node not found")

0 comments on commit 8633cfc

Please sign in to comment.