Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertInfo ¶
type CertInfo struct { // The certificate chain Cert []byte // The private key Key []byte // The oscp staple Staple []byte // Certificate Revocation List information CRL []byte }
CertInfo wraps a certificate, key, and oscp staple information.
type Controller ¶
type MulticlusterController ¶
type MulticlusterController interface { ForCluster(cluster cluster.ID) (Controller, error) AddSecretHandler(func(name, namespace string)) }
Click to show internal directories.
Click to hide internal directories.