Skip to content

Commit

Permalink
Merge pull request #109 from kubescape/slug
Browse files Browse the repository at this point in the history
add missing method to interface
  • Loading branch information
matthyx authored Sep 26, 2024
2 parents 893ccd5 + f9087cb commit ef73881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instanceidhandler/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ type IInstanceID interface {
GetName() string
GetContainerName() string
GetStringFormatted() string
GetStringNoContainer() string
GetHashed() string
GetLabels() map[string]string
// GetSlug returns a string with a human-friendly and Kubernetes-compatible name
Expand Down

0 comments on commit ef73881

Please sign in to comment.