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

Controller support for ExternalEntity in Antrea NetworkPolicy #1084

Merged
merged 6 commits into from
Sep 10, 2020

Commits on Aug 29, 2020

  1. Agent supports ExternalEntity.

    This commit moves ToAddresses/FromAddresses in CompletedRule and AddressSetByGroup in ruleCache
    to use GroupMemberSet instead of GroupMmeberPodSet. Thus both Pods and ExternalEntities are
    expressed as GroupMember when in these fields.
    
    Pods in appliedTo field continue be expressed by existing GroupMemberPod, and migration to GroupMember shall
    be done in a subsequent PR.
    Su Wang authored and Dyanngg committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    c1b690a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a47f4ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c10b522 View commit details
    Browse the repository at this point in the history
  4. Improve UT coverage

    Dyanngg committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    5753716 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Address comments

    Dyanngg committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    8781e7e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Resolve more comments

    Dyanngg committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    e0b53a9 View commit details
    Browse the repository at this point in the history