Skip to content

Commit

Permalink
apply feedback; add field into fields.go
Browse files Browse the repository at this point in the history
Signed-off-by: Sanja Kosier <[email protected]>
  • Loading branch information
Sanja Kosier authored and poiana committed May 21, 2024
1 parent 31c2f53 commit 1a559ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/k8saudit/pkg/k8saudit/fields.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,5 +445,10 @@ func (k *Plugin) Fields() []sdk.FieldEntry {
IsIndex: true,
},
},
{
Type: "string",
Name: "ka.cluster.name",
Desc: "The name of the k8s cluster",
},
}
}

0 comments on commit 1a559ef

Please sign in to comment.