Skip to content

Commit

Permalink
Add managed firewall support for VKE
Browse files Browse the repository at this point in the history
  • Loading branch information
Byteflux committed Nov 8, 2023
1 parent a6dd1f5 commit d0ec0c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ type Cluster struct {
Region string `json:"region"`
Status string `json:"status"`
HAControlPlanes bool `json:"ha_controlplanes"`
FirewallGroupID string `json:"firewall_group_id"`
NodePools []NodePool `json:"node_pools"`
}

Expand Down Expand Up @@ -92,6 +93,7 @@ type ClusterReq struct {
Region string `json:"region"`
Version string `json:"version"`
HAControlPlanes bool `json:"ha_controlplanes,omitempty"`
EnableFirewall bool `json:"enable_firewall,omitempty"`
NodePools []NodePoolReq `json:"node_pools"`
}

Expand Down

0 comments on commit d0ec0c0

Please sign in to comment.