Documentation ¶
Index ¶
Constants ¶
View Source
const ( ResourceStatusKey = "archon.kubeup.com/status" ResourceTypeKey = "archon.kubeup.com/type" ResourceInstanceKey = "archon.kubeup.com/instance" ResourceCAKey = "archon.kubeup.com/ca" CSRKey = "archon.kubeup.com/csr" )
Variables ¶
This section is empty.
Functions ¶
func GenerateCA ¶
Types ¶
type CertificateControl ¶
type CertificateControl struct {
// contains filtered or unexported fields
}
func NewCertificateControl ¶
func NewCertificateControl(caCertFile, caKeyFile string) (*CertificateControl, error)
func NewCertificateControlFromSecret ¶
func NewCertificateControlFromSecret(secret *v1.Secret) (*CertificateControl, error)
func (*CertificateControl) GenerateCertificate ¶
type CertificateController ¶
type CertificateController struct {
// contains filtered or unexported fields
}
func (*CertificateController) Run ¶
func (cc *CertificateController) Run(workers int, stopCh <-chan struct{})
Run the main goroutine responsible for watching and syncing jobs.
Click to show internal directories.
Click to hide internal directories.