Documentation
¶
Index ¶
Constants ¶
View Source
const (
// CertificatesDir defines default certificate directory
CertificatesDir = "/etc/kubeedge/pki/metaserver"
)
Variables ¶
This section is empty.
Functions ¶
func NewSimpleClientset ¶
NewSimpleClientset is new interface
Types ¶
type Clientset ¶
type Clientset struct { fakekube.Clientset MetaClient client.CoreInterface }
Clientset extends Clientset
func (*Clientset) CertificatesV1 ¶
func (c *Clientset) CertificatesV1() v1.CertificatesV1Interface
CertificatesV1 retrieves the CertificateV1Client
type ServerCertificateManager ¶
type ServerCertificateManager struct {
certificate.Manager
}
func (*ServerCertificateManager) WaitForCAReady ¶
func (scm *ServerCertificateManager) WaitForCAReady() error
func (*ServerCertificateManager) WaitForCertReady ¶
func (scm *ServerCertificateManager) WaitForCertReady() error
Click to show internal directories.
Click to hide internal directories.