bytedance / vArmor

vArmor is a cloud native container sandbox system based on AppArmor/BPF/Seccomp. It also includes multiple built-in protection rules that are ready to use out of the box.
https://varmor.org
Apache License 2.0
298 stars 31 forks source link

refactor: Change fields in CRD from objects to pointers #122

Closed Danny-Wei closed 3 weeks ago

Danny-Wei commented 3 weeks ago

Update CRD structure by converting specific fields to pointers. This adjustment allows for better handling of nil values and reduces memory overhead where these fields are not mandatory.