Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterTrustBundlePublisher ¶
type ClusterTrustBundlePublisher struct {
// contains filtered or unexported fields
}
func NewClusterTrustBundlePublisher ¶
func NewClusterTrustBundlePublisher( signerName string, caProvider dynamiccertificates.CAContentProvider, kubeClient clientset.Interface, ) (*ClusterTrustBundlePublisher, error)
NewClusterTrustBundlePublisher creates and maintains a cluster trust bundle object for a signer named `signerName`. The cluster trust bundle object contains the CA from the `caProvider` in its .spec.TrustBundle.
func (*ClusterTrustBundlePublisher) Run ¶
func (p *ClusterTrustBundlePublisher) Run(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.