-
Notifications
You must be signed in to change notification settings - Fork 16
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
Moved api pkg from eventing-controller #260
Conversation
utils.WithEventingStreamData("Memory", "650M", 5, 5000), | ||
utils.WithEventingEventTypePrefix("sap.kyma.custom"), | ||
) | ||
givenEventing := &v1alpha1.Eventing{ |
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 is done to fix import cycle!!!
docs/user/02-configuration.md
Outdated
| **publisher.​resources.​claims** | \[\]object | Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. This field is immutable. It can only be set for containers. | | ||
| **publisher.​resources.​claims.​name** (required) | string | Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container. | | ||
| **publisher.​resources.​limits** | map\[string\]\{integer or string\} | Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ | | ||
| Parameter | Type | Description | |
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.
Revert this file to version from main branch before getting approval.
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.
Agree :)
48310ed
to
2942cbd
Compare
2942cbd
to
15f9524
Compare
* Moved api pkg from eventing-controller * updated samples * Fix failing tests * Delete external CRD folder * Revert 02-configuration.md doc --------- Co-authored-by: Mansur Uralov <[email protected]>
* Moved api pkg from eventing-controller * updated samples * Fix failing tests * Delete external CRD folder * Revert 02-configuration.md doc --------- Co-authored-by: Mansur Uralov <[email protected]>
* Moved api pkg from eventing-controller * updated samples * Fix failing tests * Delete external CRD folder * Revert 02-configuration.md doc --------- Co-authored-by: Mansur Uralov <[email protected]>
* Moved api pkg from eventing-controller * updated samples * Fix failing tests * Delete external CRD folder * Revert 02-configuration.md doc --------- Co-authored-by: Mansur Uralov <[email protected]>
* Moved api pkg from eventing-controller (#260) * Moved api pkg from eventing-controller * updated samples * Fix failing tests * Delete external CRD folder * Revert 02-configuration.md doc --------- Co-authored-by: Mansur Uralov <[email protected]> * Cache runtime objects only created by the EventingManager (#273) * Cache runtime objects only created by the EventingManager * Update test case name * Semantic versioning in security scan config (#319) * check_image.sh * check_image.sh * release.sh * Remove `.version` file check in release * Call retry function * Refactoring * Verify status * Check tags in security-scan-config.yaml * Check on both place * Collect latest run related data * Checkout code (#323) * Release input variable for tag checking (#324) * Release input variable for tag checking (#326) * Release input variable for tag checking * Remove whitespace * Remove white space at rc-tag * Initial Wait Time (#327) * Initial Wait Time * Parameters * Remove first check * Run github action workflows on release-branches. (#330) * tidy go.mod * bump golangcli-lint vesion * bump release version --------- Co-authored-by: Muhammad Faizan <[email protected]> Co-authored-by: Mansur Uralov <[email protected]> Co-authored-by: Marco Bebway <[email protected]> Co-authored-by: Tibor Kiss <[email protected]>
Description
Changes proposed in this pull request are mentioned here.
Related issue(s)
eventing-controller
toeventing-manager
#106