-
Notifications
You must be signed in to change notification settings - Fork 109
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
Pull v0.7 to main #373
Pull v0.7 to main #373
Conversation
Co-authored-by: Celene Chang <[email protected]>
* [DCA] [orchestrator] add pv and pvc rbac * Add kubebuilder comment for PV and PVC Co-authored-by: cedric lamoriniere <[email protected]>
* default `agent` image is now `7.31.0` * default `cluster-agent` image is now `1.15.0`
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.
This pull request does not contain a valid label. Please add one of the following labels: bug, enhancement, documentation
Codecov Report
@@ Coverage Diff @@
## main #373 +/- ##
===========================================
+ Coverage 39.15% 65.10% +25.94%
===========================================
Files 65 63 -2
Lines 11465 6926 -4539
===========================================
+ Hits 4489 4509 +20
+ Misses 6657 2098 -4559
Partials 319 319
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
LGTM from Documentation perspective
@@ -410,7 +410,7 @@ type LogCollectionConfig struct { | |||
// Defaults to `/var/log/containers` | |||
// | |||
// +optional | |||
ContainerSymlinksPath *string `json:"ContainerSymlinksPath,omitempty"` | |||
ContainerSymlinksPath *string `json:"containerSymlinksPath,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.
I will rebase this one
@@ -722,6 +722,9 @@ type ConfigDirSpec struct { | |||
// ConfigMapName name of a ConfigMap used to mount a directory. | |||
ConfigMapName string `json:"configMapName,omitempty"` | |||
// items mapping between configMap data key and file path mount. | |||
// +optional | |||
// +listType=map | |||
// +listMapKey=key | |||
Items []corev1.KeyToPath `json:"items,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.
and this one
What does this PR do?
A brief description of the change being made with this pull request.
Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
Describe your test plan
Write there any instructions and details you may have to test your PR.