Versions in this module Expand all Collapse all v0 v0.1.4 Sep 25, 2018 v0.1.3 Sep 17, 2018 Changes in this version + const CACertName + const ServerCertName + const ServerKeyName + type CertWriter interface + EnsureCert func(dnsName string, dryrun bool) (*generator.Artifacts, bool, error) + Inject func(objs ...runtime.Object) error + func NewFSCertWriter(ops FSCertWriterOptions) (CertWriter, error) + func NewSecretCertWriter(ops SecretCertWriterOptions) (CertWriter, error) + type FSCertWriterOptions struct + CertGenerator generator.CertGenerator + Path string + type SecretCertWriterOptions struct + CertGenerator generator.CertGenerator + Client client.Client + Secret *types.NamespacedName + Writer io.Writer