Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Fix for VolumeMount API #1072#1073

Merged
RayRoestenburg merged 2 commits into
mainfrom
fix_1072
Jul 23, 2021
Merged

Fix for VolumeMount API #1072#1073
RayRoestenburg merged 2 commits into
mainfrom
fix_1072

Conversation

@RayRoestenburg

@RayRoestenburg RayRoestenburg commented Jul 21, 2021

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

Fixes #1072
Added Cloudflow CRD.

@RayRoestenburg RayRoestenburg changed the base branch from main to use_java_api_proto_inlet July 21, 2021 13:35
@RayRoestenburg RayRoestenburg requested a review from ignasi35 July 21, 2021 13:38
Base automatically changed from use_java_api_proto_inlet to main July 21, 2021 17:36
false,
(inBytes, throwable) -> {
context().system().log().error(String.format("an exception occurred on inlet: %s -> (hex string) %h", throwable.getMessage(), inBytes));
return Optional.empty();

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sneaky change in all that formatting....

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry about that would have been better as a separate commit.

 Added test.

Some refactoring, added check for missing volume mounts.

Better error message.

Cleanup.

Fix for compile.

Added a comment.
* Cloudflow Custom Resource Definition (CRD).

* Comment to remove endpoint statuses from CRD status, not used.

* Added docs to CRD fields.

* Remove tmp file.
@RayRoestenburg RayRoestenburg merged commit 6c3f7f5 into main Jul 23, 2021
@RayRoestenburg RayRoestenburg deleted the fix_1072 branch July 23, 2021 13:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

VolumeMount API is not working.

2 participants