PolicyControllerMembershipState class
Policy Controller: State for a single cluster.
Constructors
-
PolicyControllerMembershipState({Map<
String, PolicyControllerOnClusterState> ? componentStates, PolicyControllerPolicyContentState? policyContentState, String? state}) - PolicyControllerMembershipState.fromJson(Map json_)
Properties
-
componentStates
↔ Map<
String, PolicyControllerOnClusterState> ? -
Currently these include (also serving as map keys): 1.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- policyContentState ↔ PolicyControllerPolicyContentState?
-
The overall content state observed by the Hub Feature controller.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The overall Policy Controller lifecycle state observed by the Hub Feature
controller.
Possible string values are:
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited