You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apis/gateway/v1beta1/loadbalancerconfig_types.go
+23-5Lines changed: 23 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@ type ListenerAttribute struct {
44
44
Valuestring`json:"value"`
45
45
}
46
46
47
-
// Tag defines a AWS Tag on resources.
48
-
typeLoadBalancerTagstruct {
47
+
// AWSTag defines a AWS Tag on resources.
48
+
typeAWSTagstruct {
49
49
// The key of the tag.
50
50
Keystring`json:"key"`
51
51
@@ -73,7 +73,7 @@ type SubnetConfiguration struct {
73
73
74
74
// SourceNatIPv6Prefix [Network LoadBalancer] The IPv6 prefix to use for source NAT. Specify an IPv6 prefix (/80 netmask) from the subnet CIDR block or auto_assigned to use an IPv6 prefix selected at random from the subnet CIDR block.
0 commit comments