certificatesigningrequests

package
v1.4.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	ControllerName = "certificatesigningrequests"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

type Controller struct {
	// contains filtered or unexported fields
}

Controller is a base Kubernetes CertificateSigningRequest controller. It is responsible for orchestrating and performing shared operations that all CertificateSigningRequest controllers do, before passing the CertificateSigningRequest to a Singer implementation who instantiated this controller.

func New

func New(signerType string, signer Signer) *Controller

func (*Controller) ProcessItem

func (c *Controller) ProcessItem(ctx context.Context, key string) error

func (*Controller) Sync

type Signer

Signer is an implementation of a Kubernetes CertificateSigningRequest signer, backed by a cert-manager Issuer.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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