documentation for the loadbalancerip
Signed-off-by: Karl Piplies <karl.piplies@mercedes-benz.com>
This commit is contained in:
parent
3782cb40d5
commit
cc469e0085
|
@ -1678,6 +1678,7 @@ Available meta labels:
|
||||||
* `__meta_kubernetes_service_annotation_<annotationname>`: Each annotation from the service object.
|
* `__meta_kubernetes_service_annotation_<annotationname>`: Each annotation from the service object.
|
||||||
* `__meta_kubernetes_service_annotationpresent_<annotationname>`: "true" for each annotation of the service object.
|
* `__meta_kubernetes_service_annotationpresent_<annotationname>`: "true" for each annotation of the service object.
|
||||||
* `__meta_kubernetes_service_cluster_ip`: The cluster IP address of the service. (Does not apply to services of type ExternalName)
|
* `__meta_kubernetes_service_cluster_ip`: The cluster IP address of the service. (Does not apply to services of type ExternalName)
|
||||||
|
* `__meta_kubernetes_service_loadbalancer_ip`: The IP address of the loadbalancer. (Applies to services of type LoadBalancer)
|
||||||
* `__meta_kubernetes_service_external_name`: The DNS name of the service. (Applies to services of type ExternalName)
|
* `__meta_kubernetes_service_external_name`: The DNS name of the service. (Applies to services of type ExternalName)
|
||||||
* `__meta_kubernetes_service_label_<labelname>`: Each label from the service object.
|
* `__meta_kubernetes_service_label_<labelname>`: Each label from the service object.
|
||||||
* `__meta_kubernetes_service_labelpresent_<labelname>`: `true` for each label of the service object.
|
* `__meta_kubernetes_service_labelpresent_<labelname>`: `true` for each label of the service object.
|
||||||
|
|
Loading…
Reference in New Issue