Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReconcileCertificate ¶
func ReconcileCertificate(ctx context.Context, owner kmeta.Accessor, desired *v1alpha1.Certificate, certAccessor CertificateAccessor) (*v1alpha1.Certificate, error)
ReconcileCertificate reconciles Certificate to the desired status.
Types ¶
type CertificateAccessor ¶
type CertificateAccessor interface {
GetServingClient() clientset.Interface
GetCertificateLister() listers.CertificateLister
}
CertificateAccessor is an interface for accessing Knative Certificate.
Click to show internal directories.
Click to hide internal directories.