You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apis/v1alpha1/cluster_bpf_application_state_types.go
+16-11
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ import (
36
36
// +kubebuilder:validation:XValidation:rule="has(self.type) && self.type == 'TracePoint' ? has(self.tracepoint) : !has(self.tracepoint)",message="tracepoint configuration is required when type is tracepoint, and forbidden otherwise"
37
37
typeClBpfApplicationProgramStatestruct {
38
38
BpfProgramStateCommon`json:",inline"`
39
+
39
40
// type specifies the bpf program type
40
41
// +unionDiscriminator
41
42
// +required
@@ -93,22 +94,27 @@ type ClBpfApplicationProgramState struct {
0 commit comments