Skip to content

Commit

Permalink
Add firewall ID in Cluster Config (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
haardikdharma10 authored Jul 17, 2024
1 parent 20b629e commit fb45a69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ type KubernetesClusterConfig struct {
Applications string `json:"applications,omitempty"`
InstanceFirewall string `json:"instance_firewall,omitempty"`
FirewallRule string `json:"firewall_rule,omitempty"`
FirewallID string `json:"firewall_id,omitempty"`
CNIPlugin string `json:"cni_plugin,omitempty"`
}

Expand Down

0 comments on commit fb45a69

Please sign in to comment.