Skip to content

Commit

Permalink
add natGateway to ClusterVPC
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian-radu committed Jun 24, 2019
1 parent 3e76315 commit c7c4efb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/apis/eksctl.io/v1alpha5/vpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ type (
SharedNodeSecurityGroup string `json:"sharedNodeSecurityGroup,omitempty"`
// +optional
AutoAllocateIPv6 *bool `json:"autoAllocateIPv6,omitempty"`
// +optional
NATGateway string `json:"natGateway,omitempty"`
}
// ClusterSubnets holds private and public subnets
ClusterSubnets struct {
Expand Down

0 comments on commit c7c4efb

Please sign in to comment.