Skip to content

Commit

Permalink
Regenerate apis
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Segall <[email protected]>
  • Loading branch information
bentekkie committed Jan 29, 2025
1 parent e9bca4e commit a6a7482
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ spec:
- data_loc
- net_device
- bpf_cmd
- dentry
type: string
required:
- index
Expand Down Expand Up @@ -911,6 +912,7 @@ spec:
- data_loc
- net_device
- bpf_cmd
- dentry
type: string
required:
- index
Expand Down Expand Up @@ -1561,6 +1563,7 @@ spec:
- data_loc
- net_device
- bpf_cmd
- dentry
type: string
required:
- index
Expand Down Expand Up @@ -2146,6 +2149,7 @@ spec:
- data_loc
- net_device
- bpf_cmd
- dentry
type: string
required:
- index
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ spec:
- data_loc
- net_device
- bpf_cmd
- dentry
type: string
required:
- index
Expand Down Expand Up @@ -297,6 +298,7 @@ spec:
- data_loc
- net_device
- bpf_cmd
- dentry
type: string
required:
- index
Expand Down Expand Up @@ -910,6 +912,7 @@ spec:
- data_loc
- net_device
- bpf_cmd
- dentry
type: string
required:
- index
Expand Down Expand Up @@ -1560,6 +1563,7 @@ spec:
- data_loc
- net_device
- bpf_cmd
- dentry
type: string
required:
- index
Expand Down Expand Up @@ -2145,6 +2149,7 @@ spec:
- data_loc
- net_device
- bpf_cmd
- dentry
type: string
required:
- index
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ spec:
- data_loc
- net_device
- bpf_cmd
- dentry
type: string
required:
- index
Expand Down Expand Up @@ -297,6 +298,7 @@ spec:
- data_loc
- net_device
- bpf_cmd
- dentry
type: string
required:
- index
Expand Down Expand Up @@ -910,6 +912,7 @@ spec:
- data_loc
- net_device
- bpf_cmd
- dentry
type: string
required:
- index
Expand Down Expand Up @@ -1560,6 +1563,7 @@ spec:
- data_loc
- net_device
- bpf_cmd
- dentry
type: string
required:
- index
Expand Down Expand Up @@ -2145,6 +2149,7 @@ spec:
- data_loc
- net_device
- bpf_cmd
- dentry
type: string
required:
- index
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ spec:
- data_loc
- net_device
- bpf_cmd
- dentry
type: string
required:
- index
Expand Down Expand Up @@ -297,6 +298,7 @@ spec:
- data_loc
- net_device
- bpf_cmd
- dentry
type: string
required:
- index
Expand Down Expand Up @@ -910,6 +912,7 @@ spec:
- data_loc
- net_device
- bpf_cmd
- dentry
type: string
required:
- index
Expand Down Expand Up @@ -1560,6 +1563,7 @@ spec:
- data_loc
- net_device
- bpf_cmd
- dentry
type: string
required:
- index
Expand Down Expand Up @@ -2145,6 +2149,7 @@ spec:
- data_loc
- net_device
- bpf_cmd
- dentry
type: string
required:
- index
Expand Down
2 changes: 1 addition & 1 deletion pkg/k8s/apis/cilium.io/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type KProbeArg struct {
// +kubebuilder:validation:Minimum=0
// Position of the argument.
Index uint32 `json:"index"`
// +kubebuilder:validation:Enum=auto;int;int8;uint8;int16;uint16;uint32;int32;uint64;int64;char_buf;char_iovec;size_t;skb;sock;string;fd;file;filename;path;nop;bpf_attr;perf_event;bpf_map;user_namespace;capability;kiocb;iov_iter;cred;load_info;module;syscall64;kernel_cap_t;cap_inheritable;cap_permitted;cap_effective;linux_binprm;data_loc;net_device;bpf_cmd
// +kubebuilder:validation:Enum=auto;int;int8;uint8;int16;uint16;uint32;int32;uint64;int64;char_buf;char_iovec;size_t;skb;sock;string;fd;file;filename;path;nop;bpf_attr;perf_event;bpf_map;user_namespace;capability;kiocb;iov_iter;cred;load_info;module;syscall64;kernel_cap_t;cap_inheritable;cap_permitted;cap_effective;linux_binprm;data_loc;net_device;bpf_cmd;dentry
// +kubebuilder:default=auto
// Argument type.
Type string `json:"type"`
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.4.0"
const CustomResourceDefinitionSchemaVersion = "1.4.1"

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6a7482

Please sign in to comment.