Skip to content

Commit 1072a18

Browse files
johnhomanJohn Homan
andauthored
updating service docs (#1148)
Co-authored-by: John Homan <[email protected]>
1 parent 26cea01 commit 1072a18

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

website/docs/d/service.html.markdown

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,20 @@ The following arguments are supported:
8383

8484
## Attributes
8585

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
8987

90-
#### `load_balancer`
88+
### `status`
89+
#### Attributes
9190

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.
9392

94-
##### `ingress`
93+
### `load_balancer`
94+
#### Attributes
9595

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.
9797

98-
###### Attributes
98+
### `ingress`
99+
#### Attributes
99100

100101
* `ip` - IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers).
101102
* `hostname` - Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers).

website/docs/r/service.html.markdown

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -177,19 +177,20 @@ The following arguments are supported:
177177

178178
## Attributes
179179

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
183181

184-
#### `load_balancer`
182+
### `status`
183+
#### Attributes
185184

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.
187186

188-
##### `ingress`
187+
### `load_balancer`
188+
#### Attributes
189189

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.
191191

192-
###### Attributes
192+
### `ingress`
193+
#### Attributes
193194

194195
* `ip` - IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers).
195196
* `hostname` - Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers).

0 commit comments

Comments
 (0)