Bedrock.ControlPlane.Config.Policies (bedrock v0.5.2)

View Source

A Policies is a data structure that describes the policies that are used to configure the cluster.

Summary

Types

t()

Struct representing the policies that are used to configure the cluster.

Types

t()

@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

default_policies()

@spec default_policies() :: t()