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 api.ManagedCertificate) error Delete(ctx context.Context, sslCertificateName string, mcrt *api.ManagedCertificate) error Exists(sslCertificateName string, mcrt *api.ManagedCertificate) (bool, error) Get(sslCertificateName string, mcrt *api.ManagedCertificate) (*compute.SslCertificate, error) }
Click to show internal directories.
Click to hide internal directories.