Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

add no_proxy support to websocket client #260

Merged
merged 1 commit into from
Oct 18, 2021

Conversation

itaru2622
Copy link
Contributor

What type of PR is this?

/kind feature

What this PR does / why we need it:

This PR adds no_proxy handling in websocket client as described in kubernetes-client/python#1579

Which issue(s) this PR fixes:

Fixes #259

Special notes for your reviewer:

this PR uses new configuration parameter 'no_proxy' added by kubernetes-client/python#1579

Does this PR introduce a user-facing change?

mentioned in kubernetes-client/python#1579

NONE

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/feature Categorizes issue or PR as related to a new feature. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Oct 18, 2021
@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 18, 2021
@itaru2622
Copy link
Contributor Author

/assign @roycaihw

@@ -457,6 +458,12 @@ def create_websocket(configuration, url, headers=None):
return websocket

def websocket_proxycare(connect_opt, configuration, url, headers):
""" An internalfunction to be called in api-client when a websocket
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/internalfunction/internal function/

@yliaog
Copy link
Contributor

yliaog commented Oct 18, 2021

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Oct 18, 2021
@k8s-ci-robot k8s-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Oct 18, 2021
@yliaog
Copy link
Contributor

yliaog commented Oct 18, 2021

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Oct 18, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: itaru2622, yliaog

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 18, 2021
@k8s-ci-robot k8s-ci-robot merged commit 09dbbe5 into kubernetes-client:master Oct 18, 2021
@itaru2622 itaru2622 deleted the no_proxy branch October 18, 2021 23:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add support for no_proxy
4 participants