Migrate the webhook-certgen program to inside ingress repo (#7475)

This commit is contained in:
Ricardo Katz 2021-08-10 17:22:40 -03:00 committed by GitHub
parent 9a9ad47857
commit 492c7b0d94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 1910 additions and 0 deletions

View file

@ -0,0 +1,8 @@
package core
var (
// Version is the current Semantic Version
Version = "0.0.1-dev"
// BuildTime is the timestamp (ISO-8601) of the build
BuildTime = "0001-01-01T00:00:00Z"
)