Skip to content

Commit

Permalink
Add optional tag to ELB name field
Browse files Browse the repository at this point in the history
  • Loading branch information
sedefsavas committed Dec 9, 2021
1 parent 9ac7adb commit c90fb91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v1beta1/network_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ var (
type ClassicELB struct {
// The name of the load balancer. It must be unique within the set of load balancers
// defined in the region. It also serves as identifier.
// +optional
Name string `json:"name,omitempty"`

// DNSName is the dns name of the load balancer.
Expand Down

0 comments on commit c90fb91

Please sign in to comment.