Skip to content

Commit c70e43d

Browse files
🎨 VNF-3666 update comments to generalize operator reference in load balancer results (#53)
1 parent 2220130 commit c70e43d

21 files changed

Lines changed: 21 additions & 21 deletions

File tree

v2/ecl/managed_load_balancer/v1/health_monitors/results.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ type HealthMonitor struct {
128128
// - The load balancer and related resources can be operated
129129
// - `"STUCK"`
130130
// - The latest operation of the load balancer has been stopped
131-
// - Operators of NTT Communications will investigate the operation
131+
// - The operators will investigate the operation
132132
// - The load balancer and related resources cannot be operated
133133
// - `"ERROR"`
134134
// - The latest operation of the load balancer has been failed

v2/ecl/managed_load_balancer/v1/listeners/results.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ type Listener struct {
110110
// - The load balancer and related resources can be operated
111111
// - `"STUCK"`
112112
// - The latest operation of the load balancer has been stopped
113-
// - Operators of NTT Communications will investigate the operation
113+
// - The operators will investigate the operation
114114
// - The load balancer and related resources cannot be operated
115115
// - `"ERROR"`
116116
// - The latest operation of the load balancer has been failed

v2/ecl/managed_load_balancer/v1/load_balancers/results.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ type LoadBalancer struct {
163163
// - The load balancer and related resources can be operated
164164
// - `"STUCK"`
165165
// - The latest operation of the load balancer has been stopped
166-
// - Operators of NTT Communications will investigate the operation
166+
// - The operators will investigate the operation
167167
// - The load balancer and related resources cannot be operated
168168
// - `"ERROR"`
169169
// - The latest operation of the load balancer has been failed

v2/ecl/managed_load_balancer/v1/policies/results.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ type Policy struct {
188188
// - The load balancer and related resources can be operated
189189
// - `"STUCK"`
190190
// - The latest operation of the load balancer has been stopped
191-
// - Operators of NTT Communications will investigate the operation
191+
// - The operators will investigate the operation
192192
// - The load balancer and related resources cannot be operated
193193
// - `"ERROR"`
194194
// - The latest operation of the load balancer has been failed

v2/ecl/managed_load_balancer/v1/routes/results.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ type Route struct {
104104
// - The load balancer and related resources can be operated
105105
// - `"STUCK"`
106106
// - The latest operation of the load balancer has been stopped
107-
// - Operators of NTT Communications will investigate the operation
107+
// - The operators will investigate the operation
108108
// - The load balancer and related resources cannot be operated
109109
// - `"ERROR"`
110110
// - The latest operation of the load balancer has been failed

v2/ecl/managed_load_balancer/v1/rules/results.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ type Rule struct {
125125
// - The load balancer and related resources can be operated
126126
// - `"STUCK"`
127127
// - The latest operation of the load balancer has been stopped
128-
// - Operators of NTT Communications will investigate the operation
128+
// - The operators will investigate the operation
129129
// - The load balancer and related resources cannot be operated
130130
// - `"ERROR"`
131131
// - The latest operation of the load balancer has been failed

v2/ecl/managed_load_balancer/v1/target_groups/results.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ type TargetGroup struct {
118118
// - The load balancer and related resources can be operated
119119
// - `"STUCK"`
120120
// - The latest operation of the load balancer has been stopped
121-
// - Operators of NTT Communications will investigate the operation
121+
// - The operators will investigate the operation
122122
// - The load balancer and related resources cannot be operated
123123
// - `"ERROR"`
124124
// - The latest operation of the load balancer has been failed

v3/ecl/managed_load_balancer/v1/health_monitors/results.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ type HealthMonitor struct {
128128
// - The load balancer and related resources can be operated
129129
// - `"STUCK"`
130130
// - The latest operation of the load balancer has been stopped
131-
// - Operators of NTT Communications will investigate the operation
131+
// - The operators will investigate the operation
132132
// - The load balancer and related resources cannot be operated
133133
// - `"ERROR"`
134134
// - The latest operation of the load balancer has been failed

v3/ecl/managed_load_balancer/v1/listeners/results.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ type Listener struct {
110110
// - The load balancer and related resources can be operated
111111
// - `"STUCK"`
112112
// - The latest operation of the load balancer has been stopped
113-
// - Operators of NTT Communications will investigate the operation
113+
// - The operators will investigate the operation
114114
// - The load balancer and related resources cannot be operated
115115
// - `"ERROR"`
116116
// - The latest operation of the load balancer has been failed

v3/ecl/managed_load_balancer/v1/load_balancers/results.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ type LoadBalancer struct {
163163
// - The load balancer and related resources can be operated
164164
// - `"STUCK"`
165165
// - The latest operation of the load balancer has been stopped
166-
// - Operators of NTT Communications will investigate the operation
166+
// - The operators will investigate the operation
167167
// - The load balancer and related resources cannot be operated
168168
// - `"ERROR"`
169169
// - The latest operation of the load balancer has been failed

0 commit comments

Comments
 (0)