prometheus operator v0.93.1
PrometheusAgent.spec.containers[].readinessProbe.tcpSocket.port.spec.scrapeClasses.authorization
authorization section for the ScrapeClass. It will only apply if the scrape resource doesn't specify any Authorization.
| Field / Type | Description |
|---|---|
credentials defines a key of a Secret in the namespace that contains the credentials for authentication.
| |
credentialsFile | credentialsFile defines the file to read a secret from, mutually exclusive with `credentials`. |
type | type defines the authentication type. The value is case-insensitive. "Basic" is not a supported value. Default: "Bearer" |