Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalConfig ¶
type GlobalConfig struct {
AsyncReplicationDisabled *runtime.DynamicValue[bool] `json:"async_replication_disabled" yaml:"async_replication_disabled"`
// MinimumFactor can enforce replication. For example, with MinimumFactor set
// to 2, users can no longer create classes with a factor of 1, therefore
// forcing them to have replicated classes.
MinimumFactor int `json:"minimum_factor" yaml:"minimum_factor"`
DeletionStrategy string `json:"deletion_strategy" yaml:"deletion_strategy"`
}
GlobalConfig represents system-wide config that may restrict settings of an individual class
Click to show internal directories.
Click to hide internal directories.