ionos-cloud / sdk-go

Apache License 2.0
8 stars 1 forks source link

Add PATCH for Kubernetes clusters and node pool updates #4

Open avorima opened 4 years ago

avorima commented 4 years ago

Current SDK Version

v5.2.0

Use-cases

The Kubernetes cluster and node pool update actions use PUT like PATCH, so it would make sense to actually use PATCH.

Attempted Solutions

Proposal

References

https://tools.ietf.org/html/rfc7231#section-4.3.4

https://tools.ietf.org/html/rfc5789#section-2

mflorin commented 3 years ago

Hello @avorima,

This actually depends on the Cloud API providing the PATCH request. For now, only a PUT request is provided for updating a node pool. As soon as PATCH is available, we will use it in our sdk.

Thanks, Florin

cristiGuranIonos commented 2 years ago

Still no patch.