mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-14 20:56:42 +00:00
Fix typo: suppported -> supported
Signed-off-by: Rui Cao <ruicao@alauda.io>
This commit is contained in:
parent
41f9a14a24
commit
4bab607b82
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ type Source struct{}
|
|||
// Name returns an identifier string for this feature source.
|
||||
func (s Source) Name() string { return "rdt" }
|
||||
|
||||
// Discover returns feature names for CMT and CAT if suppported.
|
||||
// Discover returns feature names for CMT and CAT if supported.
|
||||
func (s Source) Discover() ([]string, error) {
|
||||
features := []string{}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue