signercontroller

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: May 19, 2026 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

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

Controller is an in-memory signing controller for PodCertificateRequests.

func New

func New(clock clock.PassiveClock, handler SignerImpl, kc kubernetes.Interface, hasher Hasher) *Controller

New creates a new Controller.

func (*Controller) Run

func (c *Controller) Run(ctx context.Context)

type Hasher

type Hasher interface {
	AssignedToThisReplica(ctx context.Context, item string) bool
}

type SignerImpl

type SignerImpl interface {
	SignerName() string
	DesiredClusterTrustBundles() []*certsv1beta1.ClusterTrustBundle
	MakeCert(context.Context, *certsv1beta1.PodCertificateRequest) error
}

Jump to

Keyboard shortcuts

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