Documentation ¶
Index ¶
- func LocateCABundleByConfigMapLocation(targetLocation certgraphapi.InClusterConfigMapLocation, ...) (*certgraphapi.PKIRegistryInClusterCABundle, error)
- func LocateCABundleByOnDiskLocation(targetLocation certgraphapi.OnDiskLocation, ...) (*certgraphapi.PKIRegistryOnDiskCABundle, error)
- func LocateCertKeyPairByOnDiskLocation(targetLocation certgraphapi.OnDiskLocation, ...) (*certgraphapi.PKIRegistryOnDiskCertKeyPair, error)
- func LocateCertKeyPairBySecretLocation(targetLocation certgraphapi.InClusterSecretLocation, ...) (*certgraphapi.PKIRegistryInClusterCertKeyPair, error)
- type ConfigMapLocationByNamespaceName
- type RegistryConfigMapByNamespaceName
- type RegistrySecretByNamespaceName
- type SecretLocationByNamespaceName
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LocateCABundleByConfigMapLocation ¶
func LocateCABundleByConfigMapLocation(targetLocation certgraphapi.InClusterConfigMapLocation, expectedCABundles []certgraphapi.PKIRegistryCABundle) (*certgraphapi.PKIRegistryInClusterCABundle, error)
func LocateCABundleByOnDiskLocation ¶
func LocateCABundleByOnDiskLocation(targetLocation certgraphapi.OnDiskLocation, expectedCABundles []certgraphapi.PKIRegistryCABundle) (*certgraphapi.PKIRegistryOnDiskCABundle, error)
func LocateCertKeyPairByOnDiskLocation ¶
func LocateCertKeyPairByOnDiskLocation(targetLocation certgraphapi.OnDiskLocation, expectedCertKeyPairs []certgraphapi.PKIRegistryCertKeyPair) (*certgraphapi.PKIRegistryOnDiskCertKeyPair, error)
func LocateCertKeyPairBySecretLocation ¶
func LocateCertKeyPairBySecretLocation(targetLocation certgraphapi.InClusterSecretLocation, expectedCertKeyPairs []certgraphapi.PKIRegistryCertKeyPair) (*certgraphapi.PKIRegistryInClusterCertKeyPair, error)
Types ¶
type ConfigMapLocationByNamespaceName ¶
type ConfigMapLocationByNamespaceName []certgraphapi.InClusterConfigMapLocation
func (ConfigMapLocationByNamespaceName) Len ¶
func (n ConfigMapLocationByNamespaceName) Len() int
func (ConfigMapLocationByNamespaceName) Less ¶
func (n ConfigMapLocationByNamespaceName) Less(i, j int) bool
func (ConfigMapLocationByNamespaceName) Swap ¶
func (n ConfigMapLocationByNamespaceName) Swap(i, j int)
type RegistryConfigMapByNamespaceName ¶
type RegistryConfigMapByNamespaceName []certgraphapi.PKIRegistryInClusterCABundle
func (RegistryConfigMapByNamespaceName) Len ¶
func (n RegistryConfigMapByNamespaceName) Len() int
func (RegistryConfigMapByNamespaceName) Less ¶
func (n RegistryConfigMapByNamespaceName) Less(i, j int) bool
func (RegistryConfigMapByNamespaceName) Swap ¶
func (n RegistryConfigMapByNamespaceName) Swap(i, j int)
type RegistrySecretByNamespaceName ¶
type RegistrySecretByNamespaceName []certgraphapi.PKIRegistryInClusterCertKeyPair
func (RegistrySecretByNamespaceName) Len ¶
func (n RegistrySecretByNamespaceName) Len() int
func (RegistrySecretByNamespaceName) Less ¶
func (n RegistrySecretByNamespaceName) Less(i, j int) bool
func (RegistrySecretByNamespaceName) Swap ¶
func (n RegistrySecretByNamespaceName) Swap(i, j int)
type SecretLocationByNamespaceName ¶
type SecretLocationByNamespaceName []certgraphapi.InClusterSecretLocation
func (SecretLocationByNamespaceName) Len ¶
func (n SecretLocationByNamespaceName) Len() int
func (SecretLocationByNamespaceName) Less ¶
func (n SecretLocationByNamespaceName) Less(i, j int) bool
func (SecretLocationByNamespaceName) Swap ¶
func (n SecretLocationByNamespaceName) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.