Skip to content

Commit

Permalink
add field info fields list
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 ab63a13 commit e66527d
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 @@ -109,6 +109,11 @@ func (k *Plugin) Fields() []sdk.FieldEntry {
Name: "ka.target.subresource",
Desc: "The target object subresource",
},
{
Type: "string",
Name: "ka.target.pod.name",
Desc: "The target pod name",
},
{
Type: "string",
Name: "ka.req.binding.subjects",
Expand Down

0 comments on commit e66527d

Please sign in to comment.