Management::Controller::Runtime NamespaceΒΆ

Namespace: Management::Controller::Runtime.

class zlogging.enum.management_controller_runtime.ConfigState(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: IntFlag

Enum: Management::Controller::Runtime::ConfigState.

A cluster configuration uploaded by the client goes through multiple states on its way to deployment.

STAGED = 1

As provided by the client.

READY = 2

Necessary updates made, e.g. ports filled in.

DEPLOYED = 4

Sent off to the agents for deployment.

static _generate_next_value_(name, start, count, last_values)

Generate the next value when not given.

name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None