Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update api.md #3461

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -28344,7 +28344,7 @@ All CR instances which the ServiceAccount has access to will be retrieved. This
PodMonitors to be selected for target discovery.
This is a map of {key,value} pairs. Each {key,value} in the map is going to exactly match a label in a
PodMonitor's meta labels. The requirements are ANDed.
Empty or nil map matches all pod monitors.<br/>
Empty map matches all pod monitors, nil selector matches no objects.<br/>
</td>
<td>false</td>
</tr><tr>
Expand All @@ -28366,7 +28366,7 @@ Default: "30s"<br/>
ServiceMonitors to be selected for target discovery.
This is a map of {key,value} pairs. Each {key,value} in the map is going to exactly match a label in a
ServiceMonitor's meta labels. The requirements are ANDed.
Empty or nil map matches all service monitors.<br/>
Empty map matches all service monitors, nil selector matches no objects.<br/>
</td>
<td>false</td>
</tr></tbody>
Expand Down Expand Up @@ -54000,4 +54000,4 @@ Deployment, Daemonset, StatefulSet.<br/>
</td>
<td>false</td>
</tr></tbody>
</table>
</table>
Loading