v1alpha1

package
v0.10.4 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	IssuerNameKey  = "csi.cert-manager.io/issuer-name"
	IssuerKindKey  = "csi.cert-manager.io/issuer-kind"
	IssuerGroupKey = "csi.cert-manager.io/issuer-group"

	LiteralSubjectKey      = "csi.cert-manager.io/literal-subject"
	CommonNameKey          = "csi.cert-manager.io/common-name"
	OrganizationsKey       = "csi.cert-manager.io/organizations"
	OrganizationalUnitsKey = "csi.cert-manager.io/organizationalunits"
	CountriesKey           = "csi.cert-manager.io/countries"
	ProvincesKey           = "csi.cert-manager.io/provinces"
	LocalitiesKey          = "csi.cert-manager.io/localities"
	StreetAddressesKey     = "csi.cert-manager.io/streetaddresses"
	PostalCodesKey         = "csi.cert-manager.io/postalcodes"
	SerialNumberKey        = "csi.cert-manager.io/serialnumber"

	DNSNamesKey    = "csi.cert-manager.io/dns-names"
	IPSANsKey      = "csi.cert-manager.io/ip-sans"
	URISANsKey     = "csi.cert-manager.io/uri-sans"
	DurationKey    = "csi.cert-manager.io/duration"
	IsCAKey        = "csi.cert-manager.io/is-ca"
	KeyUsagesKey   = "csi.cert-manager.io/key-usages"
	KeyEncodingKey = "csi.cert-manager.io/key-encoding"

	CAFileKey   = "csi.cert-manager.io/ca-file"
	CertFileKey = "csi.cert-manager.io/certificate-file"
	KeyFileKey  = "csi.cert-manager.io/privatekey-file"
	FSGroupKey  = "csi.cert-manager.io/fs-group"

	RenewBeforeKey  = "csi.cert-manager.io/renew-before"
	ReusePrivateKey = "csi.cert-manager.io/reuse-private-key"

	KeyStorePKCS12EnableKey   = "csi.cert-manager.io/pkcs12-enable"
	KeyStorePKCS12FileKey     = "csi.cert-manager.io/pkcs12-filename"
	KeyStorePKCS12PasswordKey = "csi.cert-manager.io/pkcs12-password" // #nosec G101: False positive, gosec thinks this is a credential.
)
View Source
const (
	// Well-known attribute keys that are present in the volume context, passed
	// from the Kubelet during PublishVolume calls.
	K8sVolumeContextKeyPodName            = "csi.storage.k8s.io/pod.name"
	K8sVolumeContextKeyPodNamespace       = "csi.storage.k8s.io/pod.namespace"
	K8sVolumeContextKeyPodUID             = "csi.storage.k8s.io/pod.uid"
	K8sVolumeContextKeyServiceAccountName = "csi.storage.k8s.io/serviceAccount.name"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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