-
Notifications
You must be signed in to change notification settings - Fork 26
Add support of configuring ConfigMaps with CR #197
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: houshengbo The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
knative-prow-robot
left a comment
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.
@houshengbo: 2 warnings.
Details
In response to this:
Issue to be fixed
Fixes #
Proposed Changes
Release Note
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
8bd0faf to
c5f362e
Compare
mattmoor
left a comment
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.
Produced via:
gofmt -s -w $(find -path './vendor' -prune -o -path './third_party' -prune -o -type f -name '*.go' -print)
Co-Authored-By: Matt Moore <[email protected]>
Co-Authored-By: Matt Moore <[email protected]>
Co-Authored-By: Matt Moore <[email protected]>
Co-Authored-By: Matt Moore <[email protected]>
Co-Authored-By: Matt Moore <[email protected]>
mattmoor
left a comment
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.
Produced via:
gofmt -s -w $(find -path './vendor' -prune -o -path './third_party' -prune -o -type f -name '*.go' -print)
mattmoor
left a comment
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.
Produced via:
gofmt -s -w $(find -path './vendor' -prune -o -path './third_party' -prune -o -type f -name '*.go' -print)
mattmoor
left a comment
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.
Produced via:
gofmt -s -w $(find -path './vendor' -prune -o -path './third_party' -prune -o -type f -name '*.go' -print)
mattmoor
left a comment
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.
Produced via:
gofmt -s -w $(find -path './vendor' -prune -o -path './third_party' -prune -o -type f -name '*.go' -print)
Co-Authored-By: Matt Moore <[email protected]>
Co-Authored-By: Matt Moore <[email protected]>
mattmoor
left a comment
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.
Produced via:
gofmt -s -w $(find -path './vendor' -prune -o -path './third_party' -prune -o -type f -name '*.go' -print)
| name string | ||
| config configMapData | ||
| configMap corev1.ConfigMap | ||
| expected corev1.ConfigMap |
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.
Format Go code:
| name string | |
| config configMapData | |
| configMap corev1.ConfigMap | |
| expected corev1.ConfigMap | |
| name string | |
| config configMapData | |
| configMap corev1.ConfigMap | |
| expected corev1.ConfigMap |
|
The following is the coverage report on the affected files.
|
* Add support of configuring ConfigMap with CR * Use 0.13.3 as the previous release version * Update pkg/reconciler/knativeeventing/common/config_maps_test.go Co-Authored-By: Matt Moore <[email protected]> * Update pkg/reconciler/knativeeventing/common/config_maps_test.go Co-Authored-By: Matt Moore <[email protected]> * Update pkg/reconciler/knativeeventing/common/config_maps_test.go Co-Authored-By: Matt Moore <[email protected]> * Update pkg/reconciler/knativeeventing/common/config_maps_test.go Co-Authored-By: Matt Moore <[email protected]> * Update pkg/reconciler/knativeeventing/common/config_maps_test.go Co-Authored-By: Matt Moore <[email protected]> * Update pkg/reconciler/knativeeventing/common/config_maps_test.go Co-Authored-By: Matt Moore <[email protected]> * Update pkg/reconciler/knativeeventing/common/config_maps_test.go Co-Authored-By: Matt Moore <[email protected]> Co-authored-by: Matt Moore <[email protected]>
* Add support of configuring ConfigMap with CR * Use 0.13.3 as the previous release version * Update pkg/reconciler/knativeeventing/common/config_maps_test.go Co-Authored-By: Matt Moore <[email protected]> * Update pkg/reconciler/knativeeventing/common/config_maps_test.go Co-Authored-By: Matt Moore <[email protected]> * Update pkg/reconciler/knativeeventing/common/config_maps_test.go Co-Authored-By: Matt Moore <[email protected]> * Update pkg/reconciler/knativeeventing/common/config_maps_test.go Co-Authored-By: Matt Moore <[email protected]> * Update pkg/reconciler/knativeeventing/common/config_maps_test.go Co-Authored-By: Matt Moore <[email protected]> * Update pkg/reconciler/knativeeventing/common/config_maps_test.go Co-Authored-By: Matt Moore <[email protected]> * Update pkg/reconciler/knativeeventing/common/config_maps_test.go Co-Authored-By: Matt Moore <[email protected]> Co-authored-by: Matt Moore <[email protected]> Co-authored-by: Matt Moore <[email protected]>
Issue to be fixed
This PR copied everything from serving-operator repository, to implement the Tranform for ConfigMaps.
Proposed Changes
configin eventing operator CR to support ConfigMap editing.Release Note