controller

package
v0.0.0-...-8c03b57 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2024 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CleanupFinalizer = "certs.k8c.io/cleanup"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CertificateReconciler

type CertificateReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

CertificateReconciler reconciles a Certificate object

func (*CertificateReconciler) CreateCertificateAndPrivateKey

func (r *CertificateReconciler) CreateCertificateAndPrivateKey(cert *v1.Certificate, opts certificateOptions) ([]byte, []byte, error)

func (*CertificateReconciler) Reconcile

func (r *CertificateReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*CertificateReconciler) SetupWithManager

func (r *CertificateReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type ECDSAPrivateKey

type ECDSAPrivateKey struct {
	*ecdsa.PrivateKey
}

type Ed25519PrivateKey

type Ed25519PrivateKey struct {
	ed25519.PrivateKey
	ed25519.PublicKey
}

type PrivateKey

type PrivateKey interface {
	// contains filtered or unexported methods
}

type RSAPrivateKey

type RSAPrivateKey struct {
	*rsa.PrivateKey
}

Jump to

Keyboard shortcuts

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