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: website/docs/d/service.html.markdown
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,19 +83,20 @@ The following arguments are supported:
83
83
84
84
## Attributes
85
85
86
-
### `status`
87
-
88
-
*`status` - Most recently observed status of the service. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
86
+
*`status` - Status is a list containing the most recently observed status of the service. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
89
87
90
-
#### `load_balancer`
88
+
### `status`
89
+
#### Attributes
91
90
92
-
*LoadBalancer contains the current status of the load-balancer, if one is present.
91
+
*`load_balancer` - a list containing the current status of the load-balancer, if one is present.
93
92
94
-
##### `ingress`
93
+
### `load_balancer`
94
+
#### Attributes
95
95
96
-
*`ingress` - Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.
96
+
*`ingress` - a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.
97
97
98
-
###### Attributes
98
+
### `ingress`
99
+
#### Attributes
99
100
100
101
*`ip` - IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers).
101
102
*`hostname` - Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers).
Copy file name to clipboardExpand all lines: website/docs/r/service.html.markdown
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,19 +177,20 @@ The following arguments are supported:
177
177
178
178
## Attributes
179
179
180
-
### `status`
181
-
182
-
*`status` - Most recently observed status of the service. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
180
+
*`status` - Status is a list containing the most recently observed status of the service. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
183
181
184
-
#### `load_balancer`
182
+
### `status`
183
+
#### Attributes
185
184
186
-
*LoadBalancer contains the current status of the load-balancer, if one is present.
185
+
*`load_balancer` - a list containing the current status of the load-balancer, if one is present.
187
186
188
-
##### `ingress`
187
+
### `load_balancer`
188
+
#### Attributes
189
189
190
-
*`ingress` - Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.
190
+
*`ingress` - a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.
191
191
192
-
###### Attributes
192
+
### `ingress`
193
+
#### Attributes
193
194
194
195
*`ip` - IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers).
195
196
*`hostname` - Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers).
0 commit comments