Interface RegistrySchedulingConstraints

SchedulingConstraints are the node scheduling constraints.

Multiple fields may be set in which case the ALL the constraints must be satisfied.

interface RegistrySchedulingConstraints {
    max_nodes?: RegistryMaxNodesConstraint;
    min_pool_size?: RegistryMinPoolSizeConstraint;
    validator_set?: RegistryValidatorSetConstraint;
}

Properties