-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Fix: Prevent unintended pod listing on empty 'name' parameter in "read_namespaced_pod". #2392
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
base: master
Are you sure you want to change the base?
Conversation
… read_namespaced_pod
The committers listed above are authorized under a signed CLA. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: midhunsai31 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 |
Welcome @midhunsai31! |
|
||
# Verify the required parameter 'namespace' is set | ||
if self.api_client.client_side_validation and ('namespace' not in local_var_params or local_var_params['namespace'] is None): | ||
raise ApiValueError("Missing the required parameter `namespace` when calling `read_namespaced_pod`") |
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.
This file is generated as seen at the beginning of this file. It should not be manually edited.
=======
The version of the OpenAPI document: release-1.32
Generated by: https://openapi-generator.tech
=======
… read_namespaced_pod
What type of PR is this?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: