Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface { GetConfig() *InteroperatorConfig UpdateConfig(*InteroperatorConfig) error }
Config fetches the runtime configs from the configmap
type InteroperatorConfig ¶
type InteroperatorConfig struct { InstanceWorkerCount int `yaml:"instanceWorkerCount,omitempty"` BindingWorkerCount int `yaml:"bindingWorkerCount,omitempty"` SchedulerWorkerCount int `yaml:"schedulerWorkerCount,omitempty"` ProvisionerWorkerCount int `yaml:"provisionerWorkerCount,omitempty"` PrimaryClusterID string `yaml:"primaryClusterId,omitempty"` ClusterReconcileInterval string `yaml:"clusterReconcileInterval,omitempty"` InstanceContollerWatchList []osbv1alpha1.APIVersionKind `yaml:"instanceContollerWatchList,omitempty"` BindingContollerWatchList []osbv1alpha1.APIVersionKind `yaml:"bindingContollerWatchList,omitempty"` }
InteroperatorConfig contains tuneable configs used by interoperator
Click to show internal directories.
Click to hide internal directories.