From 2366d23036d440d4fd00f70c36cda86823155302 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Tue, 14 Dec 2021 10:57:58 +0100 Subject: [PATCH] Format endpointslice documentation like other sections Signed-off-by: Julien Pivotto --- docs/configuration/configuration.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index f5d03a0e8..a20748a95 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -1607,15 +1607,15 @@ Available meta labels: * `__meta_kubernetes_endpointslice_name`: The name of endpointslice object. * For all targets discovered directly from the endpointslice list (those not additionally inferred from underlying pods), the following labels are attached: -* `__meta_kubernetes_endpointslice_address_target_kind`: Kind of the referenced object. -* `__meta_kubernetes_endpointslice_address_target_name`: Name of referenced object. -* `__meta_kubernetes_endpointslice_address_type`: The ip protocol family of the address of the target. -* `__meta_kubernetes_endpointslice_endpoint_conditions_ready`: Set to `true` or `false` for the referenced endpoint's ready state. -* `__meta_kubernetes_endpointslice_endpoint_topology_kubernetes_io_hostname`: Name of the node hosting the referenced endpoint. -* `__meta_kubernetes_endpointslice_endpoint_topology_present_kubernetes_io_hostname`: Flag that shows if the referenced object has a kubernetes.io/hostname annotation. -* `__meta_kubernetes_endpointslice_port`: Port of the referenced endpoint. -* `__meta_kubernetes_endpointslice_port_name`: Named port of the referenced endpoint. -* `__meta_kubernetes_endpointslice_port_protocol`: Protocol of the referenced endpoint. + * `__meta_kubernetes_endpointslice_address_target_kind`: Kind of the referenced object. + * `__meta_kubernetes_endpointslice_address_target_name`: Name of referenced object. + * `__meta_kubernetes_endpointslice_address_type`: The ip protocol family of the address of the target. + * `__meta_kubernetes_endpointslice_endpoint_conditions_ready`: Set to `true` or `false` for the referenced endpoint's ready state. + * `__meta_kubernetes_endpointslice_endpoint_topology_kubernetes_io_hostname`: Name of the node hosting the referenced endpoint. + * `__meta_kubernetes_endpointslice_endpoint_topology_present_kubernetes_io_hostname`: Flag that shows if the referenced object has a kubernetes.io/hostname annotation. + * `__meta_kubernetes_endpointslice_port`: Port of the referenced endpoint. + * `__meta_kubernetes_endpointslice_port_name`: Named port of the referenced endpoint. + * `__meta_kubernetes_endpointslice_port_protocol`: Protocol of the referenced endpoint. * If the endpoints belong to a service, all labels of the `role: service` discovery are attached. * For all targets backed by a pod, all labels of the `role: pod` discovery are attached.