-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Fixed a possible nil pointer dereference if gracePeriod is nil
#127351
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
Conversation
Signed-off-by: Alexandr Hacicheant <a.hacicheant@gmail.com>
|
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Welcome @disc! |
|
Hi @disc. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/sig priority/important-soon |
|
@disc: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/priority important-soon |
|
@mouuii: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@disc you can find some one to review your code |
|
/assign @mouuii |
|
/cc @mouuii |
|
@disc: GitHub didn't allow me to request PR reviews from the following users: mouuii. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/assign @sttts |
|
/unassign @mouuii |
|
/assign @smarterclayton |
|
Sgtm, but needs somebody from @kubernetes/api-reviewers. |
|
/ok-to-test |
Signed-off-by: Alexandr Hacicheant <a.hacicheant@gmail.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: disc The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Please fix relnotes:
Fix a nil pointer dereference in api server when /lgtm |
|
LGTM label has been added. Git tree hash: 038921061fe9d03c75dfc7e7699195e8d62dc07b
|
Fixed |
|
lgtm |
|
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Looks like the issue has been fixed in another PR #127094, and my PR is no longer relevant. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Bug fix
Does this PR introduce a user-facing change?
NONE