sslcertificatemanager

package
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2019 License: Apache-2.0 Imports: 10 Imported by: 0

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)
}

func New

func New(event event.Event, metrics metrics.Metrics, ssl ssl.Ssl, state state.State) SslCertificateManager

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL