You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by kv...@apache.org on 2021/05/25 07:54:17 UTC

[apisix-ingress-controller] branch master updated (a16e980 -> 5af1fb4)

This is an automated email from the ASF dual-hosted git repository.

kvn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git.


    from a16e980  fix: fatal error reported when run make build in release src (#485)
     add 5af1fb4  feat: add essential data structures for service subset selector (#489)

No new revisions were added by this update.

Summary of changes:
 pkg/kube/apisix/apis/config/v1/types.go            | 12 +++++++++
 .../apisix/apis/config/v1/zz_generated.deepcopy.go | 30 ++++++++++++++++++++++
 pkg/kube/apisix/apis/config/v2alpha1/types.go      |  2 +-
 pkg/types/{errors_test.go => labels.go}            | 24 ++++++++++-------
 pkg/types/{errors_test.go => labels_test.go}       | 15 ++++++++---
 samples/deploy/crd/v1beta1/ApisixUpstream.yaml     | 11 ++++++++
 6 files changed, 80 insertions(+), 14 deletions(-)
 copy pkg/types/{errors_test.go => labels.go} (68%)
 copy pkg/types/{errors_test.go => labels_test.go} (76%)