Skip to content

Commit

Permalink
Allow to pass multiple PublicIPv4 pools
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredkrohmer committed Apr 14, 2021
1 parent 000d5b4 commit 287758b
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 731 deletions.
5 changes: 3 additions & 2 deletions api/v1alpha1/eip_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ type EIPSpec struct {
// +optional
Assignment *EIPAssignment `json:"assignment,omitempty"`

PublicIPv4Pool string `json:"publicIPv4Pool,omitempty"`
PublicIPAddress string `json:"publicIPAddress,omitempty"`
PublicIPv4Pool string `json:"publicIPv4Pool,omitempty"`
PublicIPv4Pools []string `json:"publicIPv4Pools,omitempty"`
PublicIPAddress string `json:"publicIPAddress,omitempty"`

// Tags that will be applied to the created EIP.
// +optional
Expand Down
5 changes: 5 additions & 0 deletions api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 287758b

Please sign in to comment.