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

Support EndpointSlice in Antrea proxy #1703

Merged
merged 2 commits into from
Feb 11, 2021

Commits on Feb 10, 2021

  1. Support EndpointSlice in AntreaProxy

    The EndpointSlice API version that AntreaProxy supports is v1beta1 for
    now, and other EndpointSlice API versions are not supported. Endpoint
    condition Serving,Terminating as well as ServiceTopology is not
    supported in this commit.
    weiqiangt authored and hongliangl committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    8411bca View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Grammar and typos corrections according to Jianjun's comments.

    Including files:
    - docs/feature-gates.md
    - pkg/agent/proxy/endpoints.go
    - pkg/agent/proxy/endpointslicecache.go
    hongliangl committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    73ee70e View commit details
    Browse the repository at this point in the history