controller

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2021 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ReasonCertNotFound     = "CertNotFound"
	ReasonInvalidCertType  = "InvalidCertType"
	ReasonCertUnchanged    = "CertUnchanged"
	ReasonAPITokenNotFound = "APITokenNotFound"
	ReasonUploaded         = "Uploaded"
	ReasonFailed           = "Failed"
)

Variables

View Source
var (
	ErrMissingCloudflareToken = errors.New("either apiTokenSecretRef or apiKeySecretRef is required for cloudflare")
	ErrMissingCloudflareEmail = errors.New("email is required")
)

Functions

This section is empty.

Types

type CertificateUploadReconciler

type CertificateUploadReconciler struct {
	Client        client.Client
	EventRecorder record.EventRecorder
}

func (*CertificateUploadReconciler) Reconcile

func (*CertificateUploadReconciler) SetupWithManager

func (r *CertificateUploadReconciler) SetupWithManager(mgr manager.Manager) error

type SecretReconciler

type SecretReconciler struct {
	Client                      client.Client
	CertificateUploadReconciler *CertificateUploadReconciler
}

func (*SecretReconciler) Reconcile

func (*SecretReconciler) SetupWithManager

func (r *SecretReconciler) SetupWithManager(mgr manager.Manager) error

Jump to

Keyboard shortcuts

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