Documentation
¶
Index ¶
Constants ¶
View Source
const ( // AutomaticTLSCertificates enables automated provisioning and management of TLS certs. // // owner: @tnozicka // alpha: v1.8 // beta: v1.11 AutomaticTLSCertificates featuregate.Feature = "AutomaticTLSCertificates" // BootstrapSynchronisation enables a barrier which ensures bootstrap preconditions are met before starting a ScyllaDB node attempting to join the cluster. // alpha: v1.19 BootstrapSynchronisation featuregate.Feature = "BootstrapSynchronisation" )
Variables ¶
View Source
var Features = []featuregate.Feature{ AutomaticTLSCertificates, BootstrapSynchronisation, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.