Versions in this module Expand all Collapse all v1 v1.6.0 Jul 29, 2026 v1.5.2 Mar 19, 2026 Changes in this version + func BuildCABundlePath(curr certgraphapi.PKIRegistryCABundle) string + func BuildCertKeyPath(curr certgraphapi.PKIRegistryCertKeyPair) string + type CABundleInfoByOnDiskLocation map[certgraphapi.OnDiskLocation]certgraphapi.PKIRegistryCertificateAuthorityInfo + type CertKeyPairByLocation []certgraphapi.PKIRegistryCertKeyPair + func (n CertKeyPairByLocation) Len() int + func (n CertKeyPairByLocation) Less(i, j int) bool + func (n CertKeyPairByLocation) Swap(i, j int) + type CertKeyPairInfoByOnDiskLocation map[certgraphapi.OnDiskLocation]certgraphapi.PKIRegistryCertKeyPairInfo + type CertificateAuthorityBundleByLocation []certgraphapi.PKIRegistryCABundle + func (n CertificateAuthorityBundleByLocation) Len() int + func (n CertificateAuthorityBundleByLocation) Less(i, j int) bool + func (n CertificateAuthorityBundleByLocation) Swap(i, j int) + type ConfigMapInfoByNamespaceName map[certgraphapi.InClusterConfigMapLocation]certgraphapi.PKIRegistryCertificateAuthorityInfo + type ConfigMapRefByNamespaceName []certgraphapi.InClusterConfigMapLocation + func (n ConfigMapRefByNamespaceName) Len() int + func (n ConfigMapRefByNamespaceName) Less(i, j int) bool + func (n ConfigMapRefByNamespaceName) Swap(i, j int) + type OnDiskLocationByPath []certgraphapi.OnDiskLocation + func (n OnDiskLocationByPath) Len() int + func (n OnDiskLocationByPath) Less(i, j int) bool + func (n OnDiskLocationByPath) Swap(i, j int) + type PKIRegistryInfo struct + CertKeyPairs []certgraphapi.PKIRegistryCertKeyPair + CertificateAuthorityBundles []certgraphapi.PKIRegistryCABundle + func CertsToRegistryInfo(certs SecretInfoByNamespaceName, onDiskCerts CertKeyPairInfoByOnDiskLocation, ...) *PKIRegistryInfo + func GetPKIInfoFromEmbeddedOwnership(ownershipFile []byte) (*PKIRegistryInfo, error) + type SecretInfoByNamespaceName map[certgraphapi.InClusterSecretLocation]certgraphapi.PKIRegistryCertKeyPairInfo + type SecretRefByNamespaceName []certgraphapi.InClusterSecretLocation + func (n SecretRefByNamespaceName) Len() int + func (n SecretRefByNamespaceName) Less(i, j int) bool + func (n SecretRefByNamespaceName) Swap(i, j int)