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

split off webhook certs management into separate command #131

Merged
merged 14 commits into from
Nov 11, 2023
Merged

split off webhook certs management into separate command #131

merged 14 commits into from
Nov 11, 2023

Conversation

OliverMKing
Copy link
Collaborator

Description

splits our webhook certs management code into a separate command so it can be more flexible.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Tested locally and unit tested

Checklist:

  • [x ] My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@coveralls
Copy link
Collaborator

coveralls commented Nov 10, 2023

Pull Request Test Coverage Report for Build 6832810978

  • 150 of 190 (78.95%) changed or added relevant lines in 4 files are covered.
  • 7 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+2.0%) to 78.99%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/webhook/webhook.go 21 23 91.3%
pkg/controller/controller.go 0 10 0.0%
pkg/webhook/cert.go 103 131 78.63%
Files with Coverage Reduction New Missed Lines %
pkg/webhook/webhook.go 1 86.89%
pkg/webhook/cert.go 6 75.52%
Totals Coverage Status
Change from base Build 6813150888: 2.0%
Covered Lines: 2895
Relevant Lines: 3665

💛 - Coveralls

@OliverMKing OliverMKing merged commit e23e80f into Azure:main Nov 11, 2023
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants