Documentation ¶
Index ¶
- func IsValidCertificate(s *corev1.Secret, domains []string, minimumLifespan time.Duration) (bool, error)
- func MakeEndpoints(o *v1alpha1.Certificate, opts ...func(*corev1.Endpoints)) *corev1.Endpoints
- func MakeSecret(o *v1alpha1.Certificate, cert *tls.Certificate) (*corev1.Secret, error)
- func MakeService(o *v1alpha1.Certificate, opts ...func(*corev1.Service)) *corev1.Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsValidCertificate ¶
func MakeEndpoints ¶
MakeEndpoints creates an Endpoints, which we will point at ourselves.
func MakeSecret ¶
func MakeSecret(o *v1alpha1.Certificate, cert *tls.Certificate) (*corev1.Secret, error)
MakeSecret creates a TLS secret from the given certificate.
func MakeService ¶
MakeService creates a Service, which we will point at ourselves.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.