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

Add support for Namespace scoped NetworkPolicy CRD #775

Merged
merged 6 commits into from
Jun 4, 2020

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    a272131 View commit details
    Browse the repository at this point in the history
  2. Update priority to float64

    Add new CRD yamls only when explicitly set.
    abhiraut authored and Dyanngg committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    e15febf View commit details
    Browse the repository at this point in the history
  3. Update apigroup for ExternalEndpoint CRD

    Move ExternalEndpoint to core group.
    abhiraut authored and Dyanngg committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    6779aa6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be76afb View commit details
    Browse the repository at this point in the history
  5. Move security and core group to v1alpha1

    Address comments.
    abhiraut authored and Dyanngg committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    ad0342b View commit details
    Browse the repository at this point in the history
  6. Minor patches to ANP CRD types

    - Nameport.protocol is no longer a pointer --> consistent with k8s core.servicePort
    - ExternalEndPoint.ip is a string ---> so it is readable to end user.
    - Add "omitempty" to all fields ---> we potentially can have some fields unset.
    - added webhook methods ---> allows ExternalEntity to hookup to webhook service.
    Su Wang authored and Dyanngg committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    d39c7e1 View commit details
    Browse the repository at this point in the history