Skip to content

Commit

Permalink
Update slice/kube.go
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdappollonio authored Nov 14, 2024
1 parent bafd3ce commit 2c974de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion slice/kube.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ type kubeObjectMeta struct {
}

func (objectMeta *kubeObjectMeta) GetGroupFromAPIVersion() string {

fields := strings.Split(objectMeta.APIVersion, "/")
if len(fields) == 2 {
return strings.ToLower(fields[0])
Expand Down

0 comments on commit 2c974de

Please sign in to comment.