vultr / govultr

Vultr Go API client
MIT License
230 stars 56 forks source link

Add managed firewall support for VKE #277

Closed Byteflux closed 10 months ago

Byteflux commented 10 months ago

Description

Adds support for the firewall_group_id field that is now returned as part of VKE cluster responses.

Additionally adds support for enable_firewall which can be provided when creating a new VKE cluster. When enabled, a Firewall Group will be deployed and managed by the cluster, ensuring worker nodes are automatically linked to the firewall.

Checklist: