-
Notifications
You must be signed in to change notification settings - Fork 690
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
chore: update README.md for DeschedulerPolicy #1578
Conversation
@@ -43,7 +43,7 @@ type DeschedulerPolicy struct { | |||
|
|||
// EvictionFailureEventNotification should be set to true to enable eviction failure event notification. | |||
// Default is false. | |||
EvictionFailureEventNotification *bool | |||
EvictionFailureEventNotification *bool `json:"evictionFailureEventNotification,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add missed json tag
/kind cleanup |
README.md
Outdated
| `metricsCollector.enabled` |`bool`| `false` | enables kubernetes [metrics server](https://kubernetes-sigs.github.io/metrics-server/) collection | | ||
| Name | Type | Default Value | Description | | ||
|------------------------------------|--------|---------------|----------------------------------------------------------------------------------------------------------------------------| | ||
| `nodeSelector` | string | nil | Limiting the nodes which are processed. Only used when `nodeFit`=`true` and only by the PreEvictionFilter Extension Point. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any particular reason why string
and nil
no longer have a backtick? it's inconsistent with other sections
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
4d479f5
to
274ef45
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ingvagabund The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
/test pull-descheduler-verify-master |
274ef45
to
ad6f108
Compare
ad6f108
to
03246d6
Compare
@@ -2,7 +2,7 @@ | |||
// +build !ignore_autogenerated | |||
|
|||
/* | |||
Copyright 2024 The Kubernetes Authors. | |||
Copyright 2025 The Kubernetes Authors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use update to update the generated files
➜ descheduler git:(readme/update) ./hack/update-generated-deep-copies.sh
➜ descheduler git:(readme/update) ✗ ./hack/update-generated-defaulters.sh
➜ descheduler git:(readme/update) ./hack/update-generated-conversions.sh
/lgtm |
update README.md for DeschedulerPolicy