This is an automated email from the ASF dual-hosted git repository.
shreemaan-abhishek pushed a change to branch feat/cp-ca-bundle
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from 7bf93b9d Merge remote-tracking branch 'ups/master' into
feat/cp-ca-bundle
add ef8b4fb1 refactor(api): move the control plane CA certificate behind a
caCert envelope
No new revisions were added by this update.
Summary of changes:
api/adc/types.go | 8 +++---
api/v1alpha1/gatewayproxy_types.go | 18 +++++++++---
api/v1alpha1/zz_generated.deepcopy.go | 20 +++++++++++++
.../bases/apisix.apache.org_gatewayproxies.yaml | 21 +++++++++-----
docs/en/latest/reference/api-reference.md | 19 ++++++++++++-
internal/adc/client/executor.go | 4 +--
internal/adc/client/executor_test.go | 2 +-
internal/adc/translator/gatewayproxy.go | 20 ++++++-------
internal/adc/translator/gatewayproxy_test.go | 33 +++++++++++++---------
test/e2e/crds/v1alpha1/gatewayproxy_tls.go | 26 ++++++++---------
10 files changed, 115 insertions(+), 56 deletions(-)