-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(core)!: Introduce two new CRDs and update existing ones #35
Conversation
Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
api/v1/nimbuspolicy_types.go
Outdated
type NimbusFromSource struct { | ||
Path string `json:"path,omitempty"` | ||
RuleAction string `json:"action"` | ||
Mode string `json:"mode,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add some description for each field
FromSource []SyscallFromSource `json:"fromSource,omitempty"` | ||
} | ||
// Mode defines the enforcement behavior of the intent. | ||
// Defaults to best-effort. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please mention "strict" here, and also what it means
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please mention "strict" here
We'll be updating our documentation to list all possible field values, so I don't think there's a need to mention strict
here.
what it means
Mode defines the enforcement behavior of the intent.
Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
|
Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
This issue has been fixed. |
Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
Description
Fixes #34
Does this PR introduce a breaking change?
Yes.
Checklist
<type>: <description>
conventionAdditional information for reviewer
Hold off on merging this PR for now. The CRDs'
status
field is still under development and need to be finalized before this PR can be integrated.Mention if this PR is part of any design or a continuation of previous PRs