Skip to content

Commit

Permalink
chore(k8s): update tracee_types.go
Browse files Browse the repository at this point in the history
Disable deepcopy generation for PolicyInterface interface.
  • Loading branch information
geyslan committed Jan 10, 2025
1 parent 264b1a6 commit 65a40e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/k8s/apis/tracee.aquasec.com/v1beta1/tracee_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)

// +kubebuilder:object:generate=false

// PolicyInterface is the interface of the policy object,
// it is used to allow tracee to support policies coming from kubernetes,
// or directly from the filesystem.
Expand Down

0 comments on commit 65a40e8

Please sign in to comment.