certificates

package
v0.48.0 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2026 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	//nolint:gosec  // Not a credential, just a label
	SecretLabelKey = "app.kubernetes.io/component"
	//nolint:gosec  // Not a credential, just a label
	SecretLabelValue = "knative-eventing"

	CertificateLabelKey   = "app.kubernetes.io/component"
	CertificateLabelValue = "knative-eventing"

	SecretLabelSelectorPair      = SecretLabelKey + "=" + SecretLabelValue
	CertificateLabelSelectorPair = CertificateLabelKey + "=" + CertificateLabelValue
)

Variables

This section is empty.

Functions

func CertificateName

func CertificateName(objName string) string

Types

type CertificateOption

type CertificateOption func(cert *cmv1.Certificate)

func WithDNSNames

func WithDNSNames(dnsNames ...string) CertificateOption

type DynamicCertificatesInformer

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

func NewDynamicCertificatesInformer

func NewDynamicCertificatesInformer() *DynamicCertificatesInformer

func (*DynamicCertificatesInformer) Lister

func (*DynamicCertificatesInformer) Reconcile

Jump to

Keyboard shortcuts

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