mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-11 14:16:52 +10:00
7 lines
129 B
Go
7 lines
129 B
Go
package controller
|
|
|
|
const (
|
|
CertificatesControllerName string = "certificates"
|
|
IssuersControllerName string = "issuers"
|
|
)
|