Documentation
¶
Index ¶
Constants ¶
View Source
const ( CAName = "serving-ca" ServerURLSettingName = "server-url" RancherNamespace = "cattle-system" RancherInternalCAName = "tls-rancher-internal-ca" RancherInternalCertName = "tls-rancher-internal" RancherPrivateCAName = "tls-ca" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct { Secrets corev1.SecretClient SecretCache corev1.SecretCache RancherSettings rancherv3.SettingClient Settings ctlharvesterv1.SettingClient NodeDrivers rancherv3.NodeDriverClient }
func (*Handler) AddHarvesterNodeDriver ¶
func (h *Handler) AddHarvesterNodeDriver() (*rancherv3api.NodeDriver, error)
func (*Handler) SettingOnChange ¶
func (h *Handler) SettingOnChange(key string, setting *rancherv3api.Setting) (*rancherv3api.Setting, error)
Click to show internal directories.
Click to hide internal directories.