Skip to content

Commit

Permalink
Change uint to integer for seccomp errnoret docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreyCook8 committed Jul 17, 2023
1 parent f9e5022 commit f9e441d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ spec:
description: the errno return code to use. Some actions like
SCMP_ACT_ERRNO and SCMP_ACT_TRACE allow to specify the errno
code to return
type: uint
type: integer
names:
description: the names of the syscalls
items:
Expand Down
2 changes: 1 addition & 1 deletion deploy/base-crds/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ spec:
description: the errno return code to use. Some actions like
SCMP_ACT_ERRNO and SCMP_ACT_TRACE allow to specify the errno
code to return
type: uint
type: integer
names:
description: the names of the syscalls
items:
Expand Down
2 changes: 1 addition & 1 deletion deploy/base-crds/crds/seccompprofile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ spec:
description: the errno return code to use. Some actions like
SCMP_ACT_ERRNO and SCMP_ACT_TRACE allow to specify the errno
code to return
type: uint
type: integer
names:
description: the names of the syscalls
items:
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ spec:
description: the errno return code to use. Some actions like
SCMP_ACT_ERRNO and SCMP_ACT_TRACE allow to specify the errno
code to return
type: uint
type: integer
names:
description: the names of the syscalls
items:
Expand Down
2 changes: 1 addition & 1 deletion deploy/namespace-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ spec:
description: the errno return code to use. Some actions like
SCMP_ACT_ERRNO and SCMP_ACT_TRACE allow to specify the errno
code to return
type: uint
type: integer
names:
description: the names of the syscalls
items:
Expand Down
2 changes: 1 addition & 1 deletion deploy/openshift-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ spec:
description: the errno return code to use. Some actions like
SCMP_ACT_ERRNO and SCMP_ACT_TRACE allow to specify the errno
code to return
type: uint
type: integer
names:
description: the names of the syscalls
items:
Expand Down
2 changes: 1 addition & 1 deletion deploy/openshift-downstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ spec:
description: the errno return code to use. Some actions like
SCMP_ACT_ERRNO and SCMP_ACT_TRACE allow to specify the errno
code to return
type: uint
type: integer
names:
description: the names of the syscalls
items:
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ spec:
description: the errno return code to use. Some actions like
SCMP_ACT_ERRNO and SCMP_ACT_TRACE allow to specify the errno
code to return
type: uint
type: integer
names:
description: the names of the syscalls
items:
Expand Down
2 changes: 1 addition & 1 deletion deploy/webhook-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ spec:
description: the errno return code to use. Some actions like
SCMP_ACT_ERRNO and SCMP_ACT_TRACE allow to specify the errno
code to return
type: uint
type: integer
names:
description: the names of the syscalls
items:
Expand Down

0 comments on commit f9e441d

Please sign in to comment.