Skip to content

Conversation

@Jeansen
Copy link
Contributor

@Jeansen Jeansen commented Aug 2, 2025

The latest changes from openapi-generator have been merged, including OpenAPITools/openapi-generator#21635. This PR amends the README accordingly.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 2, 2025
@brendandburns
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 4, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: brendandburns, Jeansen

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 4, 2025
@k8s-ci-robot k8s-ci-robot merged commit b403751 into kubernetes-client:master Aug 4, 2025
2 checks passed

# Install pre-requisites
sudo apt-get install libssl-dev libcurl4-openssl-dev libwebsockets-dev uncrustify
sudo apt-get install libssl-dev libcurl4-openssl-dev libwebsockets-dev uncrustify cmake g++
Copy link
Member

@ityuhui ityuhui Aug 4, 2025

Choose a reason for hiding this comment

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

A small suggestion: Since the client library is written for C programming, not just C++, it would be better to remove the g++ dependency.
Since this PR has already been merged, we may need another PR to remove it.
Sorry for the delay in my review.

Copy link
Contributor Author

@Jeansen Jeansen Aug 4, 2025

Choose a reason for hiding this comment

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

I took this dependency from the devcontainer in this project. g++ is needed when you want to build libyaml, which is a dependency for this client. So it is kind of a pre-requisite, is it not?

Copy link
Member

Choose a reason for hiding this comment

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

Oh, I see.

I don't think g++ is a required dependency for building libyaml. (build-essential is sufficient) The purpose of including this dependency in the devcontainer is just to provide users with a container development/testing environment. We could use build-essential instead.

However, the README.md is where developers/users will find relevant information. I'm concerned that the g++ dependency might mislead them into thinking this is a project that requires a C++ compiler.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Looks like you are right. I'll make a PR where g++ is removed, then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants