Documentation
¶
Index ¶
- func GatherCertsFromAllNamespaces(ctx context.Context, kubeClient kubernetes.Interface) (*certgraphapi.PKIList, error)
- func GatherCertsFromPlatformNamespaces(ctx context.Context, kubeClient kubernetes.Interface) (*certgraphapi.PKIList, error)
- func InspectCSR(obj *certificatesv1.CertificateSigningRequest) (*certgraphapi.CertKeyPair, error)
- func InspectConfigMap(obj *corev1.ConfigMap) (*certgraphapi.CertificateAuthorityBundle, error)
- func InspectSecret(obj *corev1.Secret) (*certgraphapi.CertKeyPair, error)
- func PKIListFromParts(ctx context.Context, ...) *certgraphapi.PKIList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GatherCertsFromAllNamespaces ¶
func GatherCertsFromAllNamespaces(ctx context.Context, kubeClient kubernetes.Interface) (*certgraphapi.PKIList, error)
func GatherCertsFromPlatformNamespaces ¶
func GatherCertsFromPlatformNamespaces(ctx context.Context, kubeClient kubernetes.Interface) (*certgraphapi.PKIList, error)
func InspectCSR ¶
func InspectCSR(obj *certificatesv1.CertificateSigningRequest) (*certgraphapi.CertKeyPair, error)
func InspectConfigMap ¶
func InspectConfigMap(obj *corev1.ConfigMap) (*certgraphapi.CertificateAuthorityBundle, error)
func InspectSecret ¶
func InspectSecret(obj *corev1.Secret) (*certgraphapi.CertKeyPair, error)
func PKIListFromParts ¶
func PKIListFromParts(ctx context.Context, inClusterResourceData *certgraphapi.PerInClusterResourceData, certs []*certgraphapi.CertKeyPair, caBundles []*certgraphapi.CertificateAuthorityBundle, nodes map[string]int) *certgraphapi.PKIList
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.