Documentation ¶
Index ¶
- Constants
- Variables
- func Register(ctx context.Context, management *config.Management, options config.Options) error
- type Handler
- func (h *Handler) PodResourcesOnChanged(key string, node *corev1.Node) (*corev1.Node, error)
- func (h *Handler) RancherSettingOnChange(key string, setting *rancherv3api.Setting) (*rancherv3api.Setting, error)
- func (h *Handler) TLSSecretOnChange(_ string, secret *corev1.Secret) (*corev1.Secret, error)
- type VIPConfig
Constants ¶
View Source
const ( RequestsAnnotation = "management.cattle.io/pod-requests" LimitsAnnotation = "management.cattle.io/pod-limits" )
View Source
const (
VipConfigmapName = "vip"
)
Variables ¶
View Source
var UpdateRancherUISettings = map[string]string{
"ui-pl": "Harvester",
}
Functions ¶
Types ¶
type Handler ¶
type Handler struct { RancherSettings rancherv3.SettingClient RancherSettingCache rancherv3.SettingCache RancherSettingController rancherv3.SettingController RancherUserCache rancherv3.UserCache Services ctlcorev1.ServiceClient Configmaps ctlcorev1.ConfigMapClient Secrets ctlcorev1.SecretClient SecretCache ctlcorev1.SecretCache Namespace string // contains filtered or unexported fields }
func (*Handler) PodResourcesOnChanged ¶
func (*Handler) RancherSettingOnChange ¶
func (h *Handler) RancherSettingOnChange(key string, setting *rancherv3api.Setting) (*rancherv3api.Setting, error)
Click to show internal directories.
Click to hide internal directories.