Bedrock.ControlPlane.Config.Policies (bedrock v0.5.3)
View SourceA Policies is a data structure that describes the policies that are used
to configure the cluster.
Summary
Types
@type t() :: %{allow_volunteer_nodes_to_join: boolean()}
Struct representing the policies that are used to configure the cluster.
Fields:
allow_volunteer_nodes_to_join- Should nodes that volunteer to join the cluster be allowed to do so?
Functions
@spec default_policies() :: t()