Skip to content

Commit

Permalink
crd: add followChildren in matchBinaries
Browse files Browse the repository at this point in the history
Signed-off-by: Kornilios Kourtis <kornilios@isovalent.com>
  • Loading branch information
kkourt committed Aug 5, 2024
1 parent b85e132 commit 55117f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkg/k8s/apis/cilium.io/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ type BinarySelector struct {
Operator string `json:"operator"`
// Value to compare the argument against.
Values []string `json:"values"`
// In addition to binaries, match children processes of specified binaries.
FollowChildren bool `json:"followChildren"`
}

// KProbeSelector selects function calls for kprobe based on PIDs and function arguments. The
Expand Down
2 changes: 1 addition & 1 deletion pkg/k8s/apis/cilium.io/v1alpha1/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ package v1alpha1
// Used to determine if CRD needs to be updated in cluster
//
// Developers: Bump patch for each change in the CRD schema.
const CustomResourceDefinitionSchemaVersion = "1.2.1"
const CustomResourceDefinitionSchemaVersion = "1.2.2"

0 comments on commit 55117f5

Please sign in to comment.