Azure / aks-app-routing-operator

Kubernetes operator that implements AKS Application Routing
https://learn.microsoft.com/en-us/azure/aks/app-routing
MIT License
31 stars 23 forks source link

DefaultSSLCertificate Command via CRD #159

Closed aamgayle closed 6 months ago

aamgayle commented 8 months ago

Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue) Feature # (details)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. Is it a breaking change which will impact consuming tool(s)?

Checklist:

coveralls commented 8 months ago

Pull Request Test Coverage Report for Build 7714513324


Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/manifests/nginx.go 27 31 87.1%
pkg/controller/nginxingress/nginx_ingress_controller.go 9 14 64.29%
api/v1alpha1/zz_generated.deepcopy.go 1 22 4.55%
<!-- Total: 37 67 55.22% -->
Totals Coverage Status
Change from base Build 7702416776: -0.6%
Covered Lines: 2570
Relevant Lines: 3162

💛 - Coveralls