Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// The operator will only touch CRs with this operator name.
Operator string `json:"operator"`
// Whether to disable dry-run for descheduler steps.
DisableDeschedulerDryRun bool `json:"disableDeschedulerDryRun"`
// Secret ref to keystone credentials stored in a k8s secret.
KeystoneSecretRef corev1.SecretReference `json:"keystoneSecretRef"`
// Secret ref to SSO credentials stored in a k8s secret, if applicable.
SSOSecretRef *corev1.SecretReference `json:"ssoSecretRef"`
// List of enabled controllers.
EnabledControllers []string `json:"enabledControllers"`
}
Click to show internal directories.
Click to hide internal directories.