Skip to content

Commit

Permalink
Merge pull request #7 from k8stopologyawareschedwg/add-attribute
Browse files Browse the repository at this point in the history
nrt: add attribute name definition
  • Loading branch information
ffromani authored Feb 2, 2023
2 parents 400fa3f + ba521ac commit dcab3ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions podfingerprint.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ const (
// Annotation is the recommended key to use to annotate objects
// with the fingerprint.
Annotation = "topology.node.k8s.io/fingerprint"
// Attribute is the recommended attribute name to use in
// NodeResourceTopology objects
Attribute = "nodeTopologyPodsFingerprint"
)

const (
Expand Down

0 comments on commit dcab3ab

Please sign in to comment.