Skip to content

Add common types to CRD argument parsing#1190

Merged
kevsecurity merged 1 commit into
mainfrom
pr/kevsecurity/add-int64-type
Jul 6, 2023
Merged

Add common types to CRD argument parsing#1190
kevsecurity merged 1 commit into
mainfrom
pr/kevsecurity/add-int64-type

Conversation

@kevsecurity

Copy link
Copy Markdown
Contributor

Kprobe and tracepoint arguments can be specified with a type. In some cases some common types – int64, int32, long, unsigned long and long – were missing from the mapping from their string representations to the internal type enum. This caused warnings to be displayed if these types were used in a CRD to specify the types of arguments.

This commit adds these common types.

Kprobe and tracepoint arguments can be specified with a type. In some
cases some common types – int64, int32, long, unsigned long and long –
were missing from the mapping from their string representations to the
internal type enum. This caused warnings to be displayed if these types
were used in a CRD to specify the types of arguments.

This commit adds these common types.

Signed-off-by: Kevin Sheldrake <kevin.sheldrake@isovalent.com>
@kevsecurity
kevsecurity requested a review from a team as a code owner July 6, 2023 12:43
@kevsecurity
kevsecurity requested a review from a user July 6, 2023 12:43
@kevsecurity
kevsecurity merged commit a18ddef into main Jul 6, 2023
@kevsecurity
kevsecurity deleted the pr/kevsecurity/add-int64-type branch July 6, 2023 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants