Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CACerts ¶
type CACerts struct { RemoveDefaults bool `json:"remove-defaults"` Trusted []string `json:"trusted"` }
CACerts - For storage of ca-certs cloud-init update
type CloudInit ¶
type CloudInit struct {
Metadata `json:"meta-data"`
}
CloudInit - Boilerplate for cloud-init hierarchical structure
type CloudInitBSS ¶
CloudInitBSS - Boilerplace for cloud-init hierarchical structure
type Metadata ¶
type Metadata struct {
CACerts `json:"ca-certs"`
}
Metadata - Boilerplate for cloud-init hierarchical structure
type TrustedCertificatesReconciler ¶
TrustedCertificatesReconciler reconciles a TrustedCertificates object
func (*TrustedCertificatesReconciler) SetupWithManager ¶
func (r *TrustedCertificatesReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager register the operator
Click to show internal directories.
Click to hide internal directories.