Skip to content

Commit

Permalink
Merge pull request #3014 from sedefsavas/elbname-opt
Browse files Browse the repository at this point in the history
Add optional tag to ELB name field
  • Loading branch information
k8s-ci-robot authored Dec 9, 2021
2 parents 93d1d26 + c90fb91 commit 9d8e78c
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 9d8e78c

Please sign in to comment.