mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-17 09:06:21 +10:00
10 lines
175 B
Go
10 lines
175 B
Go
package certificates
|
|
|
|
import (
|
|
"github.com/jetstack/cert-manager/pkg/apis/certmanager/v1alpha1"
|
|
)
|
|
|
|
func (c *Controller) sync(crt *v1alpha1.Certificate) error {
|
|
return nil
|
|
}
|