Documentation
¶
Overview ¶
Package sslcertificatemanager manipulates SslCertificate objects and communicates GCE API errors with Events.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SslCertificateManager ¶
type SslCertificateManager interface { Create(ctx context.Context, sslCertificateName string, mcrt apisv1beta2.ManagedCertificate) error Delete(ctx context.Context, sslCertificateName string, mcrt *apisv1beta2.ManagedCertificate) error Exists(sslCertificateName string, mcrt *apisv1beta2.ManagedCertificate) (bool, error) Get(sslCertificateName string, mcrt *apisv1beta2.ManagedCertificate) (*compute.SslCertificate, error) }
Click to show internal directories.
Click to hide internal directories.