linode / linodego

Go client for Linode REST v4 API
MIT License
138 stars 81 forks source link

Add support for LKE NodePool Labels and Taints #549

Closed mrogers950 closed 1 month ago

mrogers950 commented 2 months ago

📝 Description

What does this PR do and why is this change necessary? LKE recently added "labels" and "taints" parameters to the Node Pool API, so this PR adds support for those parameters.

✔️ How to Test

Running cd test && make testinit runs the integration test suite which has two test cases that exercise the functionality, TestLKENodePool_Update and TestLKENodePool_CreateWithLabelsAndTaints