Skip to content

Commit

Permalink
Merge pull request #167 from DavidChevallier/publish-module-cert-manager
Browse files Browse the repository at this point in the history
fix multiple declaration of regex.match
  • Loading branch information
Peefy authored Jul 4, 2024
2 parents 47d9597 + 00ce525 commit b98a069
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion cert-manager/kcl.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cert-manager"
version = "0.1.1"
version = "0.1.2"
description = "`cert-manager` module contains definitions for cert-manager"

[dependencies]
Expand Down
1 change: 0 additions & 1 deletion cert-manager/v1/acme_cert_manager_io_v1_challenge.k
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import regex
import k8s.apimachinery.pkg.apis.meta.v1
regex_match = regex.match


schema Challenge:
"""
Challenge is a type to represent a Challenge request with an ACME server
Expand Down
2 changes: 0 additions & 2 deletions cert-manager/v1/cert_manager_io_v1_cluster_issuer.k
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Editing this file might prove futile when you re-run the KCL auto-gen generate c
"""
import regex
import k8s.apimachinery.pkg.apis.meta.v1
regex_match = regex.match


schema ClusterIssuer:
"""
Expand Down
2 changes: 0 additions & 2 deletions cert-manager/v1/cert_manager_io_v1_issuer.k
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Editing this file might prove futile when you re-run the KCL auto-gen generate c
"""
import regex
import k8s.apimachinery.pkg.apis.meta.v1
regex_match = regex.match


schema Issuer:
"""
Expand Down

0 comments on commit b98a069

Please sign in to comment.