prometheus operator v0.93.1

PodMonitor.spec.podMetricsEndpoints[].relabelings[].sourceLabels.spec.podMetricsEndpoints.basicAuth

basicAuth defines the Basic Authentication credentials used by the client. Cannot be set at the same time as `authorization`, `bearerTokenSecret` or `oauth2`.

2 fields
PodMonitor.spec.podMetricsEndpoints[].relabelings[].sourceLabels.spec.podMetricsEndpoints.basicAuth fields and descriptions
Field / TypeDescription
object

password defines a key of a Secret containing the password for authentication.

  • x-kubernetes-map-type: "atomic"
object

username defines a key of a Secret containing the username for authentication.

  • x-kubernetes-map-type: "atomic"