Update API and docs for GEP-2907 changes (BackendTLSPolicy)#2955
Conversation
|
@robscott: GitHub didn't allow me to request PR reviews from the following users: guicassolato. Note that only kubernetes-sigs members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
3444517 to
99aaae6
Compare
33d8689 to
6b9ea8c
Compare
6b9ea8c to
d5ebef6
Compare
d5ebef6 to
d92cb16
Compare
c8f5eb0 to
349b687
Compare
871cae3 to
670ae83
Compare
… docs and the new v1alpha3 API. Updated code: apis/v1alpha3/backendtlspolicy_types.go with GEP-2907 changes. Changes to add v1alpha3 package name for build and code generation: apis/v1alpha3/doc.go hack/update-codegen.sh pkg/generator/main.go pkg/test/cel/main_test.go conformance/conformance.go gwctl/pkg/common/clients.go Updated docs: examples/experimental/v1alpha3/backendtlspolicy-ca-certs.yaml examples/experimental/v1alpha3/backendtlspolicy-system-certs.yaml geps/gep-1897/index.md site-src/api-types/backendtlspolicy.md site-src/guides/tls.md All other file changes resulted from code generation. TODO: May still need to update site-src/images/backendtlspolicy-api.png
670ae83 to
4d45263
Compare
|
Thanks for all the work on this @candita! Would love to get some feedback from someone that's implemented BackendTLSPolicy, but this LGTM. /approve |
|
/approve thanks ! |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: arkodg, candita, robscott The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Thanks @candita! /hold cancel |
Dropped in kubernetes-sigs#2955 for some reason. Since it was unrelated to that PR and had no discussion, I assume it was accidental
Dropped in #2955 for some reason. Since it was unrelated to that PR and had no discussion, I assume it was accidental
What type of PR is this?
/kind cleanup
/kind documentation
What this PR does / why we need it:
Change
BackendTLSPolicy.Spec.TLStoBackendTLSPolicy.Spec.ValidationChange
BackendTLSPolicyConfigtoBackendTLSPolicyValidationChange
CACertRefstoCACertificateRefsChange
WellKnownCACertstoWellKnownCACertificatesUpdated code:
apis/v1alpha3/backendtlspolicy_types.go with GEP-2907 changes.
Changes to add v1alpha3 package name for build and code generation: apis/v1alpha3/doc.go
apis/v1alpha3/policy_types.go
apis/v1alpha3/shared_types.go
hack/update-codegen.sh
pkg/generator/main.go
Updated docs:
examples/experimental/v1alpha2/backendtlspolicy-ca-certs.yaml examples/experimental/v1alpha2/backendtlspolicy-system-certs.yaml geps/gep-1897/index.md
site-src/api-types/backendtlspolicy.md
site-src/guides/tls.md
All other file changes resulted from code generation.
TODO: May still need to update site-src/images/backendtlspolicy-api.png
Does this PR introduce a user-facing change?: